body {
	background-image: url(../Bilder/bg.jpg);
	background-repeat: no-repeat;
	/*background-color: #dacbd7;*/
	background-color: #cc99cc;
	scrollbar-3dlight-color: #f9ede8; /*** Ränder Balken ***/
	scrollbar-darkshadow-color: #f9ede8; /*** rechter äußerer rand2 ***/
	scrollbar-face-color: #ddc4d8; /*** Balken Oberfläche ***/
	scrollbar-highlight-color: #f9ede8; /*** linker Balkenrand ***/
	scrollbar-shadow-color: #f9ede8; /*** rechter äußerer rand1 ***/
	scrollbar-track-color: #f9ede8; /*** Laufleiste ***/
	scrollbar-arrow-color: #f9ede8;	/*** Pfeile ***/	
	font-family: Verdana;
}

/*** Generell ref CSS START ***/
a:link { color: #2f4090; text-decoration: none; }
a:visited { color: #2f4090; text-decoration: none; }
a:hover { color: #2f4090; text-decoration: underline; }
a:active { color: #2f4090; text-decoration: none; }
/*** Generell ref CSS START ***/


/*** Footer ref CSS START ***/
#ref_footer a:link { color: #35146b; text-decoration: none; }
#ref_footer a:visited { color: #35146b; text-decoration: none; }
#ref_footer a:hover { color: #35146b; text-decoration: underline; }
#ref_footer a:active { color: #35146b; text-decoration: none; }
/*** Footer ref CSS START ***/

.content {
	background-image: url(../Bilder/content.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
	line-height: 18px
}

.footer {
	padding-top: 3px;
	font-size: 9px; 
	text-align:left; 
	padding-left:0px;
}

.uberschrift 
{
	font-size: 19px; 
	font-weight: bold;
	color: #2f4090;
	font-family: Arial;	 
}
.uberschriftklein 
{ 
	font-size: 14px; 
	font-weight: bold;
	color: #2f4090;
	font-family: Arial;
}

/*** Generell Forms CSS START ***/
.inputtextarea  
{
	font-size: 11px; 
	font-family: Arial; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	padding: 2px; 
	width: 235px; 
	height: 250px; 
	border: solid 1px #cccccc 
}
.inputselect 
{
	font-size: 11px; 
	font-family: Arial; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	width: 235px; 
}
.inputtext 
{
	font-size: 11px; 
	font-family: Arial; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	padding: 2px; 
	width: 235px; 
	border: solid 1px #cccccc; 
}
.inputbutton  
{
	font-size: 11px; 
	font-family: Arial; 
	font-weight: normal; 
	text-decoration: none; 
	padding: 2px; 
	width: 235px; 
	border: solid 1px #cccccc; 	
}
/*** Generell Forms CSS END ***/

/*** Diverses Tables START ***/
.justify
{
	text-align: justify;
}
.tab_bilder
{
	border: #2f4090 2px dotted;
	font-size: 12px;
	line-height: 19px;
}
/*** Diverses Tables END ***/