body {
	background: #fbfbf3 url(../images/back.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

img.pict {
	border: 1px solid #bab9a6;
}

a {
	color: black;
	text-decoration: underline;
}

a.footerlink {
	color:#EEEEEE;
	text-decoration: underline;
  }

a.arrow {
	display: block;
	height: 25px;
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 30px;
	margin: 5px 30px;
}


#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}


#header {
	width: 780px;
	height: 112px;
	background: #fbf6e0 url(../images/header.gif) no-repeat;
	position: relative;
	top: 32px;
	margin-bottom: 32px;
}

#logo {
	width: 83px;
	height: 111px;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top: 1px;
	left: 9px;
}

#title {
	width: 404px;
	height: 31px;
	background: url(../images/title.gif) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 125px;
}

#slogan {
	width: 195px;
	height: 112px;
	background: url(../images/slogan.gif) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}


#main {
	width: 750x;
	height: 384px;
	position: relative;
	top: 10px;
	background: url(../images/main.gif) no-repeat;
	padding: 10px 10px 0 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

#main.big {
	background: url(../images/main2.gif) no-repeat;
	height: 484px;
}


h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	background-color: white;
	color: black;
}


h2 {
	font-size: 17px;
	font-weight: normal;
	color: #53585c;
	text-transform: uppercase;
	text-align: justify;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	padding: 15px;
	line-height: 15px;
	color:#333333;
}

#intro {
	width: 435px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #fada79;
}


#sidebar {
	width: 270px;
	float: right;
	font-size: 11px;
}

#sidebar h3 {
	font-size: 14px;
}


.marker {
	background-color: #fada79;
	color: black;
	font-weight: bold;
	padding: 2px;
}


#customer {
	width: 244px;
	position: relative;
	top: 0;
	z-index: 0;
}

#customer .bubble p {
	margin: 0px;
}

#customer p {
	margin: 20px 0 0 15px;
}

#customer img.photo {
	float: right;
}

.bubble {
	padding: 15px;
	width: 214px;
	background: url(../images/bubble_top.gif) no-repeat;
}

.bubble .cit {
	float: left;
	margin-right: 10px;
}

.bubble h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.bubble .name {
	color: #88040e;
	font-weight: bold;
	font-size: 11px;
}

.bubble-bottom {
	position: absolute;
	width: 244px;
	height: 46px;
	background: url(../images/bubble_bottom.gif) no-repeat;
	z-index: 1;
}



#landing {
	width: 780x;
	height: 159px;
	padding: 20px;
	position: relative;
	top: 5px;
	background: url(../images/landing.gif) no-repeat;
	font-size: 11px;
}

#landing img {
	margin: 10px 15px;
}

#landing h2 {
	margin: 0;
	padding: 0;
}

#landing.big {
	height: 220px;
	background: url(../images/landing2.gif) no-repeat;	
}

#quickfacts {
	font-size: 11px;
}

#quickfacts h2 {
	font-size: 15px;
}

#quickfacts ul.check li {
	padding: 0;
}

.column {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.column2 {
	width: 210px;
	float: left;
	overflow: hidden;
}

#footer {
	width: 780x;
	height: 116px;
	position: relative;
	top: 11px;
	background: url(../images/footer.gif) no-repeat;
	font-size: 10px;
	color: #9b9e9f;
}

#footer a {
	color: white;
}

#footer p {
	width: 365px;
	margin: 10px;
	line-height: 150%;
	float: left;
}


/* @group Menu */

ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 64px;
	left: 110px;
}

ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 48px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}

li#startseite {
	width: 106px;
	background: url(../images/menu_startseite.gif) no-repeat;
}

li#vorteile {
	width: 98px;
	background: url(../images/menu_vorteile.gif) no-repeat;
}

li#preise {
	width: 63px;
	background: url(../images/menu_preise.gif) no-repeat;
}

li#hilfe {
	width: 57px;
	background: url(../images/menu_hilfe.gif) no-repeat;
}

li#impressum {
	width: 104px;
	background: url(../images/menu_impressum.gif) no-repeat;
}




/* @end */

/* @group Listen */

ul {
	margin: 10px;
	padding: 0 10px;
}

li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}

ul.check {
	list-style-image: url(../images/check.gif);
}



/* @end */

/* @group Formular */

fieldset {
	border: none;
}

label {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	float: left;
	width: 100px;
	border-bottom: 1px solid #fada79;		
	
}

.checkboxes, .selections {
	font-size: 11px;
	margin-left: 45px;
	padding: 5px;
}


.field {
	width: 240px;
	padding: 3px;
	margin-bottom: 5px;
}

.action {
	margin-left: 115px;
	padding: 5px;
}

form#login {
	width: 245px;
	height: 35px;
	position: absolute;
	top: 60px;
	left: 540px;
}

form#login div.field {
	padding: 0;
	margin: 0;
	border: 0;
	width: 70px;
	float: left;
}

form#login div.action {
	padding: 0;
	margin: 0;
	background-color: transparent;
	width: 30px;
	float: left;
}

form#login div.action input {
	width: 42px;
	height: 22px;
	margin-top: 11px;
}

form#login #username, form#login #password {
	width: 65px;
	height: 12px;
	font-size: 11px;
}

form#login label {
	border: 0;
	color: white;
}

form#search .container {
	width: 480px;
	padding: 10px;
	height: 200px;
	float: right;
	background: #fdd042 url(../images/gradient.gif) repeat-x left top;
}

form#search label {
	width: 40px;
}

form#search .action {
	margin-left: 45px;
}


/* @end */

/* @group Tabellen */

th {
	background-color: black;
	color: white;
	padding: 2px 10px;
	text-align: left;
}

tr td {
	border-bottom: 1px solid whitesmoke;
}

table#preise {
	width: 250px;
}

table#preise td {
	padding: 2px 10px;
}

table#preise td + td {
	border-left: 1px solid lightgray;
}

/* Kontakteauflistung */

/*#kontakte td.list {
	background-color: white;
}

#kontakte td.list a {
	text-decoration: none;
}

#kontakte td.listaktiv {
	color: darkgray;
	font-size: 10px;
	width: 100px;
	text-indent: 10px;
}

#kontakte tr:last-child td {
	padding: 3px;
	background: #fdd042 url(../images/gradient2.gif) right top;
}

#kontakte a img {
	margin: 0 40px;
	border: 5px solid #fae7ae;
}

#kontakte tr td + td {
	padding: 3px;
	border-bottom: 1px solid #d6d6d8;
}

#kontakte td a {
	font-size: 18px;
	text-decoration: none;
}

#kontakte td.list a {
	letter-spacing: 1px;
	font-size: 11px;
}*/


/* @end */

/* @group Kontakte */

#kontakte {
	position: relative;
	top: 20px;	
	width: 780px;
}

#kontakte .header {
	width: 780px;
	height: 12px;
	background: url(../images/list_top.gif) no-repeat left top;
}

#kontakte .main {
	padding: 10px;
	background-color: #f6f6f7;
	border-left: 1px solid #d6d6d8;	
	border-right: 1px solid #d6d6d8;
}

#kontakte .footer {
	width: 780px;
	height: 20px;
	background: url(../images/list_bottom.gif) no-repeat left top;
	margin-bottom: 20px;
}








/* @end */

/* Bugfix */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }
