html {
  height: 101%;
}

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #00148c url() no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	background: #00148c url(images/hg.jpg) repeat-y center top;
}

h1, h2, h3 {
	line-height:28px;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}


#div-links {float:left; margin: 10px 0px 10px 0px; width:290px; height:auto; }

#div-mitte {float:left; margin: 10px 0px 10px 30px; width:300px; height:auto;}


a {
	text-decoration: underline;
	color: #00148c;
}

a:hover {
	text-decoration: underline;
	color:#333333;
}

/* Header */

#header {
	width: 900px;
	height: 201px;
	margin: 0 auto;
	background: url(images/header-mit-logo.jpg) no-repeat center top;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 80px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	color:  #666666;
	background: #FFFFA8 url(images/ueber-hg.jpg) repeat-x right top;
}

/* Content */

#contentoben {
	width: 620px;
	float: right;
	padding: 10px 10px 0px 0px;
}

/* Sidebar Header */

#sde h2 {
	margin: 0;
	letter-spacing: 1px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	position: absolute; 
	margin-top: 150px;
	margin-left: 20px;
	width: 210px;
	padding: 0px;
	background: #FFFFA8;
	font-size: 14px;
	line-height: 32px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	

#sidebar li ul {
	
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding-left: 25px;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00148c;
}

#sidebar .active a {
	font-weight: bold;
	text-decoration: none;
	color: #00148c;
}

#submenu a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 40px;
	font-size: 12px;
}

#submenu a:hover {
	font-weight: bold;
	text-decoration: none;
}

#submenu .active a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}

/* Footer */

#footer {
	width: 900px;
	height: 74px;
	margin: auto;
	font-size: 77%;
	color: #CCCCCC;
	line-height: 100px;
	background: url(images/footer.png) no-repeat center bottom;
	background-color: #FFFF99;
	border-bottom: 1px solid #FFCC66;
}

#footer a {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	text-decoration: underline;
}
