body {
	text-align:center;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: normal;
	background-color:white;
}

td {font-size:12px;}

#all {
	position:relative;
	width:970px;
	margin:0px auto;
	text-align:left;
	background-color:white;
}
	
#head1 {
	width:970px;
	height:85px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/head.gif");
	background-repeat:no-repeat;
}

#wo {
	width:970px;
	height:30px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/links_rund.gif");
	background-repeat:no-repeat;
	/*border-right:1px solid #b49f32;*/
}

#stand{
	width:789px;
	height:22px;
	position:relative;
	left:180px;
	top:6px;
	border-bottom:1px solid #b49f32;
}

#links {
	float:left;
	width:156px;
	z-index:99;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 156px; /* Width of Menu Items */
	border-bottom: 1px solid #b49f32;
	}
	
#navi ul li {
	position: relative;
	}
	
#navi li ul {
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navi ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	text-indent:3px;
	color:black;
	background:#dbcb80; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #b49f32; /* IE6 Bug */
	border-bottom: 0;
	}

#navi ul li a:hover {
	text-decoration:underline;
	background-image:url("http://www.samtgemeinde-brome.de/pics/pfeil.gif");
	background-repeat:no-repeat;
	background-position:95% 50%;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navi li:hover ul, #navi li.over ul { display: block; } /* The magic */

#cont {
	float:right;
	width:803px;
	height:auto;	
	/*border-right:1px solid #b49f32;*/
	}
	
#indexcont {
	float:left;
	width:630px
}

#right {
	float:right;
	width:170px;
	padding-top:5px
}

#footer {
	position:absolute;
	top:0;
	left:0;
	width:970px;
	height:20px;
	background-color: #DCCC81;
	border:1px solid #B29E2E;
	text-align:right;
	display:none
}

#cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #b49f32;
	background-color:#dbcb80;
}

#cont li a {
	position: relative;
	width:200px;
	height:30px;
	display: block;
	background-color:#dbcb80; 
}

#aktu {
	clear:both;
	width:145px;
	height:39px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/aktu.gif");
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	text-align:center
}

#anspr {
	clear:both;
	width:147px;
	height:37px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/anspr.gif");
	background-repeat:no-repeat;
	font-size:11px;
	padding-top:3px;
	text-align:center
}

#reiter {
	margin-left:30px;
	float:left
	}

#reiter_l {
	width:9px;
	height:34px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/reiter_l.gif");
	background-repeat:no-repeat;
	float:left;
}

#reiter_m {
	width:auto;
	height:34px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/reiter_m.gif");
	background-repeat:x-repeat;
	float:left;
	line-height:34px
}

#reiter_r {
	width:18px;
	height:34px;
	background-image:url("http://www.samtgemeinde-brome.de/pics/reiter_r.gif");
	background-repeat:no-repeat;
	float:left
}

h1, h2, h3, h4, h5, h6 {color:#666600;}
h1 {font-size:18px;text-align:center}
h2 {font-size:16px}
h3 {font-size:14px}


#vorschau {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	text-align:center;
	background-color:red;
	}

#vorschau form {
	margin:0;
	float:left;
}

.blind, dfn {display:none}
