html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* site-styles */

body {
	font-family: arial, helvetica, sans-serif;
	color: #6e6e6e;
	background: #fff;
	font-size: 12px;
}

.clear {
  clear:both;
  font-size: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #ff8601;
}

#content  {
	overflow:hidden;
}

#content p {
	line-height: 16px;
}

#content li {
	line-height: 18px;
}

p {
	line-height: 14px;
	padding: 8px 0;
}

a, a:hover, a:visited, a:link, a:active {
	color: #ff8601;
}

a:hover {
	text-decoration:none;
}

#layout_wrap {
	background: url(../images/wrap_bg.png) repeat-x center 82px;
	text-align:center;
	width:100%;
	overflow:hidden;
}
#header {
	width: 900px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) no-repeat right bottom;
	height: 210px;
	overflow:hidden;
}
#logo {
	float:left;
}
#navigation_meta {
	float:right;
	width:197px;
	height:61px;
	background-color: #ededed;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	overflow:hidden;
	padding: 10px 0;
}


#navigation_meta a {
	display:-moz-inline-box;
	color: #6e6e6e;
	text-decoration:none;
	padding: 0 6px;
}

#navigation_main {
	padding-top:30px;
	text-align: left; 
}

#navigation_main ul li {
	float:left;
	margin-right: 5px;
}

#navigation_main a {
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:26px;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	margin:0 10px 0px 0;
	padding:0 5px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

#navigation_main a span {
	
	white-space:nowrap;
	cursor:pointer;
    color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
	font-weight: bold;
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:26px;
	padding:6px 8px 0 0px;
	margin:0 -8px 0 8px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari #navigation_main a span {
  line-height:1.3;
}

/*Hover Style*/

#navigation_main a:hover, #navigation_main li.active a,
#navigation_main a.dom-button-focus, 
span.button-behavior-hover{
	 background-image:url(../images/nav_bg.gif);
	 background-position:0 0;
	color: #ff8601;
	text-decoration:none;
}

#navigation_main a:hover span, #navigation_main li.active a span {
	 background-image:url(../images/nav_bg.gif);
	 background-position:100% 0;
	 color: #ff8601;
}

a.button:active, a.button:focus span{
	color:#444;
}

#main {
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../images/main_bg.gif) repeat-y right bottom;
	overflow:hidden;
	text-align:left;
}

#page7 #navigation_sub_wrap {
	display:none;
}

#navigation_sub_wrap {
	float: left;
	width: 170px;
}

#navigation_sub  ul{
	width: 170px;
}

#navigation_sub  li {
	background: url(../images/secondnav_bg.gif) no-repeat left bottom;
	width:150px;
	margin-right: 20px;
}

#navigation_sub  li  a{
	text-decoration:none;
	font-size: 11px;
	color: #898989;
	line-height: 25px;
	font-weight: bold;
	display: block;
}



#navigation_sub  ul li  a:hover span, #navigation_sub ul li.active  a  span{
	background: transparent url(../images/secondnav_arrow.gif) no-repeat right center;
	padding-right:10px;
	line-height: 25px;
	color: #5e5e5e;
}

#navigation_sub_related {
	width: 150px;
	margin-right: 20px;
}

#content {
	width:513px;
	float: left;
	padding-right: 19px;
}

#content_full {
	width:683px;
	float: left;
	padding-right: 19px;
}

#content_related {
	width:198px;
	float: right;
	background-color: #f4f4f4;
	background: url(../images/related_bg.jpg) no-repeat top right;
}
#content_related .minimum {
	height: 270px;	
	width:1px;
	float:left;
}

#content_related_inner {
	width:177px;
	float:right;
	padding: 0 10px;
}

#wrap_footer {
	border-top: 3px solid #ff8601;
}

#footer {
	clear:both;
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
	padding: 15px 0;
	font-size: 11px;
	line-height: 14px;
}

/* Kontaktformular */

#kontakt_formular {
	width:410px;
	padding-top: 5px;
}
.form-row {
	clear:both;
	margin-bottom: 8px;
	overflow:hidden;
	position:relative;
}
.text {
	width: 160px;
	font-size: 12px;
	border: 1px solid #ff8601;
	color: #525c53;
	background: url(../images/input_bg.gif) repeat-x bottom #fff;
}

.text_nachricht {
	width: 300px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #ff8601;
	background: url(../images/input_bg.gif) repeat-x bottom #fff;
}

label  {
	float:left;
	font-weight: bold;
	width: 100px;
	padding-top:3px;
}

.required_text {
	float:right;
	padding-top: 7px;
}
.required {
	color: #cc0000;
}
.form-row-radio label {
	width:40px;
	font-weight:normal;
}
.form-row-radio input {
	float:left;
	margin-right:15px;
}

.error label {
	color: #cc0000;
}

.error  .text {
	border: 1px solid #cc0000;	
}

.button {
	color: #fff;
	padding: 1px 5px;
	background: #ff8601;
	border: 1px solid #fca234;
}
.thanks {
	width: 260px;
	font-size: 11px;
	border: 1px solid #bdbcbd;
	border-bottom:0;
	background: url(../images/kontakt_thanks_bg.gif) repeat-x bottom #fff;
	padding: 15px 20px;
}

.tx-lumogooglemaps-pi1 {
	float:right;
	width: 300px;
	margin-left:15px;
}

.box_content {
	border: 1px solid #fca234;
	background: url(../images/related_box.gif) no-repeat bottom right #fff;
	padding:0 8px;
	font-size: 11px;
	margin-bottom: 20px;
}


.box h1 {
	font-size:14px;
	line-height: 30px;
	background: url(../images/related_box_h1_lang.gif) no-repeat top right;
	margin:0;
	padding:0 10px;
	color: #fff;
}

#box_adt img {
	padding-top: 8px;
}

/*
#box_adt h1 {
	line-height: 20px;
	background: url(../images/related_box_h1_2.gif) no-repeat top left;
	font-size:12px;
	padding:0 8px;
	color: #fff;
}
*/
.twocol .c1, .twocol .c2 {
	width: 50%;
	float:left;
}

.c1_content {
	padding-right: 7px;
}

.c2_content {
	padding-left: 7px;0
}

