/* Seitenkopf Bild im Header*/
.header {
	background-image: url(../../designs/standard/images/header.gif);
	width: 850px;
	height: 168px;
}

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

/* normaler Text und Hintergrund */
body {
	background-image: url(../../designs/standard/images/bg02.gif);
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 14px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
/* Ende normaler Text und Hintergrund */

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

/* Buttons */

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

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

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

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

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

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

a.news:hover {
	color: #333399;
	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: #333399;
	text-decoration: none;
}
/* Ende news Links */

/* Navigation Level 1 */
ul#Navigation {
	padding: 0px;
	width: 145px;  
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
/*	text-transform: uppercase;  */
}

ul#Navigation a {
	color: #333333;
}

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

/* Navigation Level 2 */
ul#SubNavigation {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}

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

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

/* Navigation Level 3 */
ul#SubSubNavigation {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}

ul#SubSubNavigation a {
	color: #333333;
}

ul#SubSubNavigation a:hover {
	color: #333399;
}
/* 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: #333399;
}
/* Ende Navigation Level 4 */

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