* {
margin: 0;
padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fefdee;
	height: 100%;
	font-family:Arial,Verdana,Sans-Serif,Serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#container {
	width:760px;
	margin: 0 auto;
}

#header {
	position:fixed;
	width:760px;
	height:125px;
	top: 0px;
}

#footer {
	background-color: #da8d09;
	position:fixed;
	bottom:0px;
	height: 15px;
	width:760px;
}

#footer #secNav {
	background-color: #da8d09;
}


#banner {
	margin-top: 0px;
}


#bodyContainer {
	position:fixed;
	margin: 0px;
	padding: 0px;
	top:125px;
	width:758px;
	bottom: 15px;
	background-color: #fefbd2;
	overflow:auto;
	border: solid 1px #da8d09;
}

* html #bodyContainer {
	height:100%;
}

#content {
	position:absolute;
	width:500px;
	left:200px;
	margin-top:20px;
}

#startpage {
	position:absolute;
	width:650px;
	left:50px;
	margin-top:20px;
}

#bodyContainer #sideNav {
	background-color: #f6d69e;
	width:150px;
	position:absolute;
	left:25px;
	top:0px;
	
	
}

.stretchSidenav {
	bottom:0px;
}


* html .stretchSidenav {
	height:100%;
}

#sideNav ul {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#sideNav ul a {
	color:#2C428B;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#sideNav ul a:hover {
	color:#4C62AB;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#sideNav h3 {
	margin-top:15px;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
}

#header #mainNav {
	width:760px;
	position:absolute;
	background-color: #DA8D09;
	height:15px;
	bottom:0px;
}




#contentIframe {
	position: absolute;
	width:758px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

.clear {
	clear:both;
}

.cursor_hand {
	cursor:pointer;
}

h1 {	
	margin-bottom: 15px;
	font-size:20px;
	font-style: italic;
	font-weight: bold;
}

h2 {	
	margin-bottom: 10px;
	font-size:15px;
	font-style: italic;
	font-weight: bold;
}

#startpage p {
	font-style: italic;
	margin-bottom:7px;
}


p a {
	color:#2C428B;
	font-size:11px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}

p a:hover {
	color:#4C62AB;
	font-size:11px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}

img {
	border:0px;
}

#archivbox a{
	font-size:10px;
}

#archivbox a:hover {
	font-size:10px;
}

#archivbox strong {
	font-size:11px;
}

#archivbox {
	margin-top:20px;
}

.angebot {
	width: 200px;
	float: left;
	margin-right:15px;
	text-align:center;
}

.angebot img {
	
	margin-right:3px;
	margin-top:5px;
	margin-bottom:3px;
	
}

.angebot h3 {
	color:#DA8D09;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

#angebotebox {
	margin-top:15px;
}

#angebotebox .angebot p {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}

#angebotebox .angebot p  strong {
	font-size:11px;
}


#picslide {

}


.pics {  
    height:  176px;  
    width:   235px;  
    padding: 0;      
    margin-top:95px;
    margin-right:30px;
    margin-left:15px;
    margin-bottom:8px;
    float:right;
} 
 
.pics img {  
    padding: 5px;  
    width:  235px; 
    height: 176px; 
    top:  0; 
    left: 0 
} 