/* ################ */
/* # CSS Document # */
/* ################ */

html, body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #87888a;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #867058;
}

ul {
	color:#29262a;
}
img {
	border:0;
}

h1, h2, h3, h4, h5 {
	color: #3e3d40;
	font-weight: bolder;
	margin:0;
	padding:0;
}
    
h5 {
	font-size: 11px;
	color:black;
	font-weight: normal;
}

h4 {
	color: #ea8764;      
	font-size:13px;
	padding-bottom: 12px; 
}  

div.expressbox h4 {
	font-size: 15px;
	padding-bottom: 20px;
/*	font-weight: normal; */
}

h1 {
	font-size:19px;
	line-height: 30px;
	padding-bottom: 18px;
}
                             
div.page {
	width:800px;
	margin:auto;
}             

div.content div.min-height {
	width: 1px;
	height: 439px;
	margin-right: -1px;
	float: left;
}

div.content div.min-content {
    width: 100%;
    float: left;
    margin-left: -1px;
}


div.content {
	background: url(../img/bg_home.jpg) no-repeat;
	line-height: 20px;
}                                      


*+ html div.content {
	float: left;
}

* html div.content {
	margin-top: -3px;
}

div.topnavi {
	height: 111px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.museum {
	background-image: url(../img/bg_museum.jpg);	
} 

div.bibliothek {
	background: url(../img/bg_bibliothek.jpg);	
	background-repeat: no-repeat;
}

div.content div.subnavi {
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	float: left;
}

div.content div.fontsize {
	padding: 10px;
	float:right;
}  

div.content div.fontsize a.small { 
	font-size: 12px;
	color:black;
}

div.content div.fontsize a.medium { 
	font-size: 16px;
	color:black;
}

div.content div.fontsize a.big { 
	font-size: 22px;
	color:black;
}

div.content div.leftpart {
	padding: 40px 0 10px 20px;
	width: 320px; 
	float: left;
}  

div.content div.rightpart {
	padding: 32px 0 0 0;
	width: 290px; 
	float: right;
} 

div.content div.teaser {
	padding-bottom: 12px;
}

div.content div.teaser-bibliothek {
    background: url(../img/bibliothek_4.jpg) no-repeat;
    padding: 10px 15px;
    width: 260px;
    height: 139px;
    overflow: hidden;
}

* html div.content div.teaser-bibliothek {
    width: 260px;
    height: 159px;
}

div.content div.teaser-bibliothek p {
    color: #EA8764;
    padding: 0;
    margin: 15px 0;
}

div.content div.teaser-bibliothek p a {
    color: #FFFFFF;
    text-decoration: underline;
}

div.subnavi a {
	color:#87888a;
	margin-right: 20px;
}   

div.subnavi a.aktiv {
	color: #58585a;
	margin-right: 20px;
}

div.foot {
	height: 176px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
} 

div.foot div.box {
	width: 120px;
	float: left;
	padding:29px 0 0 22px;
}

div.foot div.box a {
	font-size: 11px;
	line-height: 16px;
}


div.foot div.expressbox {
	background-color: #f0f0f0;
	width: 254px;
	height: 140px; 
	float: right;
	padding: 18px;
}                 
div.foot div.expressbox p {
	color: #867058;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;     
	padding: 0;
	margin:0;
}

div.ending {
	margin-top: 10px;
	font-size: 10px;
}

div.ending div.leftpart {
	float: left;     
	font-size:9px;
}

div.ending div.rightpart {
	float: right;
}

img.morebutton {
	margin-top: 20px;
}

div.fehler {
	color:red;
	font-weight:bold;
}

div.clear {
	clear: both;
}

