body{
 background-color: #FFFFcc;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 overflow:auto;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : normal;
 font-style : normal;
}

td.normal {
 background-color: #ffffff;
 font-family : Arial, Helvetica, sans-serif;
 color : #333333;
 font-size : 14px;
 font-weight : normal;
 font-style : normal;
 text-align: justify;
}

/* Form elements */
input.textinput {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #333333;
 width: 150px;
}

/* Form elements */
input.help {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10px;
 color : #333333;
 background-color: Silver;
 width: 300px;
 border: none;
}

/* Form elements */
textarea {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 14px;
}

/* Form elements */
input.radio {
}

/* Form elements */
input.button {
 text-indent : 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #333333;
 background-color : #cccccc;
}



.navi {
 font-size : 13px;
 line-height : 20px;
}

/* style vom Link ohne href */
.link {
 color : #999999;
 text-decoration : none;
}

a:link {
 color : #999999;
 text-decoration : none;
}

a:active {
 color : #999999;
 text-decoration : none;
}

a:visited {
 color : #999999;
 text-decoration : none;
}

a:hover {
 color : #DE0000;
 text-decoration : none;
}


h1 {
color : #333333;
font-size : 24px;
line-height : 26px;
font-weight : bold;
}


h2 {
color : #333333;
font-size : 20px;
line-height : 22px;
font-weight : bold;
}


.small {
 font-size : 12px;
}

.smaller {
 font-size : 10px;
}



.grey-black {
color : #333333; 
} 

.grey-black:link {
color : #333333; 
text-decoration : none; 
} 


.grey-black:active {
color : #333333; 
text-decoration : none; 
} 


.grey-black:visited {
color : #333333; 
text-decoration : none; 
} 


.grey-black:hover {
color : #DE0000; 
text-decoration : none; 
} 



.grey-black-small {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #333333; 
font-weight : normal; 
font-style : normal; 
line-height : 13px; 
} 

.grey-black-small:link {
color : #333333; 
text-decoration : none; 
} 


.grey-black-small:active {
color : #333333; 
text-decoration : none; 
} 


.grey-black-small:visited {
color : #333333; 
text-decoration : none; 
} 


.grey-black-small:hover {
color : #DE0000; 
text-decoration : none; 
} 

