/*
Farben
braun:		87532B
blau:	
hellblau:	EBF7FF

*/

body   {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1pt;
	background-color: #F1F0E8;
	/* color: #4E4D52; */
	line-height: 1.6em;
	color: #333;
	text-align: center;
	margin: 0;
	border: 0;
	padding-top: 8;
	padding-right: 8;
	padding-bottom: 8;
	padding-left: 8;
/*
	scrollbar-3dlight-color: #ECE9D8; 
	scrollbar-arrow-color: #ECE9D8; 
	scrollbar-darkshadow-color: #ECE9D8; 
	scrollbar-face-color: #404554; 
	scrollbar-highlight-color: #404554; 
	scrollbar-shadow-color: #404554; 
	scrollbar-track-color: #ECE9D8  
*/
}


/* Links */
a:link {
	font-family: verdana;
	/*font-size: 10px;*/
	color: #87532B;
	text-decoration: none;
	border-bottom: 0px dashed #DBBA8A;
}

a:visited {
	font-family: verdana;
	/*font-size: 10px;*/
	color: #87532B;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	/*font-size: 10px;*/
	color: #F00;
	text-decoration: underline;
	font-size: 12px;
}


/* Lists */
ul
{
	list-style: square;
	padding: 0;
	margin: 0 0 0 15px;
}
ul li
{
	margin: 4px 0 4px 0;
}

td {
	font-family: Verdana;
	font-size: 12px;
	border-collapse: collapse;
	letter-spacing: 0pt;
	color: 000000;
}

th {
	font-family: Verdana,;
	font-size: 12px;
	color: 000000;
	letter-spacing: 0pt;
}

form {
	font-family: Verdana;
	font-size: 10pt;
	color: 000000;
}

.H1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #87532B;
}

.H5 {
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1pt;
	color: #000000;
}

.H10 {
	font-family: Arial;
	font-size: 20px;
	letter-spacing: 2pt;
	color: #8e0000;
}

.H2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing: 1pt;
	color: #87532B;
}

.H3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #000000;
}

.H6 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #87532B;
}

.Navi {
	font-family: Verdana;
	font-size: 10px;
	/* font-weight: bold; */
	letter-spacing: 0pt;
	color: #333333;
}

.Standard {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #F00;
}

.Table {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2pt;
	color: #000000;
}


.tableH1 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 3pt;
	bgcolor: #E1E4E6;
	color: #F00;
}


.buttonHighlight {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #E1E4E6;
	border: 1px solid #000000;
	cursor: hand;
	width: 100%;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

.buttonDown {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #E1E4E6;
	border: 1px solid #000000;
	cursor: hand;
	width: 100%;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

.buttonCurrent {
	font-family: verdana;
	font-size: 10pt;

	color: #000000;
	background-color: #E1E4E6;
	border: 1px solid #000000;
	cursor: hand;
	width: 100%;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

.buttonNormal {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #E1E4E6 ;
	border: 1px solid #E1E4E6 ;
	cursor: hand;
	width: 100%;
	padding-top: 1pt;
	padding-bottom: 1pt;
}






/*-------------------------------------------------
  Header main navbar
-------------------------------------------------*/
.chromestyle{
	width: 800px;
	font-weight: bold;
	height: 25px;
	background: #FFFFFF;
	border: 0px solid #87532B;
	padding: 0;
	margin: 0;
	text-align:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;*/
}

.chromestyle ul{
padding: 0;
margin: 0;
}

.chromestyle ul li{
	list-style-type: none;
	display: block;
	float: left;
	font: 11px/25px Verdana;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

.chromestyle ul li a{
	display: block;
	width: 100px;
	color: #87532B;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #9DCBE3;
	border-left-color: #9DCBE3;
}

.chromestyle ul li a:hover{
background: #EBF7FF;
color: #87532B;
border-bottom: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #87532B; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: FFFFFF;
	color: #87532B;
	width: 201px;





filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #87532B; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #87532B;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color: #87532B;
}
