@charset "utf-8";
/* CSS Document */

body, td, text, select, input, textarea, a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.normal_input
{
  height:14px;
  width:200px;  
}
.normal_textarea
{
  height:70px;
  width:300px;  
}

.posClass
{
   position:absolute;
   
   vertical-align:bottom;
   height:30px; 
}

.contact
{
   position:absolute;
   height:40px; 
   width:150px;
   border-top-color:#AAAAAA;
   border-top-style:solid;
   border-top-width:1px;
   padding-left:10px;
   padding-top:15px;
}

.ueberschrift
{
   font-size: 16px;
   border-bottom-color:#6666CC;
   border-bottom-style:dotted;
   border-bottom-width:1px;
   padding-left:3px;
   padding-right:3px;
   padding-bottom:2px;
   color: #333333;
   text-decoration: none;
   font-weight:normal;
}
.normalLink
{
   color:#666688;
   text-decoration:none;
}
.normalLink:hover
{
   
   text-decoration:underline;
}

#liste1
{
   float:left;
   margin-top:0px;
}
#liste1 li
{
   display:inline; 
   margin-right:25px;
   list-style-type: none;  
}
#liste2
{
   float:left;
   margin-top:0px;
}
#liste2 li
{
   display:inline; 
   margin-right:25px;
   list-style-type: none;  
}
#liste3
{
   float:left;
   margin-top:0px;
}
#liste3 li
{
   display:inline; 
   margin-right:25px;
   list-style-type: none;  
}

.naviTop
{
   text-decoration: none;
}
.naviTop:hover
{
   color: #3333CC;
}
.naviSecond
{
   text-decoration: none;
}
.naviSecond:hover
{
   color: #3333CC;
}

.naviActive
{
   text-decoration: none;
   color: #3333CC;
}

.naviFooter
{
   font-size:11px;
   text-decoration: none;
}
.naviFooter:hover
{
   color: #3333CC;
}

.normalText
{
   width:450px;
   text-align:justify;
}
.normalTextTable
{
   
}
.longContentFlow
{
   position:absolute;
   top:155px;
   left:80px;
   overflow:auto;
   width:518px;
   height:340px;

}
