body{	background-image: url(../images/background/bg_main.gif); 
	background-repeat: repeat-x;
	background-color: #FFF9E9; 
	font-style: normal; 
	font-family:  Tahoma,Verdana,Times New Roman,Sans-serif, Arial; 
	font-size: 12px; 
	color:#000000;
	padding: 0px;

}


.box {	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color:#1B3E80;      
	background-color: #FFFFFF;

}


A 		{text-decoration: none; font-style: normal; font-size:12px; font-family:  Tahoma;}
A:link 		{ color: #8A6C62; font-style: normal;}
A:visited 	{ color: #8A6C62; font-style: normal;}
A:active 	{ color: #8A6C62; font-style: normal;}
A:hover 	{ color: #000000; font-style: normal; font-size:12px;}
		


.caption{
	/*font-weight: bold;*/
	font-style: normal;
	font-size: 14px;
	color:#7A024A;	
}

.bold{	font-style: normal;
	font-size: 13px;
	color:#851545;	
}

.boxbottom{font-style: normal;
	font-size: 11px;
	color:#404040;	
}
.georgia{
	font-family:  Georgia;
	font-style: normal;
	font-size: 11px;
	color:#8A6C62;	
}

.kursiv{	
	font-style: italic;
	font-size: 13px;
	color:#851545;	
}

.text{	font-style: normal;
	font-size: 11px;
	color:#8A6C62;	
}

.link{	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color:#7A024A;	
}

.adress{
	text-decoration: none;
	font-style: normal; 
	font-size:12px; 
	color: #8A6C62; 
	font-style: normal;}
}

.list{
	text-decoration: none;
	font-style: normal; 
	font-size:13px; 
	color: #000000; 
	font-style: normal;}
}

.bigbrown{font-style: normal;
	font-size: 15px;
	color:#8A6C62;
}

.boldbrown{font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color:#8A6C62;
}

.red{	font-style: normal;
	font-size: 13px;
	color:#FF0000;	
}

.frame{
	/*background-image: url('../images/background/layerfoto.gif');
	background-repeat: repeat;*/
	background-color: #FEECBC;
	border-left: 1px dashed #217959;
	border-right: 1px dashed #217959;
	border-top: 1px dashed #217959;
	border-bottom: 1px dashed #217959;
}


/********************* Menu ****************************************/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
float: left;
width: 800px; /*leave this value as is in most cases*/
height: 50px;
overflow: hidden;
}

.indentmenu ul{


width: 800px; /*width of menu*/

background-color: white;
}

.indentmenu ul li{
float: left;
display: inline;
}

.indentmenu ul li a{

color: white; /*text color*/



}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/


}
