html, body {
	border: 0;
	height: 100%;
}

body {
	background-color: #fff;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background-image: url(../img/layout/streifen.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	margin: auto;
	text-align: left;
	width: 755px;
	height: 100%;
	margin-top: 70px;
	background: transparent	url('../img/layout/verlauf_re.jpg') top right no-repeat;
}

#verlauf_aussen {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 100px;
	z-index: 5;
}

#logospalte {
	position: absolute;
	width: 110px;
	top: 70px;
}

#kontaktimpressumsuche {
	margin-top: 55px;	
	width: 80px;
	font-size: 80%;
	color: #cc9933;
	font-weight: bold;
	text-align: right;
}

#kontaktimpressumsuche li a:link, #kontaktimpressumsuche li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#kontaktimpressumsuche li a:hover {
	color: #cc9933;
	text-decoration: none;
	font-weight: bold;
}


#head {
	text-align: right;
	width: 645px;
	float: right;
}

/* Menüformate */

/* allg */

#hauptmenue {
	float: right;
	width: 645px;
}

#hauptmenue ul, #untermenue ul, #kontaktimpressumsuche ul { /* Listenformatierung beide Menüs */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Speziell: Hauptmenü */
 
#hauptmenue li {
	height: 1.6em;
	border-bottom: 1px solid #3399cc;
	color: #cc9933;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
}

#hauptmenue li a:link, #hauptmenue li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#hauptmenue li a:hover, #kontaktimpressumsuche li a:hover {
	text-decoration: none;
	color: #cc9933;
	font-weight: bold;
}

/* Speziell: Untermenü */

#untermenue {
	float: right;
	width: 208px;
	margin-top: 20px;
	text-align: right;
}

#untermenue li {
	color: #000;
	font-weight: bold;
	font-size: 75%;
	margin: 0 0 3px 0;
	padding: 0;
}

#untermenue li a:link, #untermenue li a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: normal;
}

#untermenue li a:visited { color: #999; }
#untermenue li a:hover { color: #000; font-weight: bold; }

/* Ende Menüformate */

/* Inhaltsformate */

#inhalt {
	width: 645px;
	float: right;
	font-size: 80%;
	margin-top: 0px;
}

#news {
	font-size: 90%;
	width: 624px;
	clear: right;
	padding: 0 20px 0 0;
	margin-top: 10px;
	border-right: 1px dotted #ccc;
}

#news .newsitem {
	float: left;
	width: 190px;
	border-left: 1px dotted #ccc;
	padding: 0 5px 0 10px;
/*	border-right: 1px solid #cc9933; */
}

#news .newshead {
	margin-top: .3em;
	margin-bottom: .3em;
}

#news p {
	font-size: 95%;
	color: #000;
	margin: .5em;
}


/* Ende Inhaltsformate */

/* hauptbilder */

#eyecatcher {
	float: right;
/*	width: 645px; */
	margin: 25px 0 5px 0;
}

#eyecatcher img {
	border: 11px solid #cc9933;
	padding: 1px;
}

/* Listen */

#inhalt ul {
	list-style: disc;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

#inhalt ul.mitunterliste {
	list-style-type: none;	
}

#inhalt ul li {
	margin: .5em;
}

#inhalt ul ul {
	margin: .5em;
}

#inhalt ul ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#inhalt img {
	border: none;
}

#backlink {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}


/* Text-Formate */

h1 {
	font-size: 140%;
	font-weight: bold; 
	margin-top: 1.5em;	
}


h2 {
	font-size: 120%;
	font-weight: bold;
	
}

h3 {
	font-size: 120%;
	font-weight: normal;
	
}

h4 {
	font-size: 120%;
	color: #cc9933;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

h5 {
	font-size: 140%;
	font-weight: bold;
	color: #000
	}


a {

	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #cc9933;
}
