body {

	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #e7e9ee;
	margin-top: 0px;
	margin-left: 0px;

}

a:link {
	text-decoration: underline;
	color: #FF8500;

}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF8500;
}

a:active {
	text-decoration: none;
}


/*Headgestaltung*/

.head {
	width: 930px;
	height: 192px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	

}
.logo {
	float: left;
	width: 238px;
	height: 192px;
}

.headimg {
	float: left;
	width: 465px;
	height: 192px;
	padding-right: 6px;
	background-color: #ffffff;
	
}


.headnavi {
	float: left;
	width: 221px;
	height: 192px;
	background-image: url("img/bg_right.gif");
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;

}

.headnavi .headline {
	margin-left: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	margin-top: 26px;
	margin-bottom: 16px;
}


.headnavi .headline2 {
	margin-left: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 16px;
}

.headnavi .item1 {
	margin-left: 16px;
	float: left;
	width: 40px;
	height: 35px;
}

.headnavi .item2 {
	float: left;
	height: 28px;
	width: 165px;
	padding-top: 7px;
}

.headnavi a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.headnavi a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.headnavi a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.headnavi a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/*Ende Headgestaltung*/


/*Navigation*/

.nav {
	width: 237px;
	float:left;
	height: 400px;
}

ul#navigation {
	margin: 0;
	padding: 0;
}

ul#navigation li {
  list-style: none;
 	text-align: left;
 	margin-top: 5px;

}

#navigation .empty {
	margin-top: 19px;
}



ul#navigation li a {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration: none;
  display: inline;
  text-decoration: none;
  padding-left: 4px;
  height: 23px;
  
}

ul#navigation li a:visited {
		padding-top: 1px;
	padding-bottom: 2px;
}


ul#navigation li a:hover {
	font-weight:bolder;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #758291;
	padding-right: 30px;
	background-color: #ffffff;
	background-image: url("img/navicon.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	
}


#navigation .hit {
	font-weight: bolder;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #758291;
	padding-right: 30px;
	background-color: #ffffff;
	background-image: url("img/navicon.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	
}



ul#subnavigation {
	
	margin-left: 10px;
	margin-top: -7px;
	margin-bottom: 18px;
	padding: 0;
	display: block;
}

ul#subnavigation li {
  list-style: none;
 	text-align: left;
 	margin-top: 5px;
 	margin-bottom: 5px;
  height: 10px;

}

ul#subnavigation li a {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight:normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration: none;
  display: inline;
  text-decoration: none;
  padding-left: 4px;
  
}

ul#subnavigation li a:hover {
	font-weight:bolder;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #758291;
	padding-right: 22px;
	background-color: #ffffff;
	background-image: url("img/navicon_small.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	
}


#subnavigation .hit {
	font-weight:bolder;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #758291;
	padding-right: 22px;
	background-color: #ffffff;
	background-image: url("img/navicon_small.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	
}

#navigation .nav_angebot {
	font-weight: bolder;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #ffffff;
	padding-right: 30px;
	background-color: #ff8100;
	background-image: url("img/navicon_angebot.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	
}

.nav li a:link {
	text-decoration: none;
	color: #000000;
}

.nav li a:visited {
	text-decoration: none;
	color: #000000;
}

.nav li a:hover {
	text-decoration: none;
	color: #758291;
}

.nav .spacer {
	height: 20px;
	width: 184px;
}

/*Ende Navigation*/

/*Content*/

.content {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 33px;
}

.maincontent {
	float:left;
	width: 550px;
	font-family: "Times New Roman", Times, serif;
	font-weight:100;
	font-size: 16px;
	color: #3f3f3f;
	overflow:hidden;
}

.startmaincontent {
	float:left;
	width: 690px;
	font-family: "Times New Roman", Times, serif;
	font-weight:100;
	font-size: 16px;
	color: #3f3f3f;
	overflow:hidden;
}

.startmaintext {
	width: 690px;
	padding-bottom: 18px;
}


.startbutton {
	float: left;
	width: 450px;
	height: 70px;
	margin-right: 0px;
}

.zeiten {
	float: right;
	width: 200px;
	height: 50px;
	font-size: 12px;
	padding: 5px;
	border: 1px solid white;
}
.widemaincontent {
	width: 693px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow:hidden;
	line-height: 20px;
	

}

.widemaincontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.widemaincontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.widemaincontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}



ul#startdots {
	margin: 0;
	border-top: 1px white solid;
  margin-bottom: 18px;
	padding: 0;
}

ul#startdots li {
  list-style: none;
 	text-align: left;
	background-image: url("img/arrow_left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
 	padding-top: 10px;
 	padding-bottom: 10px;
  height: 22px;
  border-bottom: 1px white solid;

}




/*Ende Content*/

.headline {
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	line-height: 30px;
	font-size: 30px;
	color: #3f3f3f;
	
}

.marke {
	font-size: 20px;
}

.price {
	font-family:"Times New Roman", Times, serif;
	font-weight:200;
	font-size: 25px;
	line-height: 30px;
	color: #3f3f3f;
	text-align: right;
	
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 216px;
	float: right;
	
}

.mwst {
	font-size: 12px;
	line-height: 18px;
}

.headline_sub {
	
	font-family:"Times New Roman", Times, serif;
	font-weight:200;
	color: #3f3f3f;
	font-size: 15px;
	line-height: 20px;
	
}


.bemerkung {
	width: 390px;
	float: left;
	text-align: justify;
}

.foot {
	background-image: url("img/footer_shadow.png");
	background-repeat:no-repeat;
	background-position: center bottom;
	
	width: 1065px;
	height: 45px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.footcontent {
	background-image: url("img/footer_bg1.gif");
	background-repeat:no-repeat;
	width: 945px;
	height: 40px;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 12px;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
}

.clear {
	clear: left;
	height: 0px;
	width: 0px;
}


.data {
	float: left;
	width: 399px;
}

.regbtns {
	height: 23px;
	/*border-bottom: 1px solid white;*/
}

.thumbs1 {
	float: left;
	margin-left: 6px;
	text-align: center;
	width: 64px;
}

.thumbs1 img {
	margin-bottom: 9px;
}

.thumbs2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	height: 48px;
	margin-bottom: 10px;
	padding: 5px;
}

.thumbs2 img {
	margin-right: 5px;
}

.midsize {
	float: left;
	width: 216px;
	height: 162px;
	margin-left: 6px;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.midsize_v {
	height: 162px;
	width: 216px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



.midsize2 {
	float: left;
	width: 693px;
	height: 300px;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;

}

.midsize2_v {
	height: 300px;
	width: 693px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.merken {
	clear: both;
	height: 11px;
	margin-bottom: 20px;
	text-align: right;
}


.darkblue1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 183px;
	padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	background-color: #aeb7bf;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;

}

.darkblue2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 183px;
	padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	background-color: #aeb7bf;
	border-right: 1px solid white;
	float: left;

}

.lightblue1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 183px;
	padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	border-left: 1px solid white;
	background-color: #caced3;
	border-right: 1px solid white;
	float: left;

}

.lightblue2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 183px;
	padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	background-color: #caced3;
	border-right: 1px solid white;
	float: left;

}

.desc {
	width: 550px;
}

#register1 {
	width: 693px;
}

#register2 {
	width: 693px;
}

.readarea  {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.currentpage {
	font-weight: bold;
	font-size: 12px;
}

.basket {
	margin-top: 50px;
}

.conf1 {
	float: left;
	width: 240px;
	margin-bottom: 5px;
	
}

.conf2 {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

.conf2 input {
	width: 150px;
}

.conf2 select {
	width: 60px;
	height: 20px;
}

/* Listenformatierung */

.listhead, .listhead2 {
	background-image: url("img/listhead.gif");
	background-repeat: no-repeat;
	width: 693px;
	height: 47px;
	border-bottom: 1px solid #c8cdd2;
}

.listhead2 {
	background-image: url("img/listhead2.gif");
	background-repeat: no-repeat;
}

.seitennavi a:link {
	color: #ffffff;
}

.seitennavi a:visited {
	color: #ffffff;
}

.seitennavi a:hover {
	color: #ffffff;
}

.seitennavi {
	float: left;
	width: 522px;
	height: 43px;
	padding-top: 4px;
	padding-left: 7px;
	color: #ffffff;

}

.sort {
	float: left;
	width: 157px;
	height: 43px;
	text-align: center;
	padding-top: 4px;
	color: #ffffff;
	font-weight: bold;
	
	
}

.sort .orange {
	color: #ff8400;
	font-weight: bolder;
	font-size: 18px;
	line-height: 15px;
	
}

.listthumb {
	width: 78px;
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.listprice {
	width: 157px;
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.listelement1_1 {
	float: left;
	width: 78px;
	height: 62px;
	background-color: #aeb7bf;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}

.listelement2_1 {
	float: left;
	width: 447px;
	height: 55px;
	background-color: #aeb7bf;
	border-right: 1px solid #ffffff;
	padding-left: 7px;
	padding-top: 7px;
	line-height: 18px;
}

.listelementmail2_1 {
	float: left;
	width: 447px;
	height: 62px;
	background-color: #aeb7bf;
	border-right: 1px solid #ffffff;
	padding-left: 7px;
	
	line-height: 18px;
}

.listelement3_1 {
	float: left;
	width: 157px;
	height: 62px;
	background-color: #aeb7bf;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}


.listelement1_2 {
	float: left;
	width: 78px;
	height: 62px;
	background-color: #caced3;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}

.listelement2_2 {
	float: left;
	width: 447px;
	height: 55px;
	background-color: #caced3;
	border-right: 1px solid #ffffff;
	padding-left: 7px;
	padding-top: 7px;
	line-height: 18px;
}

.listelementmail2_2 {
	float: left;
	width: 447px;
	height: 55px;
	background-color: #caced3;
	border-right: 1px solid #ffffff;
	padding-left: 7px;
	line-height: 18px;
}

.listelement3_2 {
	float: left;
	width: 157px;
	height: 62px;
	background-color: #caced3;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}


.trenner1 {
	float: left;
	width: 78px;
	height: 6px;
	background-color: #d2d6da;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.trenner2 {
	float: left;
	width: 447px;
	height: 6px;
	padding-left: 7px;
	background-color: #d2d6da;
	border-right: 1px solid #ffffff;
}

.trenner3 {
	float: left;
	width: 157px;
	height: 6px;
	background-color: #d2d6da;
	border-right: 1px solid #ffffff;
}

/*Forms*/

.feld {
	width: 170px;
	height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #737576;
	border-left: 1px solid #737576;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
}

.fieldname {
	float: left;
	width: 150px;
	height: 25px;
}

.fieldvalue {
	float: left;
	
	
}

textarea {
	
	width: 225px;
	height: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #737576;
	border-left: 1px solid #737576;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
	padding: 2px;
	
}

.sysmsg {
	background-color: #dbdee0;
	border: 1px solid #cccccc;
	width: 443px;
	padding: 10px;
	line-height: 15px;
	padding-bottom: 20px;
	
}

.sysheadline {
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	line-height: 30px;
	font-size: 20px;
	color: #3f3f3f;
}

.datensatz {
	height: 60px;
	border-top: 1px solid #fafafa;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	background-color: #dedede;
	padding: 10px;
}

.datensatz:hover {
	height: 60px;
	border-bottom: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 5px;
	background-color: #dedede;
	padding: 10px;
	cursor: pointer;
}

.datensatzaktiv {
	height: 60px;
	border: 1px dotted orange;
	margin-bottom: 5px;
	background-color: #e9e9e9;
	padding: 10px;
	
}

/*Mitarbeiterseiten Layout*/

.listheadtext {
	float: left;
	height: 43px;
	
	line-height: 18px;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 7px;
	color: #ffffff;

}

.mit_listelement1_1 {
	float: left;
	width: 218px;
	height: 164px;
	background-color: #aeb7bf;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}

.mit_listelement2_1 {
	float: left;
	width: 415px;
	height: 141px;
	padding-top: 23px;
	padding-left: 57px;
	background-color: #aeb7bf;
	border-right: 1px solid #ffffff;
	line-height: 15px;
}

.mit_listelement1_2 {
	float: left;
	width: 218px;
	height: 164px;
	background-color: #caced3;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}

.mit_listelement2_2 {
	float: left;
	width: 415px;
	height: 141px;
	padding-top: 23px;
	padding-left: 57px;
	background-color: #caced3;
	border-right: 1px solid #ffffff;
	line-height: 15px;
}


.mit_trenner1 {
	float: left;
	width: 218px;
	height: 6px;
	background-color: #d2d6da;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.mit_trenner2 {
	float: left;
	width: 472px;
	height: 6px;
	background-color: #d2d6da;
	border-right: 1px solid #ffffff;

}.content .maincontent p strong {
	font-weight: bold;
}
.content .maincontent strong {
	font-weight: bold;
}

