@charset "ISO-8859-1";

/* CSS Document für Weischet.de*/
/* letzte Änderung: 19. Mai 2013 */

h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Helvetica,Verdana,Arial 
}

h1 { 
	font: normal 14px Helvetica,Verdana,Arial;
	font-weight: bold;
}

img.block {
	display:block;
}

body {
	background-color: white;
}

div, img  {
  margin:0;
  padding:0;
  border:0;
}

div#container  {
  width:938px;
  margin-left:auto;
  margin-right:auto;
  border:0;
  align: center;
  /*background: url(../bilder/background.gif) center repeat-y;*/
}

div#header  {
  height: 121px;
  background: url(../bilder/logomlang298x75.png) center repeat-y;
}

div#top {
  height: 1px;
  font: bold 10px Verdana,Arial;
  clear:both;
  background: url(../bilder/linie.gif) center repeat-y;
  text-align:right;
  color:#FFFFFF;  
  padding:0px;
  padding-right:10px;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}

div#top a {
   text-decoration: none;
   color:white;
   }

div#links { 
	float:left;
	width:179px; 
	padding-top:37px;
	padding-bottom:10px;
	background-color:#ffffff;
}

div#links .navigation {
	font-family: Verdan, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #9e9e9e;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 8px;
	width: 163px;
	
}

div#links .navigationselected {
	font-family: Verdan, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #9e9e9e;
	display: block;
	padding: 8px;
	width: 163px;
	
}
div#links .navigation:hover {
	font-family: Verdan, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #9e9e9e;
	display: block;
	padding: 8px;
	width: 163px;
	
}

div#links div#links2 {
	float:left;
	width:149px; 
	padding-left:30px;
	padding-bottom:6px;
	background-color:#0033ff;
}

div#links2 .navigation {
	font-family: Verdan, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;
	background-color: #0033FF;
	display: block;
	padding-top:2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:2px;
	width: 133px;
	
}

div#links2 .navigationselected {
	font-family: Verdan, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding-top:2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:2px;
	width: 133px;
	
}
div#links2 .navigation:hover {
	font-family: Verdan, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0033ff;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding-top:2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:2px;
	width: 133px;
	
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}

div#center { 
  margin-left:190px; 
  width:750px; 
  height: auto;
/*  background-color: #0099ff; */
}

div#bottom {
  height: 1px;
  font: bold 10px Verdana,Arial;
  clear:both;
  background: url(../bilder/linie.gif) center repeat-y;
  text-align:right;
  color:#FFFFFF;  
  padding:0px;
  padding-right:10px;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}

div#footer {
  height: 14px;
  clear:both;
  /*background: url(../bilder/linie.gif) center repeat-y;*/
  padding:10px;
  text-align:right;
  color: #9e9e9e;
  border-top: 5px solid white;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

ul {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding-left: 33px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.xxl {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link:hover {
	background-color: #FFFFFF;
}

.float-left { 
	float:left; 
}
