/* color.css */

html { 
background-color : #7e6e63; }

body { 
padding-top : 0px; 
background : #fff}

div#branding {
	position : relative;
	z-index : 1;
	height : 85px;
	
}

 div#content_sub ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
 }
 

 
div#content_sub ol {
list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
 }
div#content_sub2 {
	
	background:#dddddd;
	top: 27px;
	padding: 10px;
}

h1 {
	position : absolute;
	width : 222px;
	height : 67px;
	text-indent : -9999px;
	background-color: transparent;
	background-image: url(../layout_img/logo_stadtmuseum.gif);
	background-repeat: no-repeat;
	left: 31px;
	top: 10px;
}

div#nav_main {
	position : relative;
	z-index : 1;
	padding-top : 6px;
	padding-bottom : 0px;
}


ul#nav_features {
	position : relative;
	top : 0px;
	left : 61px;
	margin : 0;
	width : 909px;
	z-index: 3;
}

ul#nav_features li {
display : inline;  }


li#mehr {
margin-left: 240px; 
	 }

ul#nav_tools {
	position : absolute;
	top : -79px;
	right : 40px;
	margin : 0;
	width : 406px;
	height: 11px;
	text-align: right;
}

ul#nav_tools li {
display : inline; 
}

ul#suche {
	position : absolute;
	top : -49px;
	right : 40px;
	margin: 0px;
	width : 304px;
	height: 24x;
	text-align: right;
vertical-align:middle;
}

ul#suche li {
display : inline; 
}

ul#nav_tools a:hover{
	color: #ba2e2e;
}
 

div#nav_main p { 
position : absolute;
top : 45px;
left : 35px;
margin : 0; }

div#nav_main h2 { 
position : absolute;
top : -9999px; }


div#nav_main  { 
background:url(../layout_img/bg_hauptnavi.gif);
}


#picture1 {
	left: 0px;
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
}

#aktuelleausstellungen {
	width: 312px;
	display:block;
	float:left;
	padding-bottom:0px;
margin-top:-15px;
}


#navi_sub li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1em;
	font-weight: normal;
	line-height: 14px;
	color: #b91822;	
}

li#text{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
font : 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; }

#suche input {
font-size:11px;
vertical-align:top;
}

	.myForm td, input, select, textarea, checkbox  {
		font-family: Verdana;
		
	}

	.required {
		color: red;
	}

