/* Seitenkopf Bild im Header*/
#layout
{
	text-align: left; /* Schrift links ausrichten */
    margin: 1px auto;   /* Zentrierung Nicht-IE-Browser */
    width: 900px;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-image: url(../../designs/standard/images/bg-main.gif);

}

.header {
	background-image: url(../../designs/standard/images/header.jpg);
	width: 850px;
	height: 168px;
}

.base {
	float:right;
	margin-top: 143px;
}
/* Ende Seitenkopf */

/* normaler Text und Hintergrund */
body {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
/* Ende normaler Text und Hintergrund */

/* Linien */
hr {
	height: 1px;
	color: #1D6B9C;
}
/* Ende Linien */

/* Buttons */

input.suchen {
	background-image: url(../../designs/standard/images/suchen.gif);
	background-color: none;
	background-repeat: no-repeat;
	background-position: left center;
	width: 25px;
	height: 23px;
	border: 0;
}
/* Ende Buttons */

/* normale Links */
a:link {
	color: #B0B614;
	text-decoration: none;
}
	
a:visited {
	color: #B0B614;
	text-decoration: none;
}

a:hover {
	color: #B0B614;
	text-decoration: none;
}
/* Ende normale Links */

/* news Text */
.news {
	font-size: 10px;
}

/* news Links */
a.news {
	font-size: 10px;
	color: #1D6B9C;
	text-decoration: none;
}

a.news:link {
	color: #1D6B9C;
	text-decoration: none;
}
	
a.news:visited {
	color: #1D6B9C;
	text-decoration: none;
}

a.news:hover {
	color: #4194C9;
	text-decoration: none;
}
/* Ende news Links */

/* navi base */
a.nav {
	color: #333333;
	text-decoration: none;
}

a.nav:link {
	color: #333333;
	text-decoration: none;
}
	
a.nav:visited {
	color: #333333;
	text-decoration: none;
}

a.nav:hover {
	color: #ffffff;
	text-decoration: none;
}
/* Ende news Links */

/* Navigation Level 1 */
ul#Navigation {
	padding: 0px;
	width: 140px;  
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	list-style-type: none;
	border-bottom: #e1e1e1 solid 1px;
	line-height: 15px;
/*	text-transform: uppercase;  */
}

ul#Navigation a {
	color: #333333;
}

ul#Navigation a:hover {
	color: #4194C9;
	
}
/* Ende Navigation Level 1 */

/* Navigation Level 2 */
ul#SubNavigation {
	background-image:url(../../designs/standard/images/bg_nav01.gif);
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 7px;
	list-style-type: none;
	line-height: 15px;
	border-bottom:#fff solid 1px;
}

ul#SubNavigation a {
	color: #333333;
	text-align: left;
}

ul#SubNavigation a:hover {
	color: #4194C9;
}
/* Ende Navigation Level 2 */

/* Navigation Level 3 */
ul#SubSubNavigation {
	background-image:url(../../designs/standard/images/bg_nav02.gif);
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 12px;
	list-style-type: none;
	line-height: 15px;
}

ul#SubSubNavigation a {
	color: #333333;
}

ul#SubSubNavigation a:hover {
	color: #4194C9;
}
/* Ende Navigation Level 3 */

/* Navigation Level 4 */
ul#SubSubSubNavigation {
	padding: 0px;
	background-color:#FFFFFF;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}

ul#SubSubSubNavigation a {
	color: #333333;
}

ul#SubSubSubNavigation a:hover {
	color: #4194C9;
}
/* Ende Navigation Level 4 */
.foo {
	margin-top: 24px;
	}

.grau {
	color: #999;
	font-weight: bold;
}

