/* CSS Document */

/* Standard CSS für Winx 200 www.lattoflex.de */

/* wichtige Farben

Hintergrund = #F5F8FA

Text normal = #000

Text Titel = #005D88

Link = #ED702C

Link visited = #005D88

Link hover = #E2E9ED

Link active = #F29424

*/


/* allgemeine Formatierung */


html, body {
	background: #F5F8FA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	scrollbar-face-color: rgb(188,209,220);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(0,93,136);
	scrollbar-3dlight-color: rgb(0,93,136);
	scrollbar-arrow-color: rgb(0,93,136);
	scrollbar-track-color: rgb(245,248,250);
	scrollbar-darkshadow-color: rgb(255,255,255);	
}


img {
   border: 0;
}


b {
	font-weight: bold;
}


h1 {
	font-size: 20px;
	line-height: 14px;
	color: #005D88;
	font-weight: bold;
}



h2 {
	font-size: 16px;
	line-height: 10px;
	color: #005D88;
	font-weight: bold;
}




a:link {
	color: #ED702C;
	text-decoration: underline;	
}

a:visited {
   color: #005D88;
   text-decoration: underline;
}

a:hover {
	color: #E2E9ED;
	text-decoration: underline;
}

a:active {
   color: #F29424;
   text-decoration: underline;
}

input, select, textarea, button {
	background-color: #D6E5B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5D8D13;
	font-weight: bold;
}


.formular-auswahl {
	background-color: #F5F8FA;	
}



.ul-big {
	list-style-image: url(images/layout/listenpunkt-blue-b6.gif);
	list-style-type: disc;
	font-size: x-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


.ul-small {
	list-style-image: url(images/layout/listenpunkt-blue-b6.gif);
	list-style-type: disc;
	font-size: xx-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}


.ol-big {
	list-style-image: none;
	list-style-type: decimal;
	font-size: x-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


.ol-small {
	list-style-image: none;
	list-style-type: decimal;
	font-size: xx-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}





.text-big {
	font-size: x-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


.text-small {
	font-size: xx-small;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}




.nummer {
	font-size: 24px;
	line-height: normal;
	color: #5D8D13;
	font-weight: bold;
}


.text-headline {
	font-size: small;
	font-weight: bold;
	line-height: normal;
	color: #000;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;	
}

.text-blue {
	font-size: small;
	line-height: normal;
	color: #005D88;
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-weight: bold;
}


.infofeld-blue-rand {
	border: 2px solid #005D88;
	background-color: #BCD1DC;
	padding: 4px;
}

.infofeld-blue {
	background-color: #BCD1DC;
	padding: 4px;
}

