/* CSS Document */

body, html {
	height: 100%;
	/* background-image: url(/images/main/bg_linie_blau.gif); 
	background-repeat: repeat-y; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* used for text editor formatted content  */
p {
	margin-top: 0px;
}
/* standard font */
td {  			
	font-size: 11px; 
	color: #000000; 
}

.clear { clear: both; }

img {
  vertical-align: bottom;
}


a {					font-size: 11px; color: #336699; text-decoration: none;	}
/* a:visited { 		color: #336699; }
a:active { 			color: #336699; } */
a:hover { 			color: #000000; }

a.button {			font-size: 11px; line-height: 18px; color: #336699; text-decoration: none;	border: 1px solid #336699; margin-right: 4px; } 
a.button:visited { 	color: #336699; }
a.button:active { 	color: #336699; }
a.button:hover { 	color: #000000; }

a.headlineBlue { color: #21659C; }
a.headlineGreen { color: #009966; }

.headlineBlue {		font-size: 11px; color: #21659C; font-weight: bold; }
.headlineGreen {	font-size: 11px; color: #009966; font-weight: bold; }
.headlineBlack {	font-size: 11px; color: #000000; font-weight: bold; }
.headlineBigBlue {	font-size: 12px; color: #21659C; font-weight: bold; }
.headlineBigBlack {	font-size: 12px; color: #000000; font-weight: bold; }
.headlineBigGreen {	font-size: 12px; color: #009966; font-weight: bold; }
.flow {  			font-size: 11px; color: #000000; }
.flowgrey {  		font-size: 11px; color: #666666; }
.flowsmall {  		font-size: 10px; color: #000000; }
.flowbold {  		font-size: 11px; color: #000000;  font-weight: bold; }
.flowredbold { 		font-size: 11px; color: #FF3300;  font-weight: bold; }
.flowbluebold { 	font-size: 11px; color: #336699; font-weight: bold; }
