/*Styles, die überall angezeigt werden sollen*/

/*HTML Elemente*/
body { background: #F2fce7;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
				scrollbar-base-color:#FEF5D9;
    }

body, p {
	color: #074F4F;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
}

table, td{
	color: #074f4f;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #fff7d2;
	border: 1px solid #0b6c70;
	border-collapse:collapse;
}

th {
	background: #f2fce7;
		border: 1px solid #0b6c70;
	border-collapse:collapse;
	text-align: center;
}


p {
padding: 0 0 0 0;
margin: 0 0 20px 0;

}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0b6c70;
	letter-spacing: 1px;
	padding: 0 0 0 0;
margin: 22px 0 0 10px;
}

h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #074F4F;
	letter-spacing: 1px;
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 10px 0;
	color: #074F4F;
}

a {
	color: #004C81;
}

a:hover {
 color: #990000;
}

ul {
	padding: 0 0 0 0;
	margin: 8px 0 8px 30px;	
	list-style-type: none;
}
li {
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

input, textarea, select {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}



/*Blöcke*/
#wrapper {
position: absolut;
top: 35px;
	width: 827px;
	left: 40px;
	right:40px;
background: #FEF5D9;

}

#header {
background: #fcf0a3;
	position: absolute;
	top: 35px;
	width: 560px;
	height: 80px;
	left: 267px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: solid #098180 1px;
-moz-border-radius:3px 10px 3px 3px;		
}
#logo {
background: #FFE99B;
	position: absolute;
	top: 35px;
	width: 213px;
	height: 80px;
	left: 40px;
border: solid #098180 1px;
-moz-border-radius:20px 3px 3px 3px;		
}

#logo img {
padding: 0 0 0 0;
margin: 10px 0 0 10px;
	
}

/*#title {
	position: absolute;
	top: 121px;
	width: 400px;
	height: 32px;
	left: 300px;	
}*/

#navi {
	font-size: 16px;
	color: #074F4F;
	background: #fcf0a3;
	position: absolute;
	top: 130px;
	left: 40px;
	width: 213px;
	height: 240px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	border: solid #098180 1px;
	-moz-border-radius:3px 3px 20px 3px;

}

#navi ul {
	color: #074F4F;
	background: #fcf0a3;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	list-style-type: none;
}

#navi ul li{
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#navi ul img{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi ul li a {
	color: #074F4F;
	background: #fcf0a3;
	text-decoration: none;

}

#navi ul li a:hover {
 color: #c65300;	
	background: #edfecd;
	text-decoration: none;
}

#inhaltbox {
	position: absolute;
	top: 130px;
	left: 267px;
	width: 560px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	border: dashed #098180 1px;
	
	background: #FEF5D9;
}

#inhalt{	
	padding: 0 0 0 0;
	margin: 10px 10px 0 10px;	
	min-height: 600px;

}

#listen-text{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 8px 0 8px 30px;
}

#tab {
position: relative;
width: 540px;
left: 0px;
right: 0px;
background: #FEF5D9;
text-align:right;

}
#tabelle-preis {
text-align:center;
}
#tabelle-info {
 text-align: right;
}

#footerbox {
/*width: 550px;*/
height: 24px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	background: #fff7d2;

}

#footer {
	margin: 0 0 0 0;
	height: 24px;
	padding: 0 3px 0 0;
	background: #fff7d2;
 text-align: right;
			border: dashed #098180 1px;
}

#topbilder{
	position: absolute;	
	top: 90px;
	left: 400px;

}

#bildcenter{
	position: relative;	
	top: 0px;
	left: 50px;
	padding: 0 0 0 0;
	margin: 15px 0px 15px 0px;

}
#bild2{
	position: absolute;	
	top: 300px;
	left: 400px;
}

