/* KUMMERBAUER-STADL - CSS Document by WWW.XT-S.AT */
body {									
	background-color: #ffedd7;
	/* Zentrierung der Pagebox für den IE */
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100,01%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	height:100%;
	width:100%;
}

html {
		height:100%;
		width:100%;
}

div {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
}
h1 {
	font-size:115%;
	background:#f0ab55;
	padding-left:5px;
}
a {
	color:#CC3300;
	text-decoration:none;
}
td {
	font-size: 80%;
}
a:hover {
	color:#8b0000;
	text-decoration:overline underline;
}
#mainbox {		/* Box in der sich der Seiteninhalt wiedergibt */
	width: 941px;
	min-height:95%;
	height:auto;
	margin-top: 0px;
	/* abschliessende Linie unten */
	border-bottom:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	border-right:#c5c5c5 1px solid;
	/* Seite zentrieren */
	margin-right: auto;
	margin-left: auto;
	/* Ausrichtung vom body style wird wieder zurueckgesetzt */
	text-align: left;
	background:url(images/info_bg.jpg);
	background-repeat: repeat-y;
	font-size:80%;
	position:relative;
}

* html #mainbox { 	height:95%; } /* nur für IE 5.5 - 6.x */
html + body #mainbox { height:95%; } /* nur für IE 5.0 */


#header {
	width: 941px;
	height: 250px;
	position: relative;
	background:url(images/header.jpg);
	background-repeat:no-repeat;
}
#header #flash {
	width:941px;
	height:198px;
	position:absolute;
	bottom:3px;
}
#header #mini_nav {
	color: #666666;
	position: absolute;
	height: 16px;
	width: 300px;
	top: 30px;
	right: 5px;
	text-align: right;
	font-size:75%;
}
#header #mini_nav a{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}
#header #mini_nav a:hover  {
	color: #000000;
	text-decoration: overline underline;
	text-transform:uppercase;
}
#contentbox {
	width: 941px;
	background:none;
}
#main_nav {
	margin-top:15px;
	float:left;
	width:165px;
	background:none;
}

#main_nav #main_nav_box {
	margin-left:10px;
	width:155px;
	border:#c5c5c5 1px solid;
	background:none;
	z-index:100;
}

#main_nav #main_nav_box ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	
}
#main_nav #main_nav_box ul li{
	padding-left: -10px;
	margin: 0;
	
}
#main_nav #main_nav_box ul li a {
	text-decoration: none;
	color: #ff8c2d;
	font-weight:bold;
	background-color: none;
	display: block;
}

#main_nav #main_nav_box ul li a:hover {
	background:#87b79a;
	display: block;
	margin-left: -10px;
	padding-left: 10px;
	color:#000000;
	
}
#main_nav #main_nav_box #act_menue {
	list-style-type: bull;
	background:#87b79a;
	display: block;
	margin-left: -10px;
	padding-left: 10px;
}
#main_nav #main_nav_box #act_menue a {
	color:#000000;
}
#main_nav #main_nav_box .sub_menue a {
	color:#d86200;
}
/* IE Extrawurst */
* html #main_nav #main_nav_box1 ul li {
display: inline;
}
* html #main_nav #main_nav_box ul li a {
	height: 1%;
}
/* Extrawurst Ende */
#content {
	float:left;
	width:604px;
}
#content #content_header {
	margin-top:15px;
	width:574px;
	margin-left:15px;
}
#content #content_header {
	color: #C0C0C0;
	padding-top: 7px;
	padding-bottom: 12px;
}
#content #content_header a {
	color: #C0C0C0;
	text-decoration: none;
}
#content #the_content {
	margin-top:15px;
	margin-bottom:25px;
	width:574px;
	margin-left:15px;
	font-family:"Times New Roman", Times, serif;
}
#info {
	float:right;
	width:172px;
	text-align:right;
}
#in_footer {
	width:941px;
	height:1px;
	clear:both;
}
#copyright {
	width: 941px;
	background-color: none;
	margin-top: 0px;
	/* Seite zentrieren */
	margin-right: auto;
	margin-left: auto;
	/* Ausrichtung vom body style wird wieder zurueckgesetzt */
	text-align: left;
	font-size: 60%;
	color: #666666;
}

.sub_menue {
	color:#000099;
}


.forminput {
	background:url(images/forminput.jpg);
	border: 1px solid #999999;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}


.formbutton {
	background-color: #ffffff;
	color:#990000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border:none;
	cursor:pointer;
}
