/* textstyles */
.index {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #663333;
} 

.indexfett {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: #663333;
} 

.mini_brown {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #663333;
}

/* menu left */
.basicnav {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style:none;
	border: 0px;
	border-bottom-width: 0px;
}

.basicnav li a {
	font-size: 12px;
	line-height: 18px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #DDDD66;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor: hand;
}

.basicnav li a span {
	height: 14px;
	display:block;
	margin-left: 10px;
	color:#222200;
}

.basicnav li a:hover {
	background-color: #FF6600;
}

.basicnav li a:hover span {
	color:#FFFFFF;
}

input.radio {
border-right: #D8C69F 1px solid; 
border-top: #D8C69F 1px solid; 
border-left: #D8C69F 1px solid; 
border-bottom: #D8C69F 1px solid;
background-color: #DDDD66;
}

/******************************/

/* menu top */
/******************************/
a {font-family: Verdana, Arial, Helvetica, sans-serif;}
a.navi:link { 
list-style-type: none; 
float:left; 
font-size: 10px; 
color: #82704F; 
text-decoration: none; 
font-weight: bold;
letter-spacing: 0;}

a.navi:visited { 
list-style-type: none; 
float:left; 
font-size: 10px; 
color: #82704F; 
text-decoration: none; 
font-weight: bold;
letter-spacing:0;}

a.navi:hover { 
list-style-type: none; 
float:left; 
font-size: 10px; 
color: #AA4400; 
text-decoration: none; 
font-weight: bold;
letter-spacing:0;}

a.navi:active { 
list-style-type: none; 
float:left; 
font-size: 10px; 
color: #AA4400; 
text-decoration: none; 
font-weight: bold;
letter-spacing:0;}


/******************************/


a.link:link { font-size: 12px; color: #333300; text-decoration: underline; font-weight: normal; letter-spacing:0;}
a.link:visited { font-size: 12px; color: #333300; text-decoration: underline; font-weight: normal; letter-spacing:0;}
a.link:hover { font-size: 12px; color: #FF6600; text-decoration: underline; font-weight: normal; letter-spacing:0;}
a.link:active { font-size: 12px; color: #FF6600; text-decoration: underline; font-weight: normal; letter-spacing:0;}
