*
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	color: #c60929;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 30px;
}

.grau
{
	color: #000000;
}

p
{
	margin-top: 10px;
}

a:link
{
	color: #36C;
	text-decoration: none;
	outline: none;
}

a:visited
{
	color: #900;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: #900;
	text-decoration: none;
}

a:active
{
	color: #900;
	text-decoration: none;
}

#banner
{
	min-width: 875px;
	height: 100px;
	background-color: #990000;
	background-image: url(../bilder/kopf.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation
{
	height: 20px;
	background-color: #CCCCCC;
	padding-top: 5px;
}

#hauptnavigation
{
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}

#hauptnavigation li
{
	float: left;
	list-style-type: none;
	margin-right: 71px;
}

#hauptnavigation li#letzter_listenpunkt
{
	margin-right: 0;
	margin-left: 3px;
}

#hauptnavigation li a:link
{
	color: #333;
}

#hauptnavigation li a:visited
{
	color: #333;
}

#hauptnavigation li a:hover
{
	color: #900;
}

#hauptnavigation li a:active
{
	color: #900;
}

#aussen
{
	overflow: auto;
	/* wegen ie6 */
    position: relative;
	/* wird erst nach dem positionieren durch javascript auf visible gesetzt, damit es kein ruckeln beim aufbau gibt */
    visibility: hidden;
}

#inhalt
{
	/* wegen ie6 */
    height: 350px;
	overflow: visible;
	/* und weiter unten komplette html>body #inhalt */
    /* sonst würde min-height: 350px; genügen */
    width: 875px;
	background-image: url(../bilder/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
	position: relative;
	padding-bottom: 30px;
}

/* wegen ie6 */
html>body #inhalt
{
	height: auto;
	min-height: 350px;
}

.inhalt_links
{
	float: left;
	width: 150px;
	margin-top: 30px;
	text-align: center;
}

.inhalt_links a img
{
	border: 1px solid #C0C0C0;
}

.inhalt_rechts
{
	float: left;
	width: 700px;
	margin-left: 25px;
}

.float_aufheben
{
	clear: both;
}

#die_schule_liste li
{
	list-style-type: none;
	margin-top: 10px;
}

#inhalte_der_ausbildung_liste li
{
	list-style-type: none;
	margin-top: 10px;
}

#inhalte_der_ausbildung_liste li ul li
{
	padding-left: 20px;
}

#finanzierung_der_ausbildung_liste li
{
	list-style-type: none;
	margin-top: 10px;
}

#ueber_mich_liste li
{
	list-style-type: none;
	margin-top: 10px;
}

#links_liste li
{
	list-style-type: none;
	margin-top: 10px;
}

#links_liste li ul li
{
	margin-top: 0;
}
