/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Lukon Verlag / Glas / Basic CSS
	März 2008 / Roland Stern / S2 intermedia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body{
	margin: 0;
	padding: 0;
	
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

html[xmlns] {
	height: 100%;
	padding-bottom: 0.005em;
}

h1,h2,h3,h4,h5,p,img,ul,li,form{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,p{
	margin-bottom: 10px;	
}

ul{
	list-style-type: square;
	margin: 6px 0px 15px 14px;
	padding-left: 0px;
}

* {
	font-size: 11px;
}

a img{
	border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Clearfix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clearfix {
	min-height:1%;
}
* html .clearfix {
	height:1%;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:1px;
	height:0pt;
	visibility:hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#global-wrapper{
	width: 958px;
	margin: auto;
	margin-top: 20px;
	position: relative;
	left: -1px;
}

div#global-wrapper *{
	text-align: left;
}

h1{
	font-size: 13px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px 0px 20px 0px;
}

h2{
	font-size: 11px; /* vorher 13px */
	font-weight: bold;
	line-height: 14px;
	/*margin: 0px 60px 15px 20px;*/
	margin: 0px 0px 15px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#header-zone{
	border: 1px solid;
	border-bottom: none;
	width: 956px;
	float: left;
}

div#header-wrap{
	margin: 9px 9px 0px 10px;
	border: 1px solid;
	border-bottom: none;
	padding: 17px;
	background-repeat: no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Company
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.company-name h1 a,
div.company-name h1{
	margin: 7px 0px 5px 0px;
	line-height: 23px;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

div.company-name h1 a:hover{
	text-decoration: underline;
}

div.company-head{
	font-weight: bold;
	line-height: 23px;
	font-size: 15px!important;
	margin-bottom: 13px;
}

div.company-head *{
	font-size: 15px!important;
}

div.company-address{
	margin-right: 52px;
	height: 120px;
	/*
position: absolute;
	top: 28px;
	left: 260px;
*/
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

div.company-tel-wrapper{
	float: left;
}

div.company-tel{
	/*
position: absolute;
	top: 28px;
	left: 416px;
*/
	position: relative;
	top: 0px;
	left: 0px;
}

div.company-fax{
	/*
position: absolute;
	top: 46px;
	left: 416px;
*/
	position: relative;
	top: 0px;
	left: 0px;
}

div.company-times{
	/*
position: absolute;
	top: 10px;
	left: 728px;
*/
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	margin-right: 40px;
	margin-top: -20px;
	margin-bottom: 20px;
	display: inline;
	width: 175px;
}

div.company-logo{
	float: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation-Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#navigation-zone{
	width: 205px;
	float: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation-Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.navigation-main ul{
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	list-style: none;
}

div.navigation-main ul li{
	margin-bottom: 4px;
}

div.navigation-main ul li a{
	text-decoration: none;
}
div.navigation-main ul li a#sub-active,
div.navigation-main ul li a#main-active,
div.navigation-main ul li a:hover,
div.navigation-main ul li a#active{
	font-weight: bold;
}

div.navigation-main ul li ul{
	margin: 0px;
	padding-left: 12px;
	padding-top: 4px; /* vorher 0px */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation-Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.navigation-service{
	width: 218px;
	float: left;
	margin-right: 30px;
	line-height: normal;
}

div.navigation-service ul{
	margin: 2px 0px 0px 0px;
	padding-left: 18px;
	list-style: none;
}

div.navigation-service ul li{
	margin-bottom: 5px;
}

div.navigation-service ul li a{
	text-decoration: none;
}

div.navigation-service ul li a:hover{
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content-Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#content-zone{
	float: left;
	width: 958px;
	background-repeat: repeat-y;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content-Main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.content-main{
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 14px; /* vorher 25px */
}

div.content-main a{
	text-decoration: none;
}

div.content-main a:hover{
	text-decoration: underline;
}

div.content-main p.bodytext{
	margin-top: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content-Wrap
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.content-wrap{
	width: 468px;
	float: left;
	margin-left: 12px;
	padding-bottom: 39px;
}

div.content-wrap-right div.claim{
	text-align: center!important;
}

div.content-wrap p{
	margin: 14px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content-Wrap-Left
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.content-wrap-left{
	width: 218px;
	float: left;
	padding-left: 12px;
	position: relative;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content-Wrap-Right
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.content-wrap-right{
	float: left;
	width: 237px;
	padding-right: 11px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Context-Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#context-zone{
	margin-top: 42px;
	margin-left: 20px;
	margin-right: 60px;
}

div#context-zone a{
	text-decoration: none;
	font-weight: bold;
}

div#context-zone a:hover{
	text-decoration: underline;
}

div#context-zone h2{ 
	margin: 0px 0px 15px 0px;
}

div#context-zone p{
	margin-bottom: 53px;
}

div#context-zone strong a{
	font-size: 13px;
	line-height: 14px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Claim-Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer-Zone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#footer-zone{
	float: left;
	width: 934px;
	height: auto;
	background: url(../gfx/footer_weissenborn.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 12px 12px 12px;
	color: #FFFFFF;
	line-height: 18px;
	position: relative;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Extension / s2_formtomail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.formular dl dt,
div.formular dl dd,
div.formular h2{
	height: auto;
	float: none;
}

div.formular dl dt{
	width: auto!important;
	font-weight: bold;
	padding-top: 10px;
}

div.formular dl dd{
	
}

div.formular dl dd.formular-radio{
	font-weight: bold;	
}


div.formular dl dd.formular-input input,
div.formular dl dd.formular-textarea textarea,
div.formular dl dd.formular-input textarea{
	width: 250px!important;
	border: 1px solid #8F8F94;
}

div.formular dl dd.formular-input textarea{
	width: 350px!important;
}

div.formular dl dd.formular-submit input{
	border: 1px solid #8F8F94;
	background-color: #FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Extension / index_search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.search-zone {
	
}

div.search-zone ul{
	margin: 0px!important;	
	padding: 0px!important;
}

div.tx-indexedsearch-zone label {
	width: 100px!important;
}

div.tx-indexedsearch-zone input {
	width: 249px!important;
}
div.tx-indexedsearch-search-submit input {
	margin-top: 5px;
	width: auto!important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	To-Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */