html { 
  	padding:0;
  	margin:0;
	}
	
body {
	background-image:url(../layout/background.gif);
	background-repeat:repeat-x;
	font-size: 12px;
  	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  	color:#000;
	padding:0;
  	margin:0;
	text-align: center;
	}
	
#rahmen {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../layout/content.gif);
	background-repeat: repeat;
	display: block;
	}
	
#top {
	background-image: url(../layout/top.gif);
	background-repeat: repeat-x;
	width: 900px;
	height: 226px;
	}
	
#logo {
	text-align: left;
	margin: 84px 0 0 0;
	width: 220px;
	height: 140px;
	float: left;
	background-image: url(../layout/logo_small.png);
	background-repeat: no-repeat;
	}

#banner {
	text-align: left;
	margin: 84px 0 0 0;
	width: 680px;
	height: 140px;
	float: right;
	background-image: url(../layout/banner.png);
	background-repeat: no-repeat;
	display: block;
	}
	
#navigation {
	width: 900px;
	height: 32px;
	background-image: url(../layout/middle_menu.gif);
	background-repeat: repeat-x;
	margin: 0px 0 0px 0;
	}

#navigation ul, #navigation li {
	margin: 8px;
	padding:0;
	display: inline;
	list-style-type: none;
	}

#navigation a:link, #navigation a:visited {
	line-height: 32px;
	font-weight: normal;
	padding:0;
	text-decoration: none;
	color: #703402;
	}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 4px;
	padding-top: 4px;
	background: transparent;
	color: #000;
	}

#navigation a:hover { color: #000; }



#textbereich {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding-top:20px;
	background-image: url(../layout/content.gif);
	background-repeat: repeat;
}
	
#content {
	width: 860px;
	height: 100%;
	min-height: 400px;
	display: block;
	margin: 20px 20px 0 20px;
	text-align: left;
	color:#703402;
	background-color: #FFC774;
	border: 1px solid #E2954F;
	}

#content div#umrandung {
	color:#703402;
	margin: 10px;
	padding: 10px;
	background-color: #FFE09F;
	border:1px solid #703402;
	display: block;
	}
	
#content h1 {
	margin: 0 10px 5px 10px;
	padding: 10px 0 5px 0;
	border-bottom:1px solid #703402;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#content p {
	margin: 0 10px 5px 10px;
	line-height: 16px;
	}

#content ul {
	margin-left:50px;
	padding: 8px 0 10px 0px;
	list-style-type: square;
	}

#content a {color:#703402;}

/*	
#content img { padding:10px 0 0 10px;}
*/
#content dd { 
	padding-left:10px;
	font-size:10px;
	text-align: center;
	}
	
#footer {
	width: 860px;
	height: 30px;
	display: block;
	margin: 10px 20px 0 20px;
	border-top: 1px solid #000;
	font-size: 10px;
	}
	
#footer p {
	padding-top: 10px;
	margin: 0 auto;
	text-align: left;
	}
	
#footermenu {
	width: 300px;
	height: 32px;
	text-align: left;
	float: left;
	}

#footermenu ul, #footermenu li {
	margin: 8px;
	padding:0;
	display: inline;
	list-style-type: none;
	}

#footermenu a:link, #footermenu a:visited {
	line-height: 32px;
	font-weight: normal;
	padding:0;
	text-decoration: none;
	color: #703402;
	}

#footermenu a:link#current, #footermenu a:visited#current, #footermenu a:hover {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 4px;
	padding-top: 4px;
	background: transparent;
	color: #000;
	}

#footermenu a:hover { color: #000; }

/* Layout für MAP24.de Plugin */

.map24td {
	border-bottom:1px solid #703402;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.map24button {
	border: 1px solid #E2954F;
	}

.map24input {
	border: 1px solid #E2954F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#703402;
	height: 20px;
	margin-bottom: 5px;
	}


