
/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; } 


li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 11px;
	margin-top: 0px;
	background-color: #82a0b6;
	position: relative;
}
/* @group Layout */
div#outer-wrapper {
	width: 990px;
	left: 50%;
	margin-left: -495px;
	position: absolute;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

div#inner-wrapper {
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #fff;
	border: 0px solid #000;
}

/* @group Headings */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	color: #2a5775;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	color: #2a5775;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;

}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #2a5775;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 60px;
}
h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2a5775;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
ul {
	color: #2a5775;
	font-family: Verdana, Geneva, sans-serif;
	list-style-position: inside;
	list-style-type: circle;
	font-weight: bold;
	line-height: 18px;
}
/* @end */
#topmenu {
	margin: 0px 0px 0px 0px;
	height: 10px;
	width: 990px;
	background-color: #2a5775;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-bottom: 3px solid #fff;
}
/* @end */
#langselect {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
  	padding: 0px 0px 0px 0px;
 	 margin: 28px 0px 0px 0px;
  	vertical-align: bottom;
  	float: right;
}
div#topheader {
	width: 990px;
	height: 127px;
	display: block;	
	clear: both;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
		
}
#topmenu1 {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/menubg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height: 25px;
	width: 990px;
	padding: 0px;
	clear: both;
	border-top: 3px solid #fff;
}
#content { background: #fff; padding: 20px 0 0 0; display: inline-block; overflow: hidden; }
#content { display: block; }
#maincontentsub {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 20px 0 0 15px;
	width: 743px;
	height: 420px;
	overflow: auto;
	float: left;
	border-left: 1px solid #000;
}
#leftcolsubpage {
	width: 187px;			
	float: left;
}
div#bottoms {
	width: 990px;
	height: 144px;
	float: left;
	background-image: url(../images/bottomsbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;

}
div#footer {
	width: 990px;
	background-color: #82a0b6;
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;

}
div#credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 270px;
	padding: 0px 10px 0px 10px;
	color: #ccc;
	float: left;
}
div#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 475px;
	padding: 10px 0px 0px 0px;
	color: #fff;
	float: left;
}
div#logo {
	width: 142px;
	height: 38px;
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 20px;	
}


/* @group Nav menu 1 */
#menu {
	margin: 0px 0px 0px 0px;
	height: 25px;
	width: 800px;
	padding: 0px 0px 0px 187px;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	height: 25px;
} 
#menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
} 
#menu li a 
{
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right: 0px solid #fff;
	width: auto;
	list-style-type: none;
} 
#menu li a:link, #menu li a:visited
{
	color: #fff;
} 
#menu li a:hover
{
	color: #fff;
	background-color: #cc0000;
	display: block;
} 
#menu li act A
{
	color: #fff;
	background-color: #cc0000;
	display: block;
} 
#menu li.menu0-no { 
  	color: #fff;
}
#menu li.act_menu {
  	color: #fff;
	background-color: #cc0000;
	display: block;
}
#menu li.act_menu A {
  	color: #fff;
	background-color: #cc0000;
	display: block;
}
/* @group Nav menu 1 */
#menu1 {
	width: 157px;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	background-color: #fff;
}
#menu1 DIV{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	width: 157px;
	float: left;
	overflow: hidden;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-transform: none;	
}
#menu1 DIV A {
	display: block;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#menu1 DIV A:hover {
	color: #cc0000;
}
#menu1 DIV.menu1-level1-no { 
  color: #000;
  display: block;
  overflow: hidden;
}
#menu1 DIV.menu1-level1-act {
  display: block;
  color: #000;
}
#menu1 DIV.menu1-level1-act A {
  display: block;
  color: #cc0000;
}

a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
} 
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	
}
#footer #copyright a:link, #footer #copyright a:visited {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ccc;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#footer #copyright a:hover {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ccc;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#footer #copyright a:active {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ccc;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
fieldset.csc-mailform {
	border: none;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #164225;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	width: 250px;
	clear: both;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #164225;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	width: 250px;
	height: 100px;
	clear: both;
}
.csc-mailform-submit {
	text-align: center;
	vertical-align: top;
	width: 100px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../images/submit.jpg);
	background-repeat:repeat-x;
	border: 1px solid #ccc;
}
/* powermail css */

div.tx-powermail-pi1 legend {
	display: none;
}
div.tx-powermail-pi1_formwrap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	width: 605px;
}
div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_1  {
	border: none;
	width: 240px;
	display: block;
	border: 0px solid #ccc;
	float: left;
}
div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_2  {
	border: none;
	width: 240px;
	display: block;
	border: 0px solid #ccc;
	float: right;
}
div.tx_powermail_pi1_fieldwrap_html label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	color: #000;
	text-align: left;
	float: left;
	border: 0px solid #ccc;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	clear: both;
}
div.tx_powermail_pi1_fieldwrap_html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 235px;
	border: 0px solid #ccc;
	color: #000;
	text-align: left;
	float: left;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 0px;
	clear: both;
}
div.tx_powermail_pi1_fieldwrap_html input.powermail_kontakt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #000;
	width: 225px;
	float: left;
	clear: both;
}
textarea.powermail_textarea  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #ccc;
	color: #000;
	width: 225px;
	height: 100px;
	float: left;
	clear: both;
}
span.powermail_mandatory {
	color:#FF0000;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	clear: both;
}
div.powermail_mandatory_js {
	color:#FF0000;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 225px;
	text-align: left;
	float: left;
	clear: both;
}
div.tx-powermail-pi1_mandatory ul li {
	color:#FF0000;
	margin: 0px;
	padding: 0px;
}
div.tx-powermail-pi1_confirmation td.powermail_all {
	font-family: Verdana, Geneva, sans-serif;
	width: 250px;
}
div.tx_powermail_pi1_fieldwrap_html_submit input.powermail_kontakt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../images/buttonbg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	width: 120px;
	height: 25px;
	padding: 2px 2px 2px 2px;
	margin: 20px 0px 5px 0px;
	float: left;
	clear: both;
}
div.tx-powermail-pi1_mandatory input.tx-powermail-pi1_mandatory_submit, div.tx-powermail-pi1 input.tx-powermail-pi1_confirmation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	width: 120px;
	height: 25px;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 5px 0px;
	float: left;
	clear: both;
}
/* 2 cols css */
td.c2l1-left {
	vertical-align: top;
	padding-right: 10px;
	border: 0px solid #000;
	height: 100px;
}
td.c2l1-middle {
	vertical-align: top;
	padding-left: 10px;
	border: none;
	height: 100px;
}
/* tables css */
table.contenttable {
	width: 100%;
}
table.contenttable th {
	border-bottom: 1px solid #ccc;
	background-color:#e2e2e2;
	padding: 3px;
	height: 25px;
}
table.contenttable td {
	padding: 3px;
	width: 33%;
	vertical-align: top;
}
table.contenttable tr{
	border-bottom: 1px solid #ccc;
}
/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
div.news-single-item {
	clear: both;
	float: left;
}
hr.clearer {
	clear: both;
	background-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom: 1px solid #fff;
	height: 1px;
}

div.tx-fdfx2cols-pi1 { display: inline-block; position: static !important; }
div.tx-fdfx2cols-pi1 { display: block; }
div.tx-fdfx3cols-pi1 { display: inline-block; positi/on: static !important; _top: 80px; }
div.tx-fdfx3cols-pi1 { display: block; }

div.tx-fdfx2cols-pi1 td { width: 50%; }
div.tx-fdfx3cols-pi1 td { width: 32%; }
 
