html {
	overflow-x:hidden;
}

html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
	color:#000;
	background-color:#ffffff:
}

#divmain {
	width:672px;
	clear:both;
}

#divheader { 
	width:672px;
	height:67px;
	margin:0px;
	padding:0px;
}

#divleft {
	display:none;
}


#divinhalt {
	float:left;
	width:629px;
	height:200px;
	padding:0px;
	margin:0px;
}


#divfooter {
	display:none;
	margin:1em 0em 0em 0em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding:0px;
	border-color:#000000;
	width:550px;
}


#divdekoinhaltoben {
	display:none;
}

#divabschlussunten {
	display:none;
}



/* Überschriften */

.captionsite {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0.9em 0em 0em 91px;
}


.tagline {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#11428e;
	margin:0em 0em 0em 91px;
}


#divinhalt h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	border:0px;
	margin:1em 0em 1em 0em;
	padding:0em;
}


#divinhalt h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
	margin:1em 0em 0em 0em;
	padding:0em 0em 0.1em 0em;
	width:550px;
}


/* Textabsätze */

#divinhalt p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:1em 0em 0em 0em;
	padding:0em;
}


#divinhalt .footer {
	font-size:0.7em;
	font-weight:bold;
	margin:0px; padding:0px;
}


#divinhalt .footer a {
	text-decoration:none;
	color:#000000;
}


.absatztyp1 {
	width:450px;
}


/* Listen */

#divinhalt ul {
	margin:1em 0em 0em 2em;
	padding:0em 0em 0em 0em;
}

#divinhalt li {
	font-size:0.8em;
	line-height:1.3em;
}


/* Links */

a {
	color:#000000;
	text-decoration:none
}

/* allgemeine Zusatzformatierungen (fett, nicht unterstrichen, etc.) */

.fett {
	font-weight:bold;
}


.schwarz {
	color:#000;
}


.nichtunterstrichen {
	text-decoration:none;
}


.kleingedruckt {
	font-size:0.7em;
}




