body{
	background: url(../gfx/bg.jpg) center top;
	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #008BC6;
}

body, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}

/* FADENKREUZ */

#fadenkreuz, #geschenkidee{
	position: absolute;
	margin-left: 620px;
	margin-top: -220px;
	height: 100px;
	width: 100px;
}

#geschenkidee img{
	position: absolute;
	margin-top: 205px;
	margin-left: 160px;
}

#geschenkidee a img{
	border: 0;
}

#fadenkreuz{
	background: url(../gfx/fadenkreuz.png) no-repeat;
	width: 578px;
	height: 578px;
}

#fadenkreuz img.haushaltsreinigung{
	position: absolute;
	margin-top: 250px;
	margin-left: -50px;
}

#geschenkidee{
	margin-left: 665px;
	margin-top: -67px;
}

/* ---------- */

/* PAGE */

#page{
	margin: 25px auto 0;
	width: 996px;  
}

/* ---- */

/* HEAD */

#head #logo{
	width: 495px;
	height: 61px;
	/*background: url(../gfx/logo.png);*/
	margin-left: -56px;
}

#head #logo a img{
	border: 0;
}

#head #logoprint{
	display: none;
}

/* ---- */

/* CONTAINER */

#container{
	margin-top: 10px;
	border-left: 3px solid #A2978A;
}

/* --------- */

/* NAVI */

#navi{
	padding-top: 20px;
}

#navi a img{
	border: 0;
}

/* NAVI / HAUPT/SUBNAVI */

#hauptnavi{
	float: left;
	margin-left: 30px;
}

#subnavi{
	float: left;
	margin: 0 0 0 170px;
	width: 380px;
}
#subnavi a {
  font-size: 14px;
  color: #aaa297;
  text-decoration: none;
  text-transform: uppercase;
  height: 30px;
  display: block;
}
#subnavi a:hover, #subnavi a.active {
  color: #008ec7;
}

/* -------------------- */

/* ---- */

/* CONTENT */

#content{
	width: 993px;
	width: 1008px;
	height: 325px;
	margin-top: 15px;
	padding-top: 9px;
	background: url(/sys/gfx/shadow.png);
}

#content #left, #content #right{
	height: 315px;
}

#container div.index img{

}

/* CONTENT / LEFT */

#content #left{
	width: 359px;
	float: left;
}


/* -------------- */

/* CONTENT / RIGHT */

#content #right{
	background: url(../gfx/right.bg.png);
	width: 634px;
	float: left;
	overflow-y: auto;
}

#content #right ol, #content #right ul{
	padding: 0 10px;
	margin: 0 0 0 45px;
}

#content #right h1{
	font-size: 16px;
	text-transform: uppercase;
}

#content #right h2{
	font-size: 16px;
	margin: 0px 40px !important;
}

#content #right h1, #content #right h2{
	margin: 40px 20px 8px 40px;
}
#content #right p {
	margin: 16px 20px 0 40px;
	line-height: 18px;
}
#content #right p.small {
	font-size: 11px;
}

#content #right li{
	margin-top: 10px;
}

#right a, #right a:visited{
	color: #008BC6;
}

#right a:hover{
	color: #008BC6;
	text-decoration: none;
}

/* --------------- */

/* ------- */

/* INFOZEILE */

#infozeileprint{
	display: none;
}

#infozeile{
	padding-top: 0px;
	padding-left: 25px;
}

#infozeile span a img{
	border: 0;
}

#infozeile span.first{
	padding-right: 13px;
}

#infozeile span.middle{
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #C6BDB3;
	border-right: 1px solid #C6BDB3;
}

#infozeile span.last{
	padding-left: 14px;
}

/* --------- */

/* FOOTER */

#footer{
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
}

#footer span{
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #9b907e;
}

#footer span.last{
	padding-right: 0;
	border: 0;
}

#footer span a{
	text-decoration: none;
	text-transform: uppercase;
	color: #9b907e;
}

#footer span a.act{
	font-weight: bold;
}

/* ------ */

/* FORMULAR */

form{
	margin-top: 16px;
}

input{
	margin-top: 5px;
	margin-left: 40px;
}

input[type=text]{
	border: 1px solid #B6B6B1;
	color: #C5C6C8;
	width: 550px;
	padding-left: 5px;
}

.error{
	border-color: red !important;
}

.redstar{
	color: red;
}

input[type=submit]{
	margin-bottom: 16px;
}

/* -------- */

/* PREISBEISPIEL */

.preisbeispiel{
	font-weight: bold;
	margin-left: 40px;
}

/* ------------- */

/* ETC */

div.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

/* --- */

