@charset 'UTF-8';
	body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	padding:0px;
	background-color: #bbb;
	}
table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	}
td, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	vertical-align: top;
	}
img {
	display: block;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	padding:0px;
	}
h1 {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	}
h2 {
	display: inline;
	font-size: 14px;
	line-height: 20px;
	}
ul,ol {
	margin: 0px 0px 0px -25px;
	}
li {
	padding: 0px 0px 0px 0px;
	}
a:link,
a:visited,
a:hover,
a:active {
	color: #c60;
	text-decoration: none;
	}
a:hover,
a:active {
	text-decoration: underline;
	}

h1.lead {
	display: inline;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	}

/******************** Klassen******************/
.rot  { 
	color: red; 
	font-style: italic; 
	font-size: 17px; 
	font-family: "Times New Roman", Georgia, Times, serif ;
	}
a.suchergebniss:active,
a.suchergebniss:link,
a.suchergebniss:visited,
a.suchergebniss:hover  { 
	color: black; 
	text-decoration: none;
	}
a.suchergebniss:hover  {
	text-decoration: underline;
	}
	
/******************** Menü******************/
a.nav1,
a.nav1X,
a.nav1:link,
a.nav1:visited,
a.nav1:active,
a.nav1:hover,
a.nav1X:link,
a.nav1X:visited,
a.nav1X:active,
a.nav1X:hover {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	padding: 0 8;
	text-decoration: none;
	text-transform: uppercase;
	}
a.nav1:active,
a.nav1X:link,
a.nav1X:visited,
a.nav1X:active {
	color: black;
	}
a.nav1:hover,
a.nav1X:hover {
	color: lime;
	}

a.nav2,
a.nav2X,
a.nav2:link,
a.nav2:visited,
a.nav2:active,
a.nav2:hover,
a.nav2X:link,
a.nav2X:visited,
a.nav2X:active,
a.nav2X:hover {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
a.nav2:active,
a.nav2X:link,
a.nav2X:visited,
a.nav2X:active{
	color: black;
	}
a.nav2:hover,
a.nav2X:hover {
	color: #ff7e00;
	}
	
a.nav3,
a.nav3X,
a.nav3:link,
a.nav3:visited,
a.nav3:active,
a.nav3:hover,
a.nav3X:link,
a.nav3X:visited,
a.nav3X:active,
a.nav3X:hover {
	display: block;
	padding: 5;
	background-color: White;
	}
a.nav3:active,
a.nav3X:link,
a.nav3X:visited,
a.nav3X:active {
	background-color: #ff7e00;
	}
a.nav3:hover,
a.nav3X:hover {
	background-color: lime;
	}
	
	
