﻿/***** © zeta software GmbH 2010
Layout: Lime *****/

/***** TAGS *****/
html {
    overflow-y: scroll;
}
html,body {
    height: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-color:invert;
	outline-width: 0px;
	vertical-align: baseline;
	line-height: 1.6em;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4C4D4C;
	background-color: #171C18;
	background-image: url();
	background-color: transparent;
}
h1 {
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 10px;
	padding-left: 0px; 
	padding-right: 0px; 
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px; 
	font-weight: normal;
	line-height: 24px;
	color: #4C4D4C;
}
h1.no_border {
	border-bottom: medium none; 
	padding-bottom: 10px; 
	padding-left: 0px; 
	padding-right: 0px; 
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 18px; 
	font-weight: normal;
	line-height: 24px;
	color: #4C4D4C;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 17px; 
	font-weight: normal;
	color: #4C4D4C;
}

h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 17px; 
	font-weight: normal;
	color: #4C4D4C;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul {
	margin: 0 0  15px 0px;
	padding: 0;
}
ol {
	margin: 0 0  15px 2px;
	padding: 0;
}
ul li {
	margin: 0 0 0 17px;
	padding: 0 0 5px 0;
	list-style: square;
}
ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	list-style: decimal;
}
table {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}
/***** LINKS *****/
a:link, a:visited, a:hover, a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #171C18;
	text-decoration: none;
}
/***** MAINMENU *****/
#mainmenu {
	position:absolute;
	height: 40px;
	width:auto;
	top: 40px;
	right:0px;
	z-index:100;	
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,
a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	display: block;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 8px;
	float:left;
	text-transform:uppercase;
   	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	color: #EDEDED;
	background-image: url(none);
	background-color: transparent;
	border: 1px solid #171C18;
}

a.topmenu:hover {    
   	color: #FF6633;
	background-color: #212723;
	background-image: url(none);
	border: 1px solid transparent;

}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {    
   	color: #EDEDED;
	background-color: #212723;
	background-image: url(none);
	border: 1px solid #FF6633;

}

/***** SUBMENU 1 *****/
#submenu1 {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#submenu1 ul {
	margin: 0 0 15px 0px;
	list-style: none;
}

#submenu1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a.subnav1:link, a.subnav1:visited, a.subnav1:active, a.subnav1active:link, a.subnav1active:visited, a.subnav1active:active {
	padding-bottom: 5px; 
	margin: 0px 10px; 
	padding-left: 25px; 
	padding-right: 0px;
	display: block;
	background: url(../_media/stock-images/arrow.png) no-repeat 5px 50%; 
	padding-top: 5px;
	text-decoration: none;
	
	font-size: 12px;
	color: #363d38;
	background-color: transparent;
	border-bottom: 1px dotted #ccc;

}
a.subnav1:hover, a.subnav1active:hover {
	color: #FF6633;
	background-color: transparent;
	background-image: url(../_media/stock-images/arrow.png);
	border-bottom: 1px dotted #ccc;

}
a.subnav1active:link, a.subnav1active:visited, a.subnav1active:active {	
	color: #FF6633;
	background-color: transparent;
	background-image: url(../_media/stock-images/arrow.png);
	border-bottom: 1px dotted #ccc;
}

/***** SUBMENU 2 *****/
a.subnav2:link, a.subnav2:visited, a.subnav2:active, a.subnav2active:link, a.subnav2active:visited, a.subnav2active:active {
	padding-bottom: 2px; 
	margin: 0px 10px; 
	padding-left: 35px; 
	padding-right: 0px;
	display: block;
	padding-top: 2px;
	
	background: url(../_media/stock-images/dot.png) no-repeat 25px 50%; 
	text-decoration: none;
	
	font-size: 12px;
	color: #363d38;
	background-color: transparent;
	border-bottom: 1px dotted #ccc;

}
a.subnav2:hover, a.subnav2active:hover {
	color: #FF6633;
	background-color: transparent;
	background-image: url(../_media/stock-images/dot.png);
	border-bottom: 1px dotted #ccc;
}
a.subnav2active:link, a.subnav2active:visited, a.subnav2active:active {
	color: #FF6633;
	background-color: transparent;
	background-image: url(../_media/stock-images/dot.png);
	border-bottom: 1px dotted #ccc;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** LAYOUT *****/
#master_wrapper {
    padding: 0;
    min-width: 1000px;
    height: auto;
    min-height: 100%;
    position: relative;
    margin: 0px auto;
}

#header_wrapper {
	position: relative;
	min-width: 1000px;
	min-height: 200px;
}

#content_wrapper {
	position: relative;
	min-width: 1000px;
	padding: 45px 0px 80px 0px;
}

#footer_wrapper {
	position:absolute;
	width: 100%;
	bottom:0px;
	padding-bottom: 20px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #FFC0CB;
	background-color: #171C18;
}

/***** EXTRAMENU *****/
#footer #xmenu {
	position: relative; 
	margin: 0px auto; 
	padding-left: 10px; 
	padding-bottom: 8px; 
	padding-top: 8px; 
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	z-index: 10;
	float:left;
}
#footer #xmenu a:link, #xmenu a:visited, #xmenu a:active {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;

}

#footer #xmenu a:hover {
	color: #CF2D5C;
	background-color: transparent;
	text-decoration: underline;

}

/***** HEADER *****/
#header_top {
	min-height:110px;
	background-color:#171C18;
}
#header_bottom
{
	border-top-style:solid;
	border-top-width:1px;
	border-color: #FFFFFF;
	height:auto;
	min-height:90px;
	background: url(../_media/stock-images/headerbottom_alpha.png) repeat-x #FF6633; /* #96DB56 */
}
 
.header_content_inner
{
	position:relative; 
	margin: 0px auto;
	padding-left: 10px;
	width: 960px;
	display:block;
}

#header_webname_position
{
	position: relative;
	width: 430px;
	height: 110px;
	top: 0px;
	cursor:pointer;
	text-decoration: none;
	z-index:100;
}
#logo
{
	display: block;
	position:relative;
	float:left;
	top:20px;
	left:0px;
}
#header_webname
{
	display: block;
	position:relative;
	top:24px;
	left:10px;
	text-decoration: none;
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	line-height: 35px;
	letter-spacing: 2px;
}
#header_webname_noslogan
{
	display: block;
	position:relative;
	top: 38px;
	left:0px;
	text-decoration: none;
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	line-height: 35px;
	letter-spacing: 2px;

}
#slogan {
	display: block;
	position:relative;
	left:12px;
	top:27px;
	text-align: left;
	text-decoration: none;
	z-index:4;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #CF2D5C;
	line-height: 19px;
	letter-spacing: 2px;

}

/***** MAIN COLUMN *****/
#main {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	height: auto;
	background-color: transparent;
	overflow: hidden;
}
#main ol, #main ul {
	margin-left: 15px;
	margin-right: 15px;
}
/***** TEASER *****/
#banner,#afterlogo,#aftermenu,#afterfooter {
	font-size: 11px;
	color: #ffffff;
}

.teaser-headline {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	display: block;
}
#banner {
	padding-top: 10px;
	padding-bottom: 10px;
}
#afterlogo {
	border-top-style:solid;
	border-top-width:1px;
	border-color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	background: url(../_media/stock-images/headerbottom_alpha.png) repeat-x 0 bottom #FF6633;
}
#aftermenu {
}
#beforenews {
}
#afternews {
}
#afterfooter {
	position:relative;
	width: 980px;
	padding-bottom: 0px; 
	margin: 0px auto; 
	padding-top: 0px;
}
#banner p, #afterlogo p, #aftermenu p, #beforenews p, #afternews p, #afterfooter p, .teasertext p {
	margin: 0;
	padding: 0;
}
#banner img, #afterlogo img, #aftermenu img, #beforenews img, #afternews img, #afterfooter img {
	display: block;
}
.teasertext {
	margin: 0;
	padding: 15px 15px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.greenline{
	color:#6FB42F;
	background-color:#6FB42F;
	height:1px;
	width:100%;
	border:0;
	
}
/***** SIDEBAR *****/
#sidebar {
	position: relative; 
	width: 280px; 
	float: right;
	background: url(../_media/stock-images/sidebar_bg_begin.png) no-repeat 0px 0px;
}
#sidebar_inner_wrap {
	padding-bottom: 60px; 
	background: url(../_media/stock-images/sidebar_bg_end.png) no-repeat 0px 100%;
}
#sidebar p {
	padding-bottom: 0px;
}
#sidebar h1 {
	font-size: 23px;
	font-weight: normal;
	color: #FF6600;
	/* border-bottom: #d8d8d8 1px solid; */
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 5px; 
	padding-left: 50px; 
	padding-right: 0px; 
	margin-bottom: 10px; 
	padding-top: 10px;
}

#sidebar .submenu1heading
{
	font-size: 23px;
	font-weight: normal;
	color: #FF6600;
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 10px; 
	padding-left: 50px; 
	padding-right: 0px; 
	margin-bottom: 10px; 
	padding-top: 10px;

	background: url(../_media/stock-images/signpost.png) no-repeat 15px 6px
}

#sidebar .sidebarheading {
	font-size: 23px;
	font-weight: normal;
	color: #FF6600;
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 5px; 
	padding-left: 50px; 
	padding-right: 0px; 
	margin-bottom: 10px; 
	padding-top: 10px;
	
	background: url(../_media/stock-images/bullet_square_green.png) no-repeat 14px 6px;
}

#sidebar .sidebarheadingnoimage {
	font-size: 23px;
	font-weight: normal;
	color: #FF6600;
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 5px; 
	padding-left: 15px; 
	padding-right: 0px; 
	margin-bottom: 10px; 
	padding-top: 10px;
}

/***** NEWS *****/
#newsbox .heading
{
	font-size: 23px;
	font-weight: normal;
	color: #FF6600;
	border-bottom: #EDEDED 1px solid; 
	padding-bottom: 5px; 
	padding-left: 50px; 
	padding-right: 0px; 
	margin-bottom: 10px; 
	padding-top: 10px;

	background: url(../_media/stock-images/newspaper.png) no-repeat 15px 6px;
}

#newsbox h2
{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #4C4D4C;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	/* letter-spacing:4px; */
}

.new {
	color: #333333;
	font-size: 14px;
}
.newsblock {
	margin: 0 0 0 15px;
	padding: 7px 0 10px 0px;
	height: auto;
}
.newstext {
	height: auto;
	display: block;
	margin: 0px 10px;
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	color: #4C4D4C;
}
.newstext p {
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
}
/***** FOOTER *****/
#footer {
	position:relative;
	width: 1000px;
	padding-bottom: 0px; 
	margin: 0px auto; 
	padding-top: 0px;
}
#footer p {
	position: relative; 
	padding-bottom: 8px; 
	line-height: 15px;
	margin: 0px auto; 
	padding-left: 36px; 
	padding-right: 36px; 
	color: #EDEDED;
	font-size: 11px; 
	padding-top: 8px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #CF2D5C;
}
#copy {
	position: relative;
	padding-bottom: 8px; 
	margin: 0px auto; 
	padding-left: 0px; 
	padding-right: 10px; 
	color: #EDEDED; 
	font-size: 11px; 
	padding-top: 8px;
	text-align:right;
	float:right;
}

/***** SEARCH *****/
#search_wrapper
{
	position:absolute;
	right:0px;
	top:20px;
}

.searchform {
	border: none;
}

#fieldset {
	overflow: hidden;
	margin: 0;
	border: none;
	white-space: nowrap;
}
#field {
	color: #666666;
	height: 24px;
	padding: 8px 0px 0px 5px;
	margin: 0 0 0 0;
	border: 1px solid #C7CBCA;
	vertical-align:middle;
	background-color: #FFFFFF;
	font-size: 14px;
	width: 280px;
	background: url(../_media/stock-images/searchbox_bg.png) #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#button_suche {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	top: 12px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
input.btn {
	padding: 0;
	margin: 0;
	font-family: Arial;
	color: #646564;
	font-size: 14px;
	height: 30px;
	border: 1px solid #2a302b;
	background-color:#171C18
}
input.btnhover {
	padding: 0;
	margin: 0;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
	border: 1px solid #2a302b;
	background-color:#212723;
	cursor:pointer;
}
/***** CONTENT *****/
#content {
	margin: 0px auto;
	position: relative;
	width: 940px;
	background: url(../_media/stock-images/content_bg.png) transparent no-repeat 0px 0px; 	
	padding-bottom: 20px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 20px;
}

#page {
	position: relative;
	width: 620px;
	float: left;
}

/***** ARTICLES *****/
.articlearea {
	margin: 0 0 20px 0px;
	padding: 0;
	line-height: 19px;
}
.bildunterschrift {
	display: block;
	padding-top: 6px;
	font-size: 10px;
	color: #888888;
}
/***** BILDERGALERIE *****/
.galerie {
	margin: 0;
	padding: 15px 0 0 0;
	border-style: none;
	background: transparent;
}
/***** FORM *****/
form {
	border: none;
	padding: 0;
	margin: 5px 0 0 0;
}
#formular {
	margin: 0;
	padding: 0;
}
#formular p {
	margin: 0;
	padding: 0;
}
#formular table {
	margin: 0;
	padding: 0;
	border: 0 transparent none;
	background-color: transparent;
}
#formular td {
	white-space: nowrap;
	vertical-align: middle;
	padding: 5px 10px 5px 5px;
	margin: 0;
}
#formular input {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#formular textarea {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#formular .label, #formular .desc {
	padding: 1px 15px 1px 0px;
	background-color:transparent;
}
#formular .submit {
	padding: 1px 15px 10px 0px;
	background-color:transparent;
}
.separator {
	padding: 0;
	margin: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #4C4D4C;
}
#formular .multiline {
	padding: 8px 15px 1px 0px;
	vertical-align: top;
}
.desc {
	padding: 4px 15px 4px 0px;
}

/***** 2COLUMN ARTICLE *****/
.columntd1 {
	width:50%;
	padding-right:10px; 
	border-right-color: #d8d8d8;  
	border-right-style:solid; 
	border-right-width:1px;
}

.columntd2 {
	padding-left:10px;
}
/***** DATABASE *****/
.db_table {
	margin: 13px 0 0 0;
	padding: 0;
	width: 100%;
}
.dbheader {
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: #0070c3;
}
.dbrow1, .dbrow2 {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}
.dbrow2 {
	background: #d7e7f7;
}
.dbrow1 {
	background: #e6f0fa;
}
/***** BREADCRUMB *****/
#breadcrumb {
	position:absolute;
	overflow: hidden;
	margin: 0 0 0 0px;
	padding: 45px 0px;
	color: #ffffff;
	font-size: 12px;
}

#breadcrumb a{
	color: #ffffff;
}

#breadcrumb a:hover, a:active{
	color: #171C18;
}
/***** FLASH *****/
#flashcontent {
	margin: 0;
	padding: 0;
}
/***** ZP *****/
.zp {
	color: #EDEDED !important;
	text-decoration: none !important;
}
/***** CLEAR *****/
.clear {
	clear: both
}
.clearfix:after {
	line-height: 0;
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: "."
}
.clearfix {
	display: block
}
HTML[xmlns] .clearfix {
	display: block
}
* HTML .clearfix {
	height: 1%
}

.clearx {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/***** PRINT *****/
#print {
	display: none;
}

