/* base tags */

html, body {
	height: 100%;
}

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-size: 0.72em;
}


body, td, th, div, p select, textarea, input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;  
}

input, textarea, select {
	font-size: 100%;
}

img {
  border:none;
}

a:link, a:visited, a:hover, a:active { 
	color: #C43A0A; 
	text-decoration: underline; 
	font-weight: bold; 
}

a:hover, a:active { 
	color: #026194; 
}	

h1 {
	display: inline; 
	margin: 0; 
	padding: 0;
}

h2 {
	font-size: 1.5em; 
	margin: 0px 0px 15px 0px; 
	font-weight: normal;
}

h3 {
	font-size: 1em; 
	padding: 0px 0px 8px 0px; 
	margin: 0px 0px 7px 0px; 
	color: #026194; 
	font-weight: bold;  
	background: transparent url(/bilder/h3bg.jpg) bottom center no-repeat; 
}

h4 {
	font-size: 1em; 
	margin: 0px; 
	font-weight: bold; 
	display: inline;
}

hr { 
	height: 1px; 
	color: #8bb8d3; 
	background: #8bb8d3; 
	border: none;
}



/* class */

.small {
 font-size:10px;
}

.links { 
	float: left; 
	margin: 0px 5px 2px 0px; 
	border: 1px solid #855E1B; 
}

.rechts { 
	float: right; 
	margin: 0px 0px 2px 5px;  
	border: 1px solid #855E1B; 
}



 /* Editor */
body.mceContentBody {
   background:#d9dce0;
   background-image:none;

}

 /* Layout */

#seite {
	min-height: 100%;
	background: #fff url(/bilder/footer.jpg) bottom center repeat-x;
}

#inhalt {
	width: 770px; 
	margin: 0px auto; 
	position:relative; 
	padding: 13px 0px 0px 0px;
}

#linkespalte {
	padding: 0px;
	width: 343px;
	position: absolute;
	left: 0;
}

#linkespalte>ul {
	margin: 0px 0px 110px 0px;
	padding: 7px 0 25px 0;
	list-style-type: none;
	list-style-image: none;
	background: #fff url(/bilder/navbg.jpg) left bottom no-repeat;
	width: 198px;
}

#linkespalte li {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#trenner_links { 
	height: 45px; 
	background: #fff url(/bilder/leftseparator.jpg) no-repeat;
}

#trenner_links hr { 
	display: none; 
}

#rechtespalte {
	width: 425px;
	margin: 25px 0px 0px 345px;
	padding-bottom: 90px;
	background: transparent  url(/bilder/contentbg-top.gif)  no-repeat;
}

#contentbereich {
	padding: 28px;
	background: transparent url(/bilder/contentbg-bottom.gif) bottom  no-repeat;
	min-height: 400px;
}

 /* Navigation */

.nav a {
	text-decoration: none; 
}
 
.nav0 {
	padding-left: 34px;
	line-height: 19px;
	position: relative;
}

.nav0:link, .nav0:visited {
	color: #000000;
}

.nav0:hover, nav0:active {
	color: #C43A0A;
}

.hier {
	padding-left: 34px;
	line-height: 19px;
	color: #C43A0A;
	background: transparent url(/bilder/nav1bg.gif) left  no-repeat;
}

.hier:hover {
	color: #C43A0A;
}

.nav0 > ul {
	position: absolute;
	left: 160px;
	top: 0px;
	width: 160px;
}

.innerlink:link, .innerlink:visited {
	color: #026194;
}

.innerlink:hover, innerlink:active {
	color: #000000;
}

.nav1 a {
	padding-left: 10px;
}


.hier_sub {
	background: url(/bilder/nav2bg.gif) 0px 0px no-repeat;
}

.hier_sub:link, .hier_sub:visited {
	color: #000000;
}
