
/* ++++++ Texte ++++ */

.text{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #008080;
	font-weight : bold;
	text-decoration : none;
}

.text_anfang{
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #800000;
	font-weight : bold;
	text-decoration : none;
}

.text_gross{
	font-family : Arial, sans-serif;
	font-size : 16px;
	color : #008080;
	font-weight : bold;
	text-decoration : none;
}

.text_rot{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #ff0000;
	font-weight : bold;
	text-decoration : none;
}

/* ++++++ Überschriften ++++ */

.ueberschrift{
	font-family : Arial, sans-serif;
	font-size : 22px;
	color : #008080;
	font-weight : bold;
	font-variant : small-caps;
	text-decoration : none;
}

.ueberschrift_anfang{
	font-family : Arial, sans-serif;
	font-size : 30px;
	color : #800000;
	font-weight : bold;
	text-decoration : none;
}


/* ++++++ Links ++++ */

.link{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #008080;
	font-weight : bold;
	text-decoration : none;
}

.link:hover {
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #800000;
	font-weight : bold;
	text-decoration : none;
}

.link_gross{
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #008080;
	font-weight : bold;
	text-decoration : none;
}

.link_gross:hover {
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #800000;
	font-weight : bold;
	text-decoration : none;
}

/* ++++++ Menus ++++ */

.menu{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #008080;
	font-variant : small-caps;
	text-decoration : none;
}

.menu:hover {
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #800000;
	font-variant : small-caps;
	text-decoration : none;
}

/* ++++++ Tabellen ++++ */

.tab1{
	/*background-color : #EDF0F6;
	font-family : Arial, sans-serif;
	font-size: 12px;*/
}

.tab2{
	/*background-image: 	url(pic/a_hintergrund_tabelle.jpg);
	background-color : #E1E4EA;*/
}

.tab3{
	background-color : #1F2B43;
	color : #FFFFFF;
}

.ra1{
	border-style : solid;
	border-width : 2px;
 	border-color : #E1E4EA;
	font-family : Arial, sans-serif;
	font-size: 12px;
}


/* ++++++ Body + Scrollbase ++++ */

body, {
	color : 			#1F2B43;
	font-family : 		Arial, sans-serif;
	font-size: 			12px;
	text-decoration : 	none;
	scrollbar-base-color : #FFFFFF;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #1F2B43;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #EDF0F6;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	margin-top : 		25px; 
	margin-bottom : 	10px;
	background-image: 	url(pic/a_hintergrund.jpg);
}


/* ++++++ Formulare ++++ */

input type="submit" {
	background-color : 	#EDF0F6;
	text-decoration : 	none;
	color : 			#1F2B43;
	font-family : 		Arial, sans-serif;
	border-width : 		1px;
	border-style : 		solid;
	border-color : 		#1F2B43;
}

INPUT, INPUT.entry, SELECT.entry {
	font-family : 		Arial, sans-serif;
	font-size: 			12px;
}

