/*Thema: #fca600*/
body {
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#666;
	padding:0px;
	margin:0px;
	text-align: center;
	line-height: 14px;
}

#inhalt { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 640px;
}

#menu {
	width: 142px;
	margin: 10px 0px 0px 0px;
	float:left;
}

#navigation{
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
	
#fliesstext{
	padding: 0;
	width: 440px;
	float:left;
	margin: 10px 0px 0px 30px;
}	
	/* ----------------------change---------------------*/
#fliesstext h1 {
	font-size: 11px;
	text-transform:uppercase;
	color:333;
}
	/* ----------------------/change.---------------------*/
#fliesstext h2 {
	font-size: 11px;
	text-transform:uppercase;
	color:#9A9A9A;
	color:#000;
}

#fliesstext a {
	color:#9A9A9A;
	font-size: 11px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #fca600;
	text-decoration: none;
}

#fliesstext a:hover {
	color:#333;
	
}

 
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input,textarea{
border:1px solid #666;
font-family: verdana,arial, sans-serif;
font-size: 10px;
color:#666;
}

/*menu*/
/*Hauptmenuepunkte*/
.fstLevel a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	line-height: 17px;
}

.fstLevel a:hover:before {
COLOR: #ff0000;
content:url(../img/pfeil_roll.gif)"";
}


.fstLevelActive a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	line-height: 17px;
}

/*Untermenuepunkte*/
.secLevel a
{
	TEXT-DECORATION: none;
	FONT-FAMILY: Verdana, helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: right;
	COLOR: #999999;
	margin-left: 5px;
	line-height: 15px;

}
.secLevel a:before
{
	content:url(../img/kreuz.gif)"";
}

.secLevel a:hover:before
{
content:url(../img/pfeil_roll.gif)"";
}

/* ----------------------change---------------------*/
.secLevelActive a
{
TEXT-DECORATION: none;
padding-left: 3px;
DISPLAY: block;
margin-left:14px;
FONT-FAMILY: verdana, helvetica,sans-serif;
FONT-SIZE: 10px;
COLOR: #999;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #fca600;
}
	/* ----------------------/change.---------------------*/
hr {
	border:dashed #cccccc 1px;
	height:1px;
	text-align:left;
}

