/* CSS Document */

body {
background-color: #9a9a9a;
}
.Standard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #b4b4b4;

}

h2 {
padding: 5px;
margin-top: -78px;
margin-left: 250px;
font-weight: 700;
color: #FFFDEB;
background-color: #9E042D;
}

h3 {
padding-top: 10px;
color: #b4b4b4;
}

h4 {
font-size: 10px;
}
/**************** menu styles ****************/
#tabs10 {
	float: left;
	width: 158px;
	height: 35px;
}
#tabs10 a {
	float: left;
	width: 158px;
	height: 35px;
	background-image: url(images/tab10.gif);
}
#tabs10 a:hover {
	background-position: 0% -78px;
}
#tabs10 a.active {
	background-position: 0% -78px;
}
#tabs11 {
	float: left;
	width: 158px;
	height: 35px;
	line-height: normal;
}
#tabs11 a {
	float: left;
	width: 158px;
	height: 35px;
	margin: 0;
	background-image: url(images/tab11.gif);
}
#tabs11 a:hover {
	background-position: 0% -78px;
}
#tabs11 a.active {
	background-position: 0% -78px;
}
#tabs12 {
	float: left;
	width: 158px;
	height: 35px;
	line-height: normal;
}
#tabs12 a {
	display: block;
	width: 158px;
	height: 35px;
	margin: 0;
	background-image: url(images/tab12.gif);
}
#tabs12 a:hover {
	background-position: 0% -78px;
}
#tabs12 a.active {
	background-position: 0% -78px;
}
#tabs13 {
	float: left;
	width: 158px;
	height: 35px;
	line-height: normal;
}
#tabs13 a {
	float: left;
	width: 158px;
	height: 35px;
	margin: 0;
	background-image: url(images/tab13.gif);
}
#tabs13 a:hover {
	background-position: 0% -78px;
}
#tabs13 a.active {
	background-position: 0% -78px;
}
#tabs14 {
	float: left;
	width: 158px;
	height: 35px;
	line-height: normal;
}
#tabs14 a {
	float: left;
	width: 158px;
	height: 35px;
	margin: 0;
	background-image: url(images/tab14.gif);
}
#tabs14 a:hover {
	background-position: 0% -78px;
}
#tabs14 a.active {
	background-position: 0% -78px;
}
/******************** Links *********************/

a:focus, a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: 1px solid #000;
	display: block;
}

a {
	text-decoration: none;
	color: #b4b4b4;
}
a:hover {
	color: #b4b4b4;
  border-bottom : 0px dotted #000000;
}

a img {
	border: none;
}
img.left { 
float : left;
margin : 0 5px 5px 0;
border : 0;
}
img.center { 
display : block;
border : 0;
}

#seite {
width: 900px;
margin: 0 auto;
font-family : Arial, Helvetica, Verdana, sans-serif;
font-size : 16px;
color : #000000;
border: 0px solid #9E042D;
background-color: #165c15;
padding: 0px;
}

#kopf {
border-top: 0px dotted #C2B181;
margin: 0 auto;
height: 100px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#inhalt {
border: 0px solid #336699;
padding-left: 0px;
width: 100%;
height: auto;
float: right;
margin-top: 0px;
margin-left: 0px;
background-color: #165c15;
}

#einspalter {
float: left;
width: 96%;
border: 0px solid gray;
padding-left: 15px;
padding-top: 10px;
}

#spalte1 {
float: left;
width: 58%;
border: 0px solid gray;
padding-left: 15px;
padding-right: 5px;
}

#spalte2 {
float: right;
width: 38%;
border: 0px solid gray;
padding-left: 5px;
}

#footer { 
margin-top : 2px;
padding-top : 2px;
padding-bottom : 1px;
padding-left : 2px;
padding-right : 2px;
clear : both;
width : 100%;
color: #b4b4b4;
text-align: center;
font-size : 12px;
} 