/*--------------- CSS Reset ------------
----------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;

}

b,
strong {
font-weight: bold;
}



img,
a img {
border: none;
}

/*--------------- Generelle Formatierungen --------
-------------------------------------*/

html{
height:100%
}

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100%;
color: #993300;
text-align: left;
background-color:#400000;
min-height:100%
}

h1 {
font-size: 1.0em;
font-weight: bold;
color: #993300;
margin: 30px 40px 20px 50px;
	}

h2 {
font-size: 0.8em;
font-weight: bold;
color: #993300;
margin: 10px 40px 10px 50px;
}

p { 
   font-size: 0.8em;
	margin: 20px 40px 20px 50px;
}

p.footertext { 
   margin: 10px 10px 10px 10px; 
   font-size: 0.6em;
   color: #ffffff;
   text-align: center;
}

table {
  font-size: 0.8em;
  margin: 10px 10px 10px 50px;
}

hr{
margin: 20px 40px 20px 50px;
}


/* --------------- Weitere Formatierungen ----------
-----------------------------------------------------*/

div#container {
	width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}
	
div#header{
background-color: #993300;
}

div#headerbild{
background-color: #993300;
}

div#maincontent {
	margin-left: 170px;
	background-color: #ffffff;
	min-height: 400px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

div#maincontent_ohne_submenue {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	min-height: 400px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	min-height: 400px;
}

div#footer_ohne_submenue {
background-color: #993300;
border-top: 1px solid #990000;
border-bottom: 1px solid #990000;
}

div#footer {
clear: left;
background-color: #993300;
border-top: 1px solid #990000;
border-bottom: 1px solid #990000;
}

img.right {
float: right;
padding: 5px 40px 5px 30px;
border: none;
}

img.left {
float: left;
padding: 5px 20px 5px 40px;
border: none;
}

img.regulaer {
padding: 5px 5px 5px 40px;
border: none;
}

img.regulaer2 {
padding: 5px 20px 5px 5px;
border: none;
}

img.right_bilder_ohne_rand {
float: right;
padding: 5px 50px 5px 30px;
border: none;
}

img.left_bilder_ohne_rand{
float: left;
padding: 5px 20px 5px 50px;
border: none;
}

img.regulaer_bilder_ohne_rand {
padding: 5px 10px 5px 50px;
border: none;
}


/*----------------- Menue ---------------------------
---------------------------------------------------*/

div#mainmenue {
	background-color:#993300;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	}
	
div#mainmenue ul{
	list-style: none;
	text-align: center;
	line-height: 1.8em;
}
	
div#mainmenue ul li{
	font-size: 0.8em;
	display: inline;
}

div#mainmenue ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

div#submenue {
	float: left;
	width: 170px;
	margin: 30px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div#submenue ul {
list-style: none;
}
	
#submenue ul li {
font-size: 0.8em;
line-height: 1.3em;
}

#submenue ul li a {
display: block;
text-decoration: none;
background-color: #ffffff;
color: #993300;
padding: 2px 0 2px 30px;
}

#submenue ul li a:hover,
#submenue ul li a:hover.mainmenue,
#submenue ul li a:hover.submenue {
background-color: #fff;
color: #993300;
}



/*----------links im Text -------
--------------------------------*/
a.maincontent:link {
color: #993300;
text-decoration: none;
font-weight: bold;
}

a.maincontent:visited {
color: #993300;
text-decoration: none;
font-weight: bold;
}

a.maincontent:active {
color: #993300;
text-decoration: none;
font-weight: bold;
}

a.maincontent:hover {
color: #993300;
text-decoration: underline;
font-weight: bold;
}


/* IE Extrawurst */


* html #menue ul li {
display: inline;
}
* html #menue ul li a {
height: 1%;
}


/* Extrawurst Ende */

