* {
margin: 0em; 
padding: 0em;
}

* a img{
	border: none;
}

* img {
	border: none;
}

* ul {
	list-style-type: none;
}



body {
font: 100% Arial, Verdana, Helvetica, sans-serif;
color: #45464B;
background: #D9EFF0;
}

#container {
	width: 985px;
	margin: 0 auto;	
}

#wrapper {
	width: 985px;
	float: left;
	background: #fff;
	padding-bottom: 25px;
}


/* Anfang Header */

#header {
	width: 965px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#header img {
	width: 214px;
	height: 112px;
	float: left;
	padding-left: 2px;
	padding-bottom: 2px;
}

#logo img{
	width: 314px;
	float: left;
}

#balken {
	clear: left;
	width: 963px;
	height: 19px;
	background: #DFDFDF;
	margin-left: 2px;
	
}



/* --> Ende Header */


/* Anfang Navigation */

#navigation {
	width: 328px;
	float: left;
}

#navigation ul {
	width: 195px;
	margin-left: 30px;
	margin-top: 50px;
	font-size: 0.9em;
}

#navigation ul li {
	width: 195px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#navigation ul li a {
	display: block;
	padding-left: 10px;
	width: 185px;
	color: #45464B;
	text-decoration: none;
	background: url(../bilder/nav-hg.gif) no-repeat;
}

#navigation ul li a:hover, #navigation ul li a.hier {
	background: url(../bilder/nav-hg-hover.gif) no-repeat;
	color: #fff;
}


/* --> Ende Navigation */


/* --> Anfang Content */

#content {
	width: 615px;
	float: left;
	margin-top: 52px;
	background: url(../bilder/punkt.gif) repeat-y;
	padding-left: 30px;
}

h1 {
	color: #00939A;
	font-size: 1em;
	margin-bottom: 25px;
}

h2 {
	font-size: 0.9em;
	margin-bottom: 20px;
	padding-top: 20px;
}

h2.breite {
	clear: left;
}

#content p {

	font-size: 0.8em;
	margin-bottom: 15px;
	padding-right: 45px;
}

#content p.adresse {
	margin-top: 170px;
	margin-bottom: 0;
}

#content p.clearright {
	clear: right;
}

#content p a {
	color: #00939A;
}

#content p a:hover {
	text-decoration: none;
}


#content ul {
	font-size: 0.8em;
	width: 100px;
	float: left;
	padding: 10px 45px 10px 30px;
	list-style-type: circle;
}

#content ul.studenten {
	width: 300px;
	padding: 10px 15px 10px 30px;
}

img.floatright {
	width: 155px;
	float: right;
	padding-right: 55px;
}

img.anfahrtskizze {
	width: 450px;
	float: right;
}


#faecher {
	width: 355px;
	float: left;
	border: 1px solid #dfdfdf;
	background: #D9EFF0;
	margin-bottom: 15px;
	margin-right: 35px;
	
}


dl {
	float: left;
	padding-right: 50px;
}

dl.letzt {
	padding-right: 40px;
}

dt {
	text-align: center;
}

dd {
	font-size: 0.8em;
	text-align: center;
}

dd a {
	color: #00939A;
}

dd a:hover {
	text-decoration: none;
}



/* --> Ende Content */


/* --> Anfang Footer */

#footer {
	width: 625px;
	background: url(../bilder/footer.gif) no-repeat;
	background-position: bottom left;
	height: 21px;
	padding-top: 50px;
}

#footer p {
	margin:0;
	padding:0;
	font-size: 0.7em;
	padding-left: 5px;
	padding-top: 2px;
}

#footer p a {
	color: #45464B;
}

#footer p a:hover {
	text-decoration: none;
}


/* --> Ende Footer */




/* <-- Anfang Formular */



/* --> Ende Formular */




/* --> Anfang Tabelle */

table {
	width: 550px;
	font-size: 0.8em;
	color: #45464B;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 25px;
}

th, td {
	border: 1px solid #e6e6e6;
	padding: 0.3em 1em;
}



thead {
	background: #eee;
}

tr:hover, tr:hover td.hintergrund {
	background: #2AB572;
	color: #fff;
}
th.weiss {
	background: #fff;
	}

thead tr:hover {
	background: #eee;
	color: #45464b;
}

td.hintergrund {
	background: #eee;
}


/* --> Ende Tabelle */