@charset "utf-8";
/* CSS für die alle Seiten Andreas Kleine, 12.02.2008*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-image: url(../layout/pix/bg_bgrau.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-color: #D9D9DB;
}
#container {
	width: 970px;
	margin: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #1762c8;
	height: auto;
}
#containerTV {
	width: 970px;
	margin: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	background-color: #333333;
	border: 1px solid #1762c8;
	height: auto;
}
#vidPlayer {
	width: 720px;	
  	background-color: #333333;
	margin-left: 5px;
	}
a {
	text-decoration: underline;
	color: #444;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
#top h1 {
	line-height: 10px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: -332px;
	left: -767px;
	width: 508px;
}
/*Logo*/
#header {
	height: 108px;
	width: 970px;
	background-image: url(../layout/pix/header_bg_mitLogo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header img {
	position: relative;
	top: 8px;
	left: 30px;
}
#header ul {
	text-align: right;
	list-style: none;
	margin: 0px 10px 0 0;
	color: #FFFFFF;
}
/* NAVI */

#mainNavi {
	height: 28px;
	width: 970px;
	font-size: 13px;
	line-height: 28px;
	color: #444;
	background-image: url(../layout/pix/mainNavi.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainNavi ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}
#mainNavi li {
	display:inline;
}
#mainNavi a {
	font-weight: normal;
	color: #444;
	text-decoration: none;
	padding: 0 49px;
	float: left;
}
#mainNavi a:hover {
	font-weight: normal;
	color:#145FC4;
	text-decoration: none;
	float: left;
}
#mainNavi span {
	display: none;
}
/* Footer*/
#container2 {
	width: 970px;
	height: 80px;
	background-color: #f3f3f3;
	margin-top: 20px;
	border-top: 1px solid #c4c4c4;
}
#footer {
	left: 0px;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	left: 0px;
	text-align: center;
	margin-top: 10px;
	color:#444;
	text-decoration:none;
}
#footer a:hover{
	left: 0px;
	text-align: center;
	margin-top: 10px;
	color:#444;
	text-decoration:underline;
}

/*** Suchfeld ***/
.suchfeld {
	width: 200px;
	background-color: #ffffff;
	height: 50px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}
.suchformular {
	margin-left: 17px;
	marging-top: 10px;
	}
