/* CSS Document */

html {
		}
	
body {
	font-family :  Arial, Helvetica, sans-serif;
	font-size: small;
	background: #5F5649 url(../images/body_bg.jpg) repeat-x;
	color: #443F38;
	text-align:center

}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
}

/* Tags */

a {
outline:none
}

p {
	font-size: 85%;
	margin: 0 0 1.5em 0;
	line-height: 1.5em
}

h1 {
	display:block;
	width: 970px;
	height: 275px;
	background: url(../images/h1_bg.jpg) no-repeat;
	text-indent: -3000px
}

h2 {
	float:left;
	text-transform: uppercase;
	padding: 75px 0 0 50px;
	font-style: italic;
	font-size: 150%
	
}
h3 {
	font-size: 100%;
	margin: 0 0 1.5em 0
}
h4 {
	color: #AD9F81;
	font-size: 120%;
	font-style: italic;
}

/* Klassen */
.textfeld {
	background: transparent;
	border: 1px solid #AD9F81;
	padding: 2px;
	font-size:85%
}
.nachricht {
	background: transparent;
	border: 1px solid #AD9F81;
	padding: 2px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
	overflow:auto
}

.bild {
	padding: 2px;
	border: 1px solid #AD9F81;
	background:#F5F4F0 
}
.bild_text {
	padding: 2px;
	margin: 0 15px 0 0;
	border: 1px solid #AD9F81;
	background:#F5F4F0 
}

.bild_re {
	float:right;
	padding: 2px;
	border: 1px solid #AD9F81;
	background:#F5F4F0
}

.hist {
	float:left;
	padding: 2px;
	border: 1px solid #5F5649;
	margin: 0 10px 10px 0;
	background: #CEC6B5
}

#flashcontent {
	width: 530px;
	height: 212px;
	padding: 2px;
	border: 1px solid #AD9F81;
	background:#F5F4F0
}

/* Layout */
#container {
	width: 970px;
	background: #fff url(../images/container_bg.jpg);
	margin:auto;
	text-align:left;
	color: #333
}

#logo {
	width: 950px;
	height: 275px;
	background: url(../images/logo_bg.jpg) no-repeat;
	text-align: right;
	padding: 0 20px 0 0
	
}

#logo img {
	margin: 0 20px 0 0
}



#logo a.inhalt {
	color: #555;
	text-decoration:none;
	background: url(../images/logo_a_bg.gif) right 60% no-repeat;
	padding-right: 10px
}



#header {
	width: 970px;
	height: 130px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#header ul {
	padding:28px 50px 0 0;
	margin:0;
	float:right;
	list-style-type: none;
}
#header ul li {
	float:left;
	margin: 0 0 0 10px
}

#header ul li a {
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	color:#464139;
	padding: 2px 2px 2px 20px;
	background: url(../images/a_bg.gif) 0 50% no-repeat;
	font-style: italic;
	font-size: 95%
	}
	
#header ul li a.home {
	background: transparent;
}
#header ul li a:hover {
	color: #666;
	text-decoration: underline;
}

#content {
	width: 970px;
	
	float:left
}

#inhalt {
	float:left;
	width: 540px;
	
	padding: 0 10px 0 50px
}


#sidebar {
	float:right;
	width: 250px;
	text-align:right;
	color: #D0CFCE;
	padding: 0 70px 0 10px;
	color: #333;
	border-left: 1px solid #CEC6B5
}

#sidebar ul {
   margin:0 0 20px 0;
	padding:0;
	list-style-type: none
}
#sidebar ul li a {
	background: transparent url(../images/pdf3.gif) 0 -50px no-repeat;
	padding-top: 5px;
	margin: 0;
	text-decoration: none;
	color: #333;
	display:block;
	height: 20px;
	width: 150px;
	font-size: 85%;
	
}

#sidebar ul li a:hover {
	background: transparent url(../images/pdf3.gif) 0 0 no-repeat;
	text-decoration:underline
}


#footer {
	clear:both;
	height: 255px;
	background:  url(../images/footer_bg2.jpg) no-repeat;
	
}

#footer p {
	margin: 20px 550px 0 50px;
	border-top: 1px solid #CEC6B5;
	padding: 10px 0 0 0
}

#footer a {
	color: #443F38;
}