
html {height: 101%; padding-bottom: 1px;}

* {
	margin: 0;
	padding: 0;
}


body, table, div, td, th, p, a, input, textarea, option, select, h1, h2, h3, h4, h5, h6, span, em {
	font-size: 100%;
}

body {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-color: #eeeeee;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;
  text-align: center;
}

#container { 
  width: 65em;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
  border-top: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  overflow: auto;
}

#header{
	background-color: #F1F1F1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 130px;
}

#content{
   background-color: #eeeeee;
	clear: left;
	padding: 20px 30px 20px 30px;
}

#footer{
	border-top: 1px solid white;
	padding-left: 30px;
	padding-top: 5px;
	height: 1.5em;
	font-size: 0.8em;
	color: #B02C2B;
}

#copyright {
	float: left;
	color: #575757;
	width: auto;
	height: auto;
}

#design {
	float: right;
	width: auto;
	height: auto;
}

#design a {
	text-decoration: underline;
	color: #B02C2B;
	padding-right: 30px;
}
 
#validate {
	width: 65em;
	text-align: center;
  	margin: 0 auto 0 auto;
	height: auto;
} 
 /* ......................Haupt-Navigation - Anfang............................... */

#nav {
	background-color: White;
	height: 2.7em;
	width: 65em;
}

#nav a { 
	display:block;
}

#nav ul {
	list-style-type:none;
	list-style-image:none;
	margin: 0;
	padding:0;
	z-index:5000;
}

#nav ul li {
	margin:0;
	padding:0;
	float:left;
}

#nav ul li a {
	display:block;
	padding:0.3em 2.0em 0.3em 2.0em;
	background-color: white;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	color: #B02C2B;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #B02C2B;
}

#nav ul li .active {
	display:block;
	padding:0.3em 2.3em 0.3em 2.3em;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	color: #FFFFFF;
	background-color: #B02C2B;
	font-size:1.2em;
	font-weight:bold;
}
.pfeil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
}
 /* ......................Haupt-Navigation - Ende............................... */
 
 h1 {
	color: #B02C2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 12.3em;
	font-weight: normal;
}

h2 {
	color: #B02C2B;
	font-weight: bold;
	padding-bottom: 0.5em;
}

h3 {
	color: #B02C2B;
	font-size: 130%;
	padding-bottom: 2em;
	font-weight: bold;
}

h4 {
	color: #B02C2B;
	font-weight: bold;
}

h5 {
	color: #564b47;
	font-weight: normal;
}

h6 {
	color: #B02C2B;
	font-weight: normal;
}

p {
	margin:0px; 
	text-align: left;
	line-height: 130%;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid #564b47;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}

.kreis_kr{
	background-image: url(images/quad_kr.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.title {
	font-weight: bold;
}

#content ul li.square {
	list-style: none;
	background-image: url(images/kreis_kr.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 6px;
}

.kastrot {
	background-color: #B02C2B;
	border: 2px solid #FFFFFF; 
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	width: auto;
}

.rahmenrot {
	border: 1px solid #B02C2B; 
	padding: 10px;
	text-align: left;
	width: 30em;
	margin-left: 15em;
}
 /* ......................................
 LINK-LAYOUT - Beginn
 .........................................
 */
a {
	color: #564b47;
}

a:visited {
	color: #666;
}

a:hover{
	color: #B02C2B;
	text-decoration: none;
}

a img {
	border: 0px;
}

a.linkExt, .linkExt a{
	padding-left:20px;
	background-image:url('images/link_ext.gif') !important;
	background-position:2px 2px;
	background-repeat:no-repeat;
}

a.linkInt, .linkInt a {
	background-image:url('images/link_int.gif') !important;
	padding-left:16px;
	background-position:2px 2px;
	background-repeat:no-repeat;
}

* html a.linkInt, * html a.linkExt {
	height:1%;
	vertical-align:bottom;
	display:inline-block;
}

 /* ......................................
 LINK-LAYOUT - Ende
 .........................................
 */ 
