/* Basic Definitions */
* {
	margin: 0;
	padding: 0;
}
body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3a;
	background:url(/wLayout/design/img/body_bg.png) repeat-x left top #131312;
	line-height: 18px;
}

tbody {
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}



/* Base-Elements Definitions */
.clear		{ clear:both; height:0px; font-size: 0px; line-height: 0px; }
.clear_left	{ clear:left; height:0px; font-size: 0px; line-height: 0px; }
.clear_right	{ clear:right; height:0px; font-size: 0px; line-height: 0px; }


/* Content Elements Definitions */
a	{ color:#02a4d6; text-decoration:none;font-weight: bold;outline: none; }
a:hover { text-decoration:underline; }

h1 {
	color:#02a4d6;
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
}

.extra {
	color:#333333 !important;
	font-size:16px;
	font-weight:bold;
	margin:0 0 20px 0;
}
h2 {
	color:#3c3c3a;
	font-size:15px;
	margin:0 0 10px 0;
	font-weight:bold;
}
div.text {
	margin-bottom: 20px;
}
#content ul {
	margin-left: 17px;
}
#content li {
	padding: 1px 0;
}
.product {
	float:left;
	width: 244px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	margin-right: 10px;
}
.two_products {
	min-height: 1px;
	_height: 1px; /* IE6 */
	margin-bottom: 20px;
	padding-top: 10px;
}
.product_picture {
	float:left;
	width: 80px;
	margin-right: 15px;
	height: 80px;
}
.product_image img {
	border: none;
}
.product_text {
	float:left;
	width: 144px;
	height: 80px;
	line-height: 15px;
	font-size: 11px;
}
.product_text a {
	color: #3c3c3a;
}
div.subtitle {
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
}


#sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 24px 0 25px;
}
#sidebar img {
	border: none;
	margin-bottom: 15px;
}
#sidebar strong, #sidebar b {
	color: #02a4d6;
}
#sidebar .text, #sidebar .picture {
	padding: 0 24px 0 25px;
}
#sidebar ul {
	list-style-type: square;
	margin: 3px 0 10px 14px;
	
}
#sidebar a {
	text-decoration: none;
	font-weight: normal;
	color: #3c3c3a;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .line {
	width: 199px;
	height: 1px;
	margin-bottom: 15px;
	background:url(/wLayout/design/img/divider_h.gif) repeat-x left bottom;
}


/* Elements */
#website {
	width:960px;
	margin:0 auto;
	text-align:left;
	background-color: #131312;
}

#logo_start {
	float: left;
	width: 200px;
	height: 224px;
	background-color: #131312;
}
#header_start {
	float: left;
	width: 760px;
	height: 224px;
	background-color: #131312;
}
#logo {
	float: left;
	width: 200px;
	height: 174px;
	background-color: #131312;
}
#header {
	float: left;
	width: 760px;
	height: 174px;
	background-color: #131312;
}

#navlocator {
	clear: left;
	height: 22px;
	padding: 10px 56px 0 0;
	font-size:11px;
	text-align:right;
	background:url(/wLayout/design/img/navlocator_bg.png) no-repeat left top;
position: relative;
}
#navlocator  ul {
	list-style:none;
}
#navlocator ul li {
	display:inline;
}
#navlocator a {
	color: #3c3c3a;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
#navlocator a.first {
	padding: 0 12px 0 0;
}

/* Content */
#main {
	background:url(/wLayout/design/img/content_bg.png) repeat-x left top #FFFFFF;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
#side_navigation {
	float:left;	
	width:200px;
	min-height: 365px;
	_height: 365px; /* IE6 */
}
#content {
	float:left;
	background:url(/wLayout/design/img/divider.gif) repeat-y left top transparent;
	width:509px;
	padding:25px;
	min-height: 315px;
	_height: 315px; /* IE6 */
	overflow-x:hidden;
}
#sidebar {
	float: left;
	background:url(/wLayout/design/img/divider.gif) repeat-y top left transparent;
	width: 199px;
	min-height: 365px;
	_height: 315px; /* IE6 */
	padding: 25px 1px 25px 1px;
}

/* Footer */
#footer {
	clear:left;
	width: 960px;
	height: 45px;
	background:url(/wLayout/design/img/footer_bg.png) no-repeat top left #131312;
	text-align:center;
	color: #7f8181;
	font-size: 11px;
	padding: 20px 0 5px 0;
}


/* Navigation Definitions: Side */

/* Level 1 */
#side_navigation ul {
	margin-top: 17px;
	list-style:none;
}

#side_navigation ul li {
	padding:7px 0 10px 20px;
	background:url(/wLayout/design/img/divider_h.gif) repeat-x left bottom;
}
#side_navigation ul li a {
	color:#3c3c3a;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	padding:0 0 10px 0;
}
#side_navigation ul li a:hover {
	color:#02a4d6;
}

#side_navigation ul li.aktiv a {
	color:#02a4d6;
}

#side_navigation ul li.last {
	/* background:none; */
}


/* Level 2 */
#side_navigation ul li ul {
	margin-top:5px;
}

#side_navigation ul li ul li {
	padding: 1px 0 2px 0;
	background:none;
	font-weight:normal;
}

#side_navigation ul li ul li a {
	font-weight:normal;
	color:#3c3c3a !important;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	background: none;
}

#side_navigation ul li ul li a:hover {
	color:#02a4d6 !important;
	background: url(/wLayout/design/img/navi_on.gif) no-repeat left 3px transparent;
}

#side_navigation ul li ul li.aktiv a {
	color:#02a4d6 !important;
	background: url(/wLayout/design/img/navi_on.gif) no-repeat left 3px transparent;
}


/* Kontaktformular */
td.formCaption {
	width: 150px;
	padding: 3px;
	vertical-align: top;
}
td.right {
	text-align: right;
}
td.formValue {
	width: 310px;
	padding: 3px;
	vertical-align: top;
}
input, textarea {
	border: 1px solid #131312;
	color: #3c3c3a;
	font-size: 11px;
	padding: 3px;
	font-family: Arial,Verdana,Helevetica,sans-serif;
	background-color: #FFFFFF;
}
select {
	color: #1a1e20;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma,verdana,arial,sans-serif;
	border: 1px solid #131312;
}
td.formValue input.checkbox, td.formCaption input.checkbox {
	border: none;
	margin-top: 4px;
}
td.formValue input {
	width: 300px;
}
td.formValue input.zip {
	margin-right: 5px;
	width: 70px;
}
td.formValue input.city {
	width: 217px;
}
td.formValue textarea {
	width: 300px;
	height: 50px;
}
td.formButton input {
	padding: 2px;
	margin-left: 3px;
	margin-top: 5px;
}

td.formButton input {
	background-color: #02a4d6;
	border: 1px solid #131312;
	color: #FFFFFF;
	cursor: pointer;
}








/* Master Template Auto Definitions */
div.fliesstext_bild_links, div.fliesstext_bild_rechts {
	margin-bottom: 15px;
}
div.fliesstext_bild_links div.text {
	float:left;
	width:265px;
}
div.fliesstext_bild_rechts div.text {
	float:left;
	width:375px;
}
div.fliesstext_bild_links div.bild {
	float:left;
	width:220px;
	margin-right:20px;
}
div.fliesstext_bild_rechts div.bild {
	float:left;
	width:110px;
	margin-left:20px;
}
div.fliesstext_bild_links div.bild img, div.fliesstext_bild_rechts div.bild img {
	border:none;
}

	
	


	
.bilderleiste {
  padding:0px 0 5px 0;
  #padding-bottom: 0px; /* IE6+7 */
}

.bilderleiste .bildbox {
  float:left;
  margin:0 21px 15px 0;
width: 85px;
}
.bilderleiste .last {
	margin-right: 0px;
}

.bilderleiste .bildbox img.bild {
  border:1px solid #565656;
}
	
	

#divEditbutton {
position:absolute;
top: 6px;
left: 40px;
#left: -40px;
z-index: 1000;
width: 200px;
height: 20px;
}



/* Print Definitions */
@media print
{

	#minheight, #divEditbutton, #top_navigation, #logo, #main_navigation, #header, #navlocator, #side_navigation, #footer, #eow , #post_navigation {
	  display:none;
	}
	
	body, #website, #content {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  padding:0;
	  width:auto;
	}
	
	#content {
		border:none;
		float:none;
	}

}