/* CSS Document */

/*typography*/

body {
    font-family: Helvetica, Arial, sans-serif;
	background-color: #b0b9be;
	color: #666;
}

p, li, td {
    font-size: 13px;
    line-height: 1.4em;
}
p,h1,h2,h3,h4,h5,h6,table {
    line-height: 1.4em;
    margin-bottom: 13px;
}
h1 {
    font-size: 2em;
    font-weight: bold;
}
h2 {
    font-size: 15px;
    font-weight: bold;
}
h3 {
    font-size: 1.6em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 0.9em;
    font-weight: bold;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
small {
	font-size: 0.8em;
}
a {
	color: #333;
}
a:hover {
	color: #999;
}

/*layout*/

#accessibility {
	position: absolute;
	top: -1000px;
}
#container {
	width: 960px;
	margin: 30px 15px;
}
/*sidebar ------------------ */
#sidebar {
	width: 205px;
	float: left;
	padding: 10px 25px 0 0;
}
#address {
	color: #d9d9d9;
}
#address:hover {
	color: #fafafa;
}
#address p {
	text-align: right;
	margin: 0 0 10px;
}
/*navi -- */
#mainNav {
	margin-top: 150px;
}
#mainNav ul li {
	text-align: right;
	line-height: 2.5em;
}
#mainNav ul li a {
	color: #fafafa;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
#mainNav ul li a:hover {
	color: #666;
}
#mainNav ul li a.active {
	color: #333;
	font-weight: normal;
}
#mainNav ul li ul li a {
	color: #666;
}
/*
#mainNav ul li ul li a:hover {
	color: #fafafa;
}
*/
#mainNav ul li ul li a.active {
	color: #333;
}

/*main ----------------------*/
#mainContainer {
	width: 730px;
	float: right;
	
}
#head {
	width: 710px;
	height: 80px;
	padding: 10px;
	background: url(images/head_background.jpg);
}
#logo {
	margin: 0 20px;
	display: inline;
	width: 215px;
	float: left;
}
#topNav {
	width: 400px;
	float: right;
	text-align: right;
	display: inline;
	margin: 60px 30px 0 0;
}
#topNav li {
	display: inline;
	margin: 0 0 0 10px;
}
#topNav li a {
	text-decoration: none;
	color: #fafafa;
	font-size: 13px;
}
#topNav li a:hover {
	color: #666;
}
#topNav li a.active {
	color: #333;
}
#contentHead {
	width: 730px;
	height: 48px;
	background: url(images/contentHead_background.jpg);
}
#content {
	width: 650px;
	padding: 10px 40px;
	background: url(images/content_background.jpg);
}
#contentFoot {
	width: 730px;
	height: 175px;
	background: url(images/contentFoot_background.jpg);
}

/* content ---------------------------------- */

.entryTitle {
	width: 350px;
}
.leftContent {
	width: 350px;
	float: left;
}
.rightContent {
	width: 270px;
	float: right;
	padding: 5px 0;
}
.subTitle {
	color: #669900;
	font-weight: bold;
}
.green {
  color: #669900;
}
.clearer {
	clear: both;
}
.divider {
	clear: both;
	border-top: 1px solid #999;
	margin-bottom: 13px;
}
.rightContent img {
	margin: 0 0 -3px;
}
#content li {
	margin-bottom: 13px;
}
.agbList {
	padding: 0 0 0 35px;
	position: relative;
}
.paragraph {
	font-weight: bold;
	position: absolute;
	left: 0px;
	margin-top: 2px;
}
#content h4 {
	font-size: 13px;
	margin-bottom: 0;
}

#content h5 {
	font-size: 13px;
}
.thin {
	font-weight: normal;
}
.description {
	color: #fafafa;
	width: 207px;
	background-color: #8eb45e;
	padding: 30px;
}
#content .description h4 {
	font-size: 15px;
}
.description p {
	font-size: 15px;
}

/* anfahrt -------------------- */
.anfahrt {
	position: relative;
	left: 10px;
	padding-bottom: 300px;
}
.routeDescription {
	width: 230px;
	position: absolute;
	top: 65px;
	left: 385px;
}
.map {
	border: 2px solid #98CA46;
	width: 380px;
	position: absolute;
	top: 300px;
	left: 220px;
	background-color: white;
	padding: 5px;
}

#mapContainer {
  width: 380px;
  height: 400px;
}
/* kontakt ------------------------ */
#contactForm label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
	margin-top: 8px;
}	
#contactForm input, #contactForm textarea {
	margin-left: 35px;
	width: 295px;
	padding: 5px;
    margin-bottom: 8px;
}
#contactForm textarea {
	width: 296px;
}
#contactForm input.small {
	width: 136px;
}
#contactForm input.second {
	margin-left: 9px;
}
#contactForm input.plz {
	width: 60px;
}
#contactForm input.ort {
	width: 212px;
	margin-left: 9px;
}
#contactForm #sendBut {
	margin-left: 185px;
	width: 80px;
}
#contactForm input#aufmerksam { margin-left: 0; }
.inForm {
	margin-left: 185px;
	width: 320px;
}
#contactForm .honey {
    display: none;
}
input.error, textarea.error {
	border-color: #ee3311;
}
#contactForm label.error {
	width: 130px;
	text-align: left;
	color: #ee3311;
	font-size: 0.8em;
	margin-left: 10px;
}

/* preisliste */
.zubehoer, .fracht {
	width: 100%;
}
.preSpace td { padding-top: 13px; }
.preise h3 { font-size: 1.2em; color: #669900; }
.price { text-align: right; font-weight: bold; }

.scrollTop {
	width: 50%;
	text-align: right;
	float: right;
	font-size: 10px;
	text-decoration: none;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:542px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
	div#rotator ul li img {
	margin: 0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}



