/* Neudefintion der Hedlines */

h1, h2 {
 font-size: 12px;
 font-family: Verdana, Arial, Geneva;
 color: #000000;
 font-weight: bold;	
 
} 


h1 {
	margin: 0;
}

h3 {
	font-size: 12px;
}

p, td, input, select, textarea, li, ul
{
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: #222222;
}


.smallBlackBold {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: black;
 font-weight: bold;
}

.smallBlack {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: black;
}

.normalBlackBold {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: black;
 font-weight: bold;
}

.normalBrownSmall {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: #996A38;
}

.headline {
 font-size: 12px;
 font-family: Verdana, Arial, Geneva;
 color: #996A38;
}

.normalBlack {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: black;
}

.headline1blue {
 font-size: 15px;
 font-family: Verdana, Arial, Geneva;
 color: #4A5A6B;
 font-weight:bold;
}

.smallWhite {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: white;
}

.normalWhiteBold{
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: white;
 font-weight: bold;
}

.normalWhite {
 font-size: 10px;
 font-family: Verdana, Arial, Geneva;
 color: white;
}

a:link {
text-decoration:underline; 
color:#4A5A6B;
font-weight: bold;

}

a:visited {
text-decoration:underline; 
color:#4A5A6B;
font-weight:bold;
}

a:hover {
text-decoration:underline; 
color:#F3A926;
font-weight: bold;
}

a:active {
text-decoration:underline; 
color:#4a5a6b;
font-weight: bold;
}


