* {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	
}

body{
	padding:0;
	margin:0;
}

a:link{
	color: black;
	text-decoration:none;
	font-size:10px;	
}
a:hover{
	color: red;
	text-decoration:none;
	font-size:10px;	
}
a:visited{
	color: black;
	text-decoration:none;
	font-size:10px;	
}
a:active{
	color: black;
	text-decoration:none;
	font-size:10px;	
}
h1.banner{
	font-size:14px;	
	color: white;
}
h1.info{
	font-size:14px;	
	color: #1d47a4;
}
h1.infoform{
	font-size:14px;	
	color: #1d47a4;
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:20px;
}

font.info, font.info a{
	font-size:12px;	
	color: black;
}

font.info a:hover{
	font-size:12px;	
	color: #104294;
}

font.footer{
	font-size:10px;	
	color: black;
	margin-right:10px;
}

font.seo{
	font-size:10px;	
	color: black;
}

font.green{
	font-size:18px;	
	color: green;
	font-style:bold;
}

font.form{
	font-size:10px;	
	color: black;
}

input {
background-color: #F7F7F7;
border: 1px solid #bbbbbb;
font-size:14px;
color: black;
}

select {
background-color: #F7F7F7;
border: 1px solid #bbbbbb;
font-size:14px;
color: black;
padding:2px;

}

input.submit {
background-color: #F7F7F7;
border: 1px solid #1d47a4;
font-size:20px;
font-weight:bold;
color: #1d47a4;
}

#angebotshinweis {
	position: relative;
	width: 305px;
	height: 60px;
	margin: -35px 0px 0px 0px;
	background-image: url(img/angebothinweis.png);
}

#angebotshinweistext {
	position: relative;
	color: #1f54ab;
	padding: 35px 0px 0px 25px;
	font-weight: bold;
}


.normal_pointer {
	cursor: default;
}



#kontakt {
	position: relative;
	top: -7px;
	margin-bottom: 10px;
	width: 355px;
	height: 80px;
	background-image: url(img/kontaktfield.png);
}

#kontakt_text {
	position: relative;
	top: 16px;
	left: 80px;
	font-size: 8.8pt;
	font-weight: bold;
	color: #104294;
}

#kontakt_text a:link {
	font-size: 8.8pt;
	font-weight: bold;
	color: #104294;
}

#kontakt_text a:hover {
	font-size: 8.8pt;
	font-weight: bold;
	color: #1e47a4;
	text-decoration: underline;
}




#navbar {
   margin: 0;
   padding: 0;
   height: 1em; 
   width: 100%;
   background-color: #104294;
   z-index: 1000;
}

#navbar a{
   font-size: 8.5pt;
}


#navbar li {
   list-style: none;
   float: left; 
   z-index: 1000;
}
#navbar li a {
   display: block;
   width: 126px;
   padding: 6px 3px;
   margin: 0px 0px;
   background-color: #104294;
   color: #fff;
   text-decoration: none; 
   z-index: 1000;
}

#navbar li a:hover {
   background-color: #265bb1;
}

#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   background-color: #1e47a4;
   z-index: 1000;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #69f;
   border-bottom: 1px solid #fff;
   color: #000; }
#navbar li li a:hover {
   background-color: #8db3ff; }

