@charset "UTF-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(/img/bg_wall.png);
	margin:10px;
	padding:10px;
}
#header {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	height: 100px;
	background-image: url(/img/bg_white_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header img {
	float: left;
	margin-top: 30px;
}

#content {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	/*
	background: rgba(255, 255, 255, 0.5);
	filter:Alpha(opacity=50, finishopacity=0, style=0);
	*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}

#content .videocaption {
	color:#000;
	background-color: #E2DFCF;
	margin: 0px;
	width: 580px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height:18px;
}

#footer {
	color:#FFF;
	padding: 10px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-image: url(/img/bg_black_btm.gif);
	background-repeat: no-repeat;
}
.rightalign {
	float:right;
	width:580px;
	text-align:right;
	background-image: url(/img/bg_beige_caption_btm.png);
	background-repeat: no-repeat;
	background-position: left -10px;
	padding-top: 0x;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 25px;
	clear: both;
	margin: 0px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F0C227;
}

#content #mpl {
	margin:0;
	padding:0;
}

/* Navigation */
#navigation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	margin-left:2px;
	line-height:20px;
	background-color: #A7A59C;
	background-image: url(/img/btn_tab_left_beige.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a span {
	padding-right: 10px;
	background-image: url(/img/btn_tab_right_beige.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #navigation {
	float: right;
	margin-top: 80px;
}
#navigation a, #navigation a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */


#navigation a:hover {
	color: #E2DFCF;	/*padding-left: 10px;
	
	background-color: #000;
	background-image: url(/img/btn_tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
}
/*
#navigation a:hover span {
	background: url(/img/btn_tab_right.gif) right top no-repeat;
	padding-right: 10px
} */
#navigation {
	list-style: none;
	padding: 0;
	margin: 0
}
#navigation li {
	float: left;
	margin: 0;
}

/* Video Liste */
#content .videobox {
	clear:both;
	margin-bottom:10px;
	height:166px;
	background-color:#E2DFCE;
}

#content .videoimg {
	float:left;
	margin: 10px;
}

#content .videotxt {
	margin:0;
	float:left;
	width:310px;
	clear:right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Text Formatting */
#content h1 {
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-color: #000;
	width: 580px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content h2 {
	
	font-size:14px;
	font-weight:bold;
	color: #000;
}
#content .videoheadline {
	padding:0;
	font-size:14px;
	font-weight:bold;
	width: 100%;
	color: #000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #E2DFCE;
}

#content a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

/* Table */
#content .teamtable {
	background-color: #E2DFCF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content td {
	background-color: #FFF;
	padding: 4px;
}

/* W3c */
.w3cimg {
	width:600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:right;
}
#content .bmimg {
	margin:0;
	padding:0;
	float: right;
	clear:none;
}
