@charset "utf-8";
/* CSS Document */

body {
	background-color: #56342B;
	background-image: url(../images/navigation/hint_balken.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #6D504A;
	SCROLLBAR-HIGHLIGHT-COLOR: #6D504A;
	SCROLLBAR-SHADOW-COLOR: #cebca5;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR:  #cebca5;
	SCROLLBAR-TRACK-COLOR: #6D504A;
	SCROLLBAR-DARKSHADOW-COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.Titel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.Kleintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cebca5;
	font-weight: normal;
}

.Kleintext_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: normal;
}

.Titel_Gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cebca5;
	font-weight: bold;
}

.Titel_Gross_Gelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
}

a:link {
	color: #CC9999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9999;
}
a:hover {
	text-decoration: underline;
	color: #CC9999;
}
a:active {
	text-decoration: none;
	color: #CC9999;
}

img {
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

hr {
	color: #836B64;

}
	
	
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #836B64;
	height: auto;
	vertical-align: middle;
	text-indent: 2pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #836B64;
	line-height: 10px;
	color: #CEBCA5;
	border-right-color: #836B64;
	width: auto;
	

}
