html,body { height:100%; }	

body { 
	font: normal 11px/16px Verdana, Arial;
	background: url(../images/bg-site.jpg) no-repeat center top;
}



/* - - - - - main-container - - - - - */
#top {
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 210px;
}

#logo {
	position: absolute;
	top: 70px;
	left: 775px;
}

#menue {
	margin: 15px auto;
	width: 950px;
	height: 40px;
}

#main {
	margin: 30px auto;
	width: 950px;
	height: auto;
	letter-spacing: 1px;
}

#bottom { 
	position: fixed; 
	bottom: -10px;
	width: 100%;
	height: 70px;
	padding: 3px;
	z-index: 250;
}

#bottom #pic {
	margin: 0 auto;
	width: 950px;
	height: 70px;
}

#impressum { 
	position: fixed;
	bottom: 5px;
	left: 725px;
	width: 200px;
	height: 20px;
	z-index: 251;
}




/* Format */
.content {
	margin-left: 33px;
	margin-top: 10px;
}

h1, h2 { font-size: 14px; margin-bottom: 1.5em; color: #000; font-weight: bold; }
h1 span { color: #b0151b; letter-spacing: -3px; margin-right: 5px; }




p.bold { font-weight: bold; }

.margin-r			{ margin-right: 15px; }
.margin-l			{ margin-left: 15px; }
.margin-b			{ margin-bottom: 15px; }
.margin-t 			{ margin-top: 15px; }

.margin-r2 			{ margin-right: 208px; }
.margin-l2 			{ margin-left: 208px; }
.margin-b2 			{ margin-bottom: 208px; }
.margin-t2 			{ margin-top: 208px; }

.column-1 img, 
.column-2 img, 
.column-3 img		{ float: left; overflow: hidden }

.column-1	 		{ width: 178px; float: left; }
.column-2	 		{ width: 371px; float: left; }
.column-3	 		{ width: 564px; float: left; }


p.list {
	padding-left: 14px;
	background: url(../images/li-point.gif) 0px 5px no-repeat;
	letter-spacing: 0.5px;
}

p.list span { font-weight: bold; font-size: 11px; }

p.end { height: 130px; }
p.bu { font-size: 9px; color: #666; margin-left: 5px; line-height: 12px; }

#main a { text-decoration: none; color: #a21629;  }

#impressum a { text-decoration: none; color: #333; }



/* technical details */
h3 {
	font-size: 10px;
	font-weight: bold;
	background: #b0151b;
	color: #fff;
	height: 18px;
	text-indent: 15px;
	padding-top: 2px;
}

p.tec { font-size: 9px; text-indent: 15px; }
p.top { margin-top: 5px; }
p.bot { margin-bottom: 5px; }

.tec-border { 
	border: 1px solid #b0151b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}





/* - - - - - Gallery -> jquery.ad-gallery.css - - - - - */
#gallery { position: relative; }

/* - - - - - Lightbox -> prettyPhoto.css - - - - - */
#lightbox ul li { display: inline; }




/* - - - - - - - - - - - - - - - - - - - - - -  */
		/* clear floating elements */
/* - - - - - - - - - - - - - - - - - - - - - -  */
div.clear {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}



/* active link mainnav */
a.current.active1, a.current.active2, a.current.active3, a.current.active4, a.current.active5 {
	background-image: url(../images/menue-c.gif);
	color: #a21629;
}



/* formular */
input {
	background: #fff;
	border: 1px solid #dedfe1;
	height: 20px;
}

input.one { width: 320px; }
input.two { width: 85px; margin-right: 15px; }
input.three { width: 210px; }

textarea { width: 340px; height: 94px; border: 1px solid #dedfe1; }









