/* -----------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg 
   http://www.gebharduhl.de

   Copyright (c) 2008 GEBHARD|UHL 
   -----------------------------------------------------------------------------------------
   ---------------------------------------------------------------------------------------*/

/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	color:#000000;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	background: #fff url(../images/bg.png) top center repeat-x;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#000;
	text-decoration: none;
}
.alt {
	display: none;
}
img {
	border: 0;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
#wrapper {
	width:959px;
	display:block;
	position:relative;
	margin: 0 auto;
}
/*----------------Header-------------*/
#header {
	display:block;
	width:959px;
	height:181px;
	background: url(../images/header.jpg) top left no-repeat;
}
#header h1 {
	padding:0;
	margin:0;
}
#header h1 a{
	display: block;
	width: 280px;
	height:181px;
}

/*----------------Header-------------*/
#mainNav {
	position:absolute;
	left:292px;
	top:185px;
}
#mainNav ul li {
	display: inline;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	margin-left:18px;
}
#mainNav ul li a{
	color:#000;
	text-decoration:none;
}
#mainNav ul li a:hover{
	text-decoration:underline;
}

#mainNav ul li a.active{
	text-decoration:underline;
	color:#ccc;
}
#start #mainContent {
	background: url(../images/content_start_BG.jpg) top left no-repeat;
	height:476px;
	overflow: auto;
	padding:0;
}
#mainContent {
	background: url(../images/content_BG.jpg) top left no-repeat;
	min-height:476px;
	padding-bottom:35px;
}
#selection {
	background: url(../images/selection_BG.jpg) top left no-repeat;
	position:absolute;
	top:515px;
	left:280px;
	height:142px;
	width:679px;
}
#selection .gastro {
	position:absolute;
	width: 226px;
	height:142px;
}
#selection a.gastro:hover{
	background: url(../images/gastroHover.jpg) top left no-repeat;
	}
#selection .buero {
	position:absolute;
	width: 226px;
	height:142px;
	margin-left:226px;
}
#selection a.buero:hover{
	background: url(../images/bueroHover.jpg) top left no-repeat;
	}
#selection .grossbetrieb {
	position:absolute;
	width: 226px;
	height:142px;
	margin-left:453px;
}
#selection a.grossbetrieb:hover{
	background: url(../images/grossHover.jpg) top left no-repeat;
	}

#mainContentContainer {
	margin-left:310px;
	padding-top:50px;
	padding-right:45px;
}
#mainContentContainer h2{
	font-size:18px;
	font-weight:bold;
	color:#565757;
	margin-bottom:18px;
}
#mainContentContainer h3{
	font-size:12px;
	font-weight:bold;
	color:#565757;
	margin-bottom:6px;
	margin-top:10px;
}
#mainContentContainer p{
	font-size:12px;
	color:#191816;
	line-height:18px;
}
#mainContentContainer ul{
	font-size:12px;
	color:#191816;
	line-height:18px;
	margin:18px 0 18px 20px;
	list-style: none;
}
#mainContentContainer ul li{
	background: url(../images/bullet.gif) top left no-repeat;
	padding-left:20px;
	line-height:18px;
	margin-bottom:18px;
}
#mainContentContainer input, #mainContentContainer textarea{
	border:1px solid #83161b;
	width:300px;
	margin-bottom:6px;
}
#mainContentContainer select{
	border:1px solid #83161b;
	width:304px;
	margin-bottom:6px;
}
#leftMood {
	position:absolute;
	top:220px;
	left:20px;
}
#footer {
	padding-left:10px;
	padding-top:10px;
	font-size:11px;
	padding-bottom:25px;
	background: url(../images/footer_BG.jpg) top left no-repeat;
	color:#fff;
}
#footer a{
	color:#fff;
}
div .produkte {
	float:left;
	margin-bottom:20px;
}
div .produkte h3, div .produkte p{
	text-align:center;
}
.clearer {
	clear: both;
}