@import url(typo.css);

body {
	background: #073600;
	color: #2a2f29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
Allgemien
*/

a {
	text-decoration:underline;
	color:#000000;
	line-height:1.3em;
}

h2 {
	margin-left:1em;
}

p { 
	text-align:justify;
	}
	

/*
DIVS
*/

#wrapper {
	width: 850px;
	margin: 0 auto;
}
#header {
	background: url(../images/bg-header.jpg) repeat-x;
	height: 129px;
	position: relative;
	text-align: center;
}

#header ul {
	background: url(../images/bg-nav.jpg) repeat-x;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	width: 840px;
}

#header ul li {
	float: left;	
	margin: 0;
}

#header ul li a {
	display: block;
	float: left;
	border-left: 1px solid #72581b;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}

#header ul li.last a {
	border-right: 1px solid #72581b;
}

* html #content {
	height:508px ;
}

#content {
	background: #fff;
	text-align: center;
	padding-top: 12px;
	xheight: auto !important;
	min-height: 508px !important;
}

body#index #left, body#index #right {
	width: 50%;
	float: left;
	margin:0px;
}

body#about #left,
body#service #left,
body#kontakt #left,
body#impressum #left {
	width:500px;
	float:left;
}

body#about #right,
body#service #right,
body#kontakt #right,
body#impressum #right {
	width:350px;
	float:left;
	margin:0px;
}

body#anfahrt #right,
body#uhren #right {
	margin-right:0px;
}

body#about #right img,
body#service #right img,
body#kontakt #right img,
body#impressum #right img {
	margin-top:15px;
}

#left {
	width: 300px;
	float: left;
}

#right {
	float: left;
	width: 490px;
	margin:0 20px;
}

#footer {
	background: url(../images/bg-footer.jpg);
	height: 76px;
	overflow: hidden;
}

#footer p {
	color: #fff;
	text-align: center;
	padding-top: 50px;
	font-size: 0.8em;
}

#flashcontent {
	z-index:5;
	width:406px;
	height:170px;
}

#flashcontent_video {
	text-align:center;
	margin-bottom:10px;
}

/*
TYPO zusatz
*/
#right p {
	font-size: 0.8em;
	margin-right:20px;
}


/*
BOXEN
*/
.lightbox {
	background: #f2f9f1 url(../images/bg-lightbox-short.jpg) center bottom no-repeat;
	margin: 0 6px 1em 12px;
	padding-bottom: 1em !important;
	padding-bottom: 0.85em;
}

body#index .lightbox {
	background-image: none;
	background-color: #EEF6EB;
}

body#index #hintergrund {
	background: #fff url(../images/bg-lightbox-index.jpg) 12px bottom no-repeat;
	height: 1%;
	margin-top: 0.75em;
	margin-bottom: 1em;
}

body#index .darkbox {

}

.lightbox h1 {
	background: #eef6eb url(../images/bg-lightbox-h1-short.jpg) no-repeat;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

body#index .lightbox h1 {
	background: #eef6eb url(../images/bg-lightbox-h1.jpg) no-repeat;
}

.lightbox p {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 0.8em;
}

body#anfahrt .darkbox {
	width:505px;
}

.darkbox {
	background: #dce4d9 url(../images/bg-darkbox.jpg) center bottom no-repeat;
	margin: 0 13px 1em 6px;
	padding-bottom: 10px;
	padding-bottom: 1em !important;
}

.darkbox h1 {
	background: #ccd8ca url(../images/bg-darkbox-h1.jpg) no-repeat;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.darkbox p {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 0.8em;
}
/*
Bilder
*/
img.banner {
	display: block;
	margin: 0 auto 1em;
}

img.logo {
	margin-top: 0.5em;
}
/*
Listen
*/
ul.aufzaehlung {

}

ul.aufzaehlung li {
	font-size:0.8em;
	line-height:1.2em;
	margin:5px 20px;
}

ul {
	list-style-type:none;
}

ul.jl {

}

ul.jl li {
	float:left;
}