/**
 * Magic Brothers 2.0 CSS
 * @author Mark Heuermann <mh-at-werk01-de>
 * @copyright Copyright &copy; 2008, werk01 Mark Heuermann
 * @since Version 2.0
 **/
html, body {
  	height:100%;
	font-size:14px;
	margin:0;
	font-family:"trebuchet ms",Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	background-color: #0e0f4f;
	background-image:url(/i/header_bunt_1700.jpg);
	background-repeat:repeat-x;
	background-position:-15px 0px;
}
HTML,
BODY,
FORM,
UL,
OL,
LI,
Table {
	margin:0; padding:0;
}
UL,OL {
	list-style-type:none;
}
A {
	color:white;
	text-decoration:underline;
}
IMG {
	border:0px;
	margin:0; padding:0;
}

/**
 * content section
 */
#contentBox {
	clear:both;
	width:970px;
	margin-bottom:30px;
	margin-top:15px;
	margin-left:20px;
}
#content {
	float:left;
	margin-left:10px;
	width:775px;
}
BODY#cb #content {
	margin-bottom:30px;
}
#content #contentImage {
	float:left;
	width:454px;
	overflow:hidden;
}
#content #contentText {
	float:left;
	width:320px;
	overflow:hidden;
}
#content #contentText H1 {
	font-size:14px;
	color:#fea000;
	padding:4px 10px 5px 15px;
	margin-top:-5px;
}
#content H1 {
	font-size:14px;
	color:#fea000;
	padding:8px 10px 0px 20px;
	margin-top:-5px;
}
#content P.media-content {
	font-size:12px;
	padding:8px 10px 0px 20px;
}
#content #contentText P {
	font-size:12px;
	padding:0px 10px 10px 15px;
}
#content #contentText TABLE {
	font-size:12px;
	margin:0px 10px 10px 15px;
}
#content #contentText TABLE TD.date {
	color:#fda000;
}
#content LI {
	padding:5px;
	margin-bottom:30px;
	background-image:url(/i/line-news.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#content LI.last {
	background-image:none;
	margin-bottom:0px;
}
#content LI DIV.headline {
	background-image:url(/i/date-icon.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px;
	font-weight:bold;
}
#content LI DIV.headline SPAN.date {
	color:#fda000;
	font-weight:normal;
}
#content LI DIV.images {
	margin-top:20px;
	margin-bottom:15px;
}
#content LI DIV.news {

	margin-top:5px;
	font-size:12px;
}
#content LI DIV.images IMG {
	margin-right:30px;
	border:1px solid #4d6cd8;
}
#go-top {
	clear:both;
	width:100%;
	text-align:right;
	margin-bottom:30px;
}
/**
 * navigation section
 */
#nav {
	float:left;
	width:180px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:40px;
}
#nav P {
	font-size:11px;
	margin: 50px 0px 20px 8px;
	width:160px;
	font-weight:normal;
}
#nav LI {
	margin-left:5px;
	width:170px;
	height:30px;
	margin-top:1px;
	background-image:url(/i/sub-header.png);
	background-repeat:repeat-x;
}
#nav a {
	display:block;
	height:25px;
	padding:7px 8px 0px 5px;
	color:#e2e3df;
	text-decoration:none;
}
#nav LI.active a {
	color:#FFF;
}
#nav LI.active {
	color:#FFF;

}
#nav LI a:hover{
	color: #FFF;
	background-color:#070726;
	height:23px;
}
#nav LI.sub-menu {
	margin-left:5px;
	width:160px;
	height:100%;
	margin-top:1px;
	font-size:12px;
	font-weight:normal;
	color:#fda000;
}
#nav LI.sub-menu a {
	display:block;
	height:100%;
	padding:5px 8px 4px 20px;
	color:#fda000;
	text-decoration:none;
}
#nav LI.sub-active a {
	/*background-image:url(/i/nav-arrow.jpg);*/
	background-repeat:no-repeat;
	background-position:2px 8px;
}
#nav LI.sub-active a {
	color:#fda000;
}
#nav LI.sub-menu a:hover{
	color:#fda000;
	background-color: #000;
	/*background-image:url(/i/nav-arrow.jpg);*/
	background-repeat:no-repeat;
	background-position:2px 8px;
}

/**
 * footer, header section
 */
#footer, #header {
	width:100%;
	height:50px;
}
#footer {
	clear:both;
	overflow:hidden;
	background-image:url(/i/bg-footer.jpg);
	background-repeat:repeat-x;
}
#header {
	height:155px;
}
#header #logo #left-img {
	float:left;
	margin-top:80px;
	margin-left:2px;
}
#header #logo #right-img {
	float:left;
	margin-left:90px;
}
#subHeader {
	font-size:11px;
	text-align:right;
	height:32px;
	background-image:url(/i/sub-header.png);
	background-repeat:repeat-x;
}
* html #subHeader {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/sub-header.png', sizingMethod='scale');
}
#subHeader DIV{
	float:left;
	width:450px;
	padding-top:9px;
}
#header #logo {
	width:950px;
	height:145px;
}
#footer A, #header A, #subHeader A {
	color:white;
	text-decoration:none;
}
#subHeader A:hover {
	text-decoration:none;
}
#subHeader .langActive {
	/*color:#ffa100;*/
}
#subHeader IMG.subLogo {
	float:left;
	margin-left:218px;
	margin-top:8px;
	width:299px;
	height:16px;
}
#footer A:hover, #header A:hover {
	text-decoration:underline;
}
#footer .impressum, #header .headerBox {
	width:970px;
	text-align:center;
	font-size:11px;
}
#footer .impressum .right {
	float:right;
}
#footer .impressum .left {
	float:left;
}
#footer .impressum .left, #footer .impressum .right {
	margin-top:7px;
	margin-left:25px;
	font-weight:bold;
	font-style:italic;
}
#footer .impressum .right {
	margin-left:20px;
}
#errorBox {
	height:300px;
}
.team-list {
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	border:1px solid #666;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:10px;
	width:126px;
}
html* .team-list {
	height:270px;
}
.name {
	color:#fda000;
}
.memDesc {
	height:50px;
}
.media-item-img {
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	border:1px solid #666;
	margin-top:5px;
	margin-left:20px;
	margin-right:5px;
	margin-bottom:10px;
	width:158px;
}
html* .media-item-img {
	height:210px;
}
.media-item-img .memDesc {
	height:20px;
}
img.fotos {
	margin-right:30px;
	margin-bottom:30px;
	border:1px solid #4d6cd8;
}