html {min-height: 100%;}

* {
margin: 0;
padding: 0;
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
line-height: 150%;
}

body {
background-color: #D3A961;
background-image: url('img/back01.jpg');
background-attachment: fixed;
}
.clearer {clear: both; font-size: 0;}
.left {float: left;}

.inner-container {
	background: #F8F0E9;
	font-size: 12pt;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	margin-top: 10px;
	box-shadow: 5px 5px 5px #663300;
}

.outer-container {
padding-bottom: 14px;

}

.header {
border: 0px solid #000000;
height: 130px;
margin-bottom: 0px;
}

.contentstartseite {
padding-left:0px;
background-color: #F8F0E9;
margin-top: 0px;
margin-right:13px;
}

.content {
background-color: #F8F0E9;
margin-top: 0px;
margin-right:100px;
margin-left:100px;
}


.footer {
font-size:10pt;
text-align:center;
background-color:#F8F0E9;
color: #000000;
margin: 0px;
padding:20px;
}

ul.menu, ul {
	list-style: disc;
	line-height: 150%;
	list-style-position: inside;	
}
h2 {
	color: #DC5539;
	margin-top:30px;
}
strong {font-size:14pt;}

 a:link {
	color: #708090;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#708090;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color:red;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:red;
	text-decoration: none;
	font-weight: bold;
}
fieldset { border:1px solid #c0c0c0;
background-color:#D5EAFF }

legend {
  padding: 5px;
  border:1px solid #c0c0c0;
  color:#ffffff;
  font-size:11pt;
  text-align:right;
  background-color: #8B130B
  }

.form {overflow : auto;width:330px;
        font-family:Arial,Helvetica, sans-serif;
        font-size:11pt; color:#000000; background-color:#F8F8F8;
        border-left: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0}

a.menu:link,a.menu:visited{
	display: inline-block;
	width: 125px;
	height:29px;
	text-align: center;
	text-decoration: none;
	color: black;
	padding-top: 20px;
	margin: 0px;
	background-image:url(img/taste1.gif);
}
a.menu:hover{
	background-image:url(img/taste2.gif);
	color: black;
	border: 0px solid white;
}
a.menu:active, #aktive{
	background-image:url(img/taste3.gif);
	color: black;
	border: 0px solid white;
}

a:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}

