/** all-media styles */



/* global block style */

#main {
	margin: 15px auto;
	position: relative;
	width: 978px;
}

#nav, #thesis {
	left: 8px;
}

#lateral {
	clear: both;
	padding-left: 49px;
	position: absolute;
	bottom: 7px;
}
#lateral,
#nav #lateral a, #nav #lateral a:hover, #nav #lateral a:active, #nav #lateral a:visited {
	color: #aaaaaa;
}
#nav #lateral a, #nav #lateral a:visited {
	text-decoration: underline;
}
#nav #lateral a:hover, #nav #lateral a:active {
	text-decoration: none;
}

#nav, #thesis, #cards {
	position: absolute;
	width: 478px;
}
#nav, #thesis {
	height: 318px;
}

#nav {
	margin-bottom: 14px;
	top: 342px;
}
#thesis {
	margin-bottom: 14px;
}
#thesis, #cards {
	top: 10px;
}
#cards {
	right: 0px;
}

.theme {
	display: none;
}

/* card style */

.card {
	margin-bottom: 14px;
	width: 478px;
}

.cardtype {
	background-color: white;
	width: 470px;
}
.imagecard, .wideimagecard, .smallimagecard, .ar4x3imagecard {
	background-color: transparent;
}

.cardcontainer {
	position: relative;
}

.cardcontent {
	border: 1px solid #e5e5e5;
	min-height: 308px;
	overflow: hidden;
	position: relative;
	width: 468px;
}
.wideimagecard .cardcontent {
	min-height: 0;
}
.smallimagecard .cardcontent {
	min-height: 0;
}
.imagecard .cardcontent, .wideimagecard .cardcontent, .smallimagecard .cardcontent, .ar4x3imagecard .cardcontent {
	border: 0 none;
	width: 470px;
}
.imagecard .cardcontent {
	height: 310px;
}
.wideimagecard .cardcontent {
	height: 294px;
}
.smallimagecard .cardcontent {
	height: 184px;
}
.ar4x3imagecard .cardcontent {
	height: 352px;
}
.closedcard .cardcontent,
.staticcard .cardcontent {
	height: 308px;
}

.card img.minheight {
	float: right;
	width: 0px;
}

.js .dynamiccard .contentfadeout {
	background-image: url('../images/fade-out.png');
	background-repeat: no-repeat;
	height: 15px;
	left: 1px;
	position: absolute;
	width: 468px;
	top: 295px;
}

.card .rightshadow {
	background-image: url('../images/shadow-right.png');
	background-repeat: no-repeat;
	height: 100%;
	width: 8px;
}
.card .bottomshadow {
	background-image: url('../images/shadow-bottom.png');
	background-repeat: no-repeat;
	height: 8px;
	width: 478px;
}

.anchor {
	display: block;
	height: 0px;
	position: relative;
	top: -25px;
	width: 10px;
}

.cardcontent ul {
	margin-left: 15px;
	margin-bottom:0.8em;
}
.cardcontent ul li {
	list-style-type: disc;
}
.cardcontent ul.none {
	margin-left: 0;
	margin-bottom: 0.8em;
}
.cardcontent ul.none li {
	list-style-type: none;
}


/* card overlay style */

.overlay {
	bottom: 1000px;
	left: 0px;
	position: absolute;
	width: 470px;
}

* html .overlay,
.cardcontent:hover .overlay {
	bottom: 0;
}

.js .cardcontent:hover .overlay,
.js .overlay,
* html .js .overlay {
	bottom: 1000px;
}
.js .static {
	bottom: 0px;
}
.overlayheader {
	background-image: url('../images/overlay-header.png');
	color: #fffffe;
	padding: 6px 10px 6px 15px;
}
.card .overlayheader h1 {
	font-weight: normal;
}
.overlaytext {
	padding: 8px 10px 15px 15px;
}
.overlaytext {
	background-image: url('../images/overlay.png');
	background-repeat: repeat-x;
	color: #bbbbbb;
}

.opencard, .closecard {
	bottom: -21px;
	display: none;
	height: 21px;
	position: absolute;
	right: 20px;
	width: 44px;
}
.openedcard .closecard,
.closedcard .opencard {
	display: block;
}
.opencard a, .closecard a {
	text-decoration: none;
}


/* navigation specific style */

#nav {
	font-size: 1em;
}

#nav img.logo {
	margin-top: 15px;
}
#nav img.print {
	display: none;
}

#nav1, #nav2, #nav3 {
	display: inline;
	float: left;
	margin-top: 25px;
	margin-left: 38px;
}
#nav1 li, #nav2 li, #nav3 li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
#nav1 {
	margin-right: 22px;
}
#nav2 {
	min-width: 100px;
}
#nav3 li {
	margin-left: 0px;
}
#nav3 span {
	color: #bbbbbb;
}

/* linkline specific style */

#linkline {
	position: fixed;
	top: 100px;
	left: 0;
	width: 44px;
	z-index: 1;
}

.linklineitem {
	display: block;
	width: 37px;
	height: 37px;
	padding: 0 0 0 1px;
	background-image: url(../images/linkline/schatten-32-32.png);
}

.linklineitem a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
}
.linklineitem a:hover {
	background-position: 0 -32px;
}

.linklinetwitteritem {
	display: block;
	width: 37px;
	height: 149px;
	padding: 0 0 0 1px;
	background-image: url(../images/linkline/schatten-32-143.png);
}

.linklinetwitteritem a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 143px;
}
.linklinetwitteritem a:hover {
	background-position: -32px 0;
}

/* link style */

#nav a, #nav a:visited,
.cardcontent a, .cardcontent:visited {
	color: #6cb4dc;
	text-decoration: none;
}
#nav .active a, #nav .active a:visited,
#nav a.active, #nav a.active:visited,
#nav a:hover, #nav a:active,
.cardcontent a.active , .cardcontent a.active:active,
.cardcontent a:hover, .cardcontent a:active {
	color: #0061a1;
	text-decoration: none;
}


/* content style */

#thesis .cardtext {
	margin: 10px 10px 10px 15px;
}
#thesis h1 {
	color: #777;
	font-size: 1.875em;
	font-weight: normal;
}
#thesis b,
#thesis strong {
	color: black;
}
#thesis .special {
	position: absolute;
	bottom: 0px;
	width: 443px;
}
#thesis .special img {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	vertical-align: bottom;
}
#thesis .special span {
	position: absolute;
	bottom: 10px;
	width: 80%;
}

.cardtext {
	color: #777;
	margin: 13px 10px 15px 15px;
}
.card h1 {
	font-size: 1.25em;
}
.card h2, .cardtext h3 {
	font-size: 1em;
}
.card h1, .card h2, .card h3 {
	color: black;
	font-weight: bold;
}
.card h1 span,
.card h2 span,
.card h3 span {
	font-weight: normal;
}

.card h1.smallmargin {
	margin-bottom: 0;
}
.card h1 span.glossar {
	color: #777;
	font-size: 0.8em;
}

.overlay h1, .overlay h2, .overlay h3 {
	color: #fffffe;
}

.card,
.card h1,
.card h2,
.card h3 {
	line-height: 150%;
}
.card p,
.cardtext h1,
.cardtext h2,
.cardtext h3 {
	margin-bottom: 0.8em;
}

/* project list */
ul#projectlist {
	margin: 10px 0 0 0;
	padding: 0;
}
ul#projectlist li {
	list-style-type: none;
	margin-bottom: 3px;
}
ul#projectlist li a i {
	font-style: normal;
	color: #777;
}

/* form style */

#contactform label,
#customerareaform label,
#webmailform label {
	width: 150px;
}
#contactform input, #contactform textarea,
#customerareaform input,
#webmailform input {
	background-image: url('../images/input-control.jpg');
	background-repeat: no-repeat;
	border-top-width: 0;
	border-left-width: 0;
	padding: 5px;
	width: 300px;
}
#contactform textarea {
	height: 140px;
	resize: none;
}
#contactform input.submit,
#customerareaform input.submit,
#webmailform input.submit {
	background-image: none;
	border-width: 0;
	color: #6cb4dc;
	padding: 0;
	width: auto;
}
#contactform input.submit:hover,
#customerareaform input.submit:hover,
#webmailform input.submit:hover {
	color: #0061a1;
}

.promoagentur .cardcontent {
	background: url('../images/promo-agentur.png') top left no-repeat;
	padding-left: 150px;
	width: 318px;
}

.promoleistungen .cardcontent {
	background: url('../images/promo-leistungen.png') top left no-repeat;
	padding-left: 150px;
	width: 318px;
}

.promonews .cardcontent {
	background: url('../images/promo-news.png') top left no-repeat;
	padding-left: 150px;
	width: 318px;
}

.promotwitter .cardcontent {
	background: url('../images/promo-twitter.png') top left no-repeat;
	padding-left: 150px;
	width: 318px;
}

.vcard .hide {
	display: none;
}
