/* Farben
   braun 755134, text 444
*/

*{
	margin:0;
	padding:0;
	}

body{
	background: #755134 url(../images/page_bg.jpg);
	text-align: center; /* Zentrierung des Layouts im IE 5 */
	font-size: 76%;
	line-height: 1.4em;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width:940px;
	text-align: left;
	height: 100%;
}

#header {
	width:940px;
	height:270px;
	background: url(../images/header.jpg) top left no-repeat;
}

.haupttitel span{display:none;}

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,input,textarea,select{
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	text-align: left; /* Alle Elemente linksbündig */
}

h3{margin-bottom:10px;}

.bodytext a {
	color:#444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	text-decoration:none;
	border-bottom: 1px dotted #444;
	}

.bodytext a:hover {
	border-bottom: 1px solid #444;
	}

.bodytext li {
	font-size:1.0em;
	}

ul {list-style:none;}

img{
	border: 1px solid #444;
	}

.img_left{
	float:left;
	margin-right:10px;
}

.img_right{
	float:right;
	margin-left:10px;
	}

#navigation {
	width: 940px;
	height:72px;
	font-size: 1.3em;
	font-weight:normal;
	position: relative;
	background: url(../images/nav_bg.jpg) top left repeat-x;
}

	
#navigation ul {
	position:relative;
	top:28px;
	right:5px;
	width:860px;
	background: transparent;
	list-style:none;
}

#navigation li {
	padding:0px 10px 0px 10px;
	float: right;
}

#navigation li a {
	padding-top:7px;
	text-decoration:none;
	color: #444; /* Fix für IE 5.0 Win, verstecken vor IE Mac \*/
	display: block; /* End hide */
}

#navigation li a:visited {
}
		
#navigation li a:hover {
	text-decoration:none;
	border-bottom: 1px solid #444;
	}

#menu_active a {
	text-decoration:none;
	border-bottom: 1px solid #444;
}

#inhalt {
	background: transparent url(../images/body_bg.jpg) top left repeat-y;
	width:940px;
	height:auto;
	overflow:visible;
	float: left;
}

.pageheader {
	height:40px;
	clear: both;
	font-size:1.6em;
	padding: 15px 55px 10px 55px;
	line-height: 2.0em;
	font-weight:normal;
	color: #444;
}
	
.bodytext {
	position:relative;
	left:55px;
	width:825px;
	margin-bottom:25px;
	}

.bodytext p {
	text-align:justify;
	margin-bottom:10px;
	}
	
.message-text {
	color:#444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	}
	

#footer {
	background: url(../images/footer.jpg) top left no-repeat;
	width:940px;
	height:100px;
	position: relative;
	float: left;
	margin: 0 -3px 0 0; /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */
}

#footer img {
	border:none;
	}

#footer .copyright {
	text-align:center;
	color: #444;
	font-size: 1.0em;
	margin-top:20px;
	}

#footer a {
	color:#444;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#444;
	text-decoration:underline;
	}