/* Version 2.2*/

@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #44494d;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	font-size: 10pt;
	font-weight: 100;
}

ul, ol, dl, li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}
a img {
	border: none;
}

.container {
}

.header {
	height: 150px;
	padding-right: 50px;
}


.content {
	display: block;
}

/* ~~ The footer ~~ */
.footer {
	margin-top: 5px;
	height: 180px;
	font-size: 10px;
	color: #84878A;
	font-weight: 100;
	float: left;
	clear: both;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4f5457;
	margin-left: 20px;
	width: 880px;
}

#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 230px;
	height: 105px;
	margin-left: 20px;
}
.menue {
	float: right;
	margin-top: 57px;
}
#submenue {
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	clear: none;
	padding-top: 13px;
	margin-top: 12px;
	padding-left: 102px;
}

#submenue a {
	font-size: 13px;
	text-decoration:none;
	background-color: #44494D;
	padding-right: 10px;
	padding-left: 10px;
}

#submenue a:visited, a:link{
	color: #FFFFFF;
	
}

#submenue a:hover, a:active, a:focus {
	color: #FF6600;
}

#submenue a.active  {
	color: #FF6600;
}

.footerlinks {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #64686B;
	width: 190px;
	height:100px;
	margin-top: 0px;
	float: left;
	padding-left: 20px;
	list-style-type:square;
}
.footerlinks a {
	color: #84878A;;
	text-decoration:none;
	
}

.footerlinks a:hover, a:active, a:focus {
	color: #FFFFFF;
}
.footerlinks li {
	padding-bottom: 15px;
}

#logoLk1 {
	height:105px; 
	width:105px; 
	float:left;
}

#logoLk2 {
	margin-left:20px; 
	margin-top:55px; 
	height:45px; 
	width:105px;
	float:left;
}

#bwlogo{
	background-image:url(../img/bwlogo.png);
	background-repeat:no-repeat;
	height:78px;
	width:110px;
	float:left;
	padding-right: 
	40px;
}
.bigRect {
	-moz-box-shadow: 3px 3px 4px #34383b;
	-webkit-box-shadow: 3px 3px 4px #34383b;
	box-shadow: 3px 3px 4px #34383b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	height: 370px;
	width: 250px;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	background-color: #F60;
	color: #FFF;
	margin-top: 3px;
	padding: 15px;
	overflow:hidden;
}

.doubleRect {
	-moz-box-shadow: 3px 3px 4px #34383b;
	-webkit-box-shadow: 3px 3px 4px #34383b;
	box-shadow: 3px 3px 4px #34383b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	height: 370px;
	width: 560px;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	background-color: #F60;
	color: #FFF;
	margin-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	overflow:hidden;
}



.smallRects div {
	-moz-box-shadow: 3px 3px 4px #34383b;
	-webkit-box-shadow: 3px 3px 4px #34383b;
	box-shadow: 3px 3px 4px #34383b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-color: #F60;
	height: 90px;
	margin-bottom: 16px;
	color: #FFF;
	padding: 15px;
	overflow:hidden;

}

.bigRect img{
	position: inherit;
	width: 280px;
	height: 280px;
	margin-bottom: 15px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top:-15px;
}

.doubleRect img{
	position: inherit;
	width: 590px;
	height: 280px;
	margin-bottom: 15px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top:-15px;
}
.smallRects {
	border:none;
	width: 284px;
	margin-bottom: 40px;
	margin-right: 30px;
	padding:0;
	color: #FFF;
	
}

.smallRects tr{
	border:none;
}

.smallRects .dark{
	background-color:#333333;
	
}
.bigRect a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration: none;
	padding-left: 6px;
	line-height: 20px;
	color: #FFF;
	float: right;
	margin-top: 10px;
}

.smallRects a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration: none;
	padding-left: 6px;
	line-height: 20px;
	color: #FFF;
	float: right;
	margin-top: 10px;
	width: 140px;
}

.doubleRect a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration: none;
	padding-left: 6px;
	line-height: 20px;
	color: #FFF;
	float: right;
	margin-top: 10px;
}

.bigRect a.clean, .doubleRect a.clean, .smallRects a.clean{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: 100;
	border: none;
	padding: 0px;
	line-height: 1em;
	float: none;
	margin: 0px;

}

#studiengang{
	overflow:hidden;
}



#contentcontainer {
width: 922px; overflow:hidden;
}

#contentcontainer #content div#mediabox { float:left; background:#f60 none; margin-bottom:50px; width:590px; overflow:hidden;
	-moz-box-shadow: 3px 3px 4px #34383b;
	-webkit-box-shadow: 3px 3px 4px #34383b;
	box-shadow: 3px 3px 4px #34383b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}



#contentcontainer #content div#mediabox h2,
#contentcontainer #content div#mediabox h3,
#contentcontainer #content div#mediabox p { margin: 0 15px 0 10px; color:#fff; line-height:150%; }

#contentcontainer #content div#mediabox object { margin:0 0 15px -1px; }
#contentcontainer #content div#mediabox h2,
#contentcontainer #content div#mediabox h3 { text-transform:uppercase; font-weight:bold; }
#contentcontainer #content div#mediabox h2 { font-size:15px; }
#contentcontainer #content div#mediabox h3 { font-size:13px; margin-bottom:10px; }
#contentcontainer #content div#mediabox p { font-size:12px; padding-bottom:10px;}

#contentcontainer #marginal { float:right; width:300px; }
#contentcontainer #marginal ul#team { margin-left:-5px; margin-bottom:30px; }
#contentcontainer #marginal ul#team li { float:left; display:block; width:46px; height:46px; background:transparent; margin:0 10px 12px 0; font-size:10px;	
	-moz-box-shadow: 3px 3px 4px #34383b;
	-webkit-box-shadow: 3px 3px 4px #34383b;
	box-shadow: 3px 3px 4px #34383b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
	}
#contentcontainer #marginal ul#team li a { display:block; position:relative; display:block !important; width:46px; height:46px; overflow:hidden; border-bottom:3px solid transparent; text-decoration:none; font-size:1.2em; line-height:150%;}
#contentcontainer #marginal ul#team li.imi a {border-color:#bf009d}
#contentcontainer #marginal ul#team li.kd a {border-color:#ff0000}
#contentcontainer #marginal ul#team li.md a {border-color:#00ff00}
#contentcontainer #marginal ul#team li.wk a {border-color:#00EfE1}
#contentcontainer #marginal ul#team li a:hover { overflow:visible;  }
#contentcontainer #marginal ul#team li a:hover span { color:#fff; width:140px; position:absolute;  z-index:1; left:-150px; top:0; height:43px; padding:3px 0 3px 10px; }
#contentcontainer #marginal ul#team li.imi a:hover span { background:#bf009d none;}
#contentcontainer #marginal ul#team li.kd a:hover span { background:#ff0000 none;}
#contentcontainer #marginal ul#team li.md a:hover span { background:#00ff00 none;}
#contentcontainer #marginal ul#team li.wk a:hover span { background:#00EfE1 none;}


#contentcontainer #marginal ul#legende {margin:0 0 0 -4px; padding:50px 0 0 0; width:250px; height:150px; overflow:hidden;  }
#contentcontainer #marginal ul#legende li { display:block; color:#fff; margin:0; padding:0; list-style-type:none; border-left:20px solid transparent; padding:0; padding-left:10px; margin:10px 0 10px 0; overflow:hidden; width:250px; height:20px;  }


#contentcontainer #marginal ul#legende li#wk { border-color:#00EfE1;}
#contentcontainer #marginal ul#legende li#kd { border-color:#ff0000;}  
#contentcontainer #marginal ul#legende li#imi { border-color:#bf009d;}
#contentcontainer #marginal ul#legende li#md { border-color:#00ff00;}



#imgContainer { width: 250px; position:relative; }
#imgContainer ul li { position:absolute; left:0; top:0; width: 250px; height:370px; overflow:hidden; }
#imgContainer ul li p { color:#fff; padding:5px 10px 10px 10px; }

#imgFader {  position: relative; }
#imgFader ul li { position:absolute; left:0; top:0; width: 286px; height:410px; overflow:hidden;  }
#imgFader ul li img { margin: 0 0 12px 0; position:static;}
#imgFader ul li h2 { margin-left:15px;}
#imgFader ul li p { color:#ffffff;  padding:0 10px 10px 15px; margin:0;  }
#imgFader ul li a { position:absolute; right:0; bottom:0; padding-bottom:14px; float:none; width:70px; display:block; }

