#content{
   line-height: 150%;
   width: 600px;
   padding: 0;
}

#input, select, textarea {
   border: 1px solid #6D6E70;
   background-color: #FFF;
   color: #000;
   padding: 2px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.92em;
}

#content p{
   margin: 0 0 1em 0;
   padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
   font-size: 160%;
   line-height: 120%;
   padding : 0;
   margin: 15px 0 20px 0;
   font-weight: normal;
   color:#070048;
}



#content h3 {
   font-size: 140%;
   line-height: 120%;
   padding: 0;
   margin: 33px 0 18px 0;
   font-weight: normal;
   color: #167b30;
}

#content h5 {
   font-size: 120%;
   line-height: 120%;
   margin: 26px 0 16px 0;
   padding: 0;
   font-weight: normal;
   color: #000066;
}  

#content a,
#content a:link,
#content a:visited {
   color : #000066;
   font-weight : bold;
   text-decoration: underline;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #000066;
   color: #fff;
}
#content ul{
   list-style: square;
   margin: 0;
   padding:0 0 0 22px;  
}


#content td{vertical-align: top;}
#content table{margin-bottom: 1em;border-collapse: collapse;}
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
   border: 1px solid #DEDEDE;
}
.tabrowheader {
   background-color: #DEDEDE;
   font-weight: bold;
}

.tabrowgerade   {background-color: #FFF;}
.tabrowungerade {background-color: #E9EDF0;}

/* Input Felder */
input, select, textarea {
   border: 1px solid #6D6E70;
   background-color: #FFF;
   color: #000;
   padding: 2px;
}

input:hover, select:hover, textarea:hover {
   background-color: #e7e7e7;
}

/*
 * Bannerbaukasten
*/ 
#bannerbk .HocoLogo img{display:block;border: 0 none;margin: 0;}

#bannerbk{
   color: #333;
   line-height: 130%;
   font-size: 92%;
}
#bannerbk p{
   margin: 0 0 13px 0;
   padding: 0;
}
#bannerbk h1 {
   font-size: 120%;
   line-height: 120%;
   padding: 0;
   margin: 15px 0 15px 0;
   font-weight: bold;
   color: #070048;
}

#bannerbk h3 {
   font-size: 110%;
   line-height: 120%;
   padding: 0;
   margin: 33px 0 13px 0;
   font-weight: bold;
   color: #921617;
}

#bannerbk h5 {
   font-size: 100%;
   line-height: 120%;
   margin: 26px 0 11px 0;
   padding: 0;
   font-weight: normal;
   color: #000066;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #000;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   text-decoration: underline;
   background-color: #fff;
   color: #000;
}
#bannerbk td{
   vertical-align: top; 
}
/*
   ANFRAGEFORMULAR
*/
#anfrageformular .ckbox input{
   width: 20px;
   border: 0 none;
   margin-right: 2px;
}
#anfrageformular .text input{
   width: 180px;
}
#anfrageformular .text label{
   cursor: pointer;
   float: left;
   display: block;
   padding-top: 3px
}
#anfrageformular .normalLable .text label{
   width: 140px;
}
#anfrageformular .longLable .text label{
   width: 250px;
}
#anfrageformular textarea{
   width: 98%;
   height: 150px;
}
