/*GLOBAL*/

h1 {
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: rgb(23,49,72);
	font-size: 20px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
h2 {
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: rgb(23,49,72);
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 130%;
}
h3 {
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: rgb(23,49,72);
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height: 130%;
}
p {
	margin:0px 0 12px 0;
	display: block;
}
h1{
	margin:2px 0 12px 0;
}

h2, h3 {
	margin:27px 0 12px 0;
}
b, strong{
	color: rgb(23,49,72);
	font-weight:bold;
}
hr {
	height:0px; 
    border:0px; 
	border-top:1px solid rgb(205,205,200);
	margin: 2% 0 2% 0;
}

/*LAYOUT*/
#page {
	float:left;
	height:auto;
	clear:both;
	width:960px;
	overflow:hidden;
	margin-top:30px;
	position:relative;
}

#col1 {
	float: left;
	width:180px;
}
#navcontainer {
	float:left;
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: rgb(23,49,72);
	z-index: 4;
	position:relative;
	width: 180px;
	margin-left:1px;
	margin-bottom: 1em;
	overflow:hidden;
}

#col2 {
	float:right; 
	width:211px;
}
#block-container {
	float:right;
	width:211px;
	z-index: 2;
	position:relative;
}

#col3 {
	width:auto;
	margin-left: 215px;
	_margin-left: 213px;
	margin-right: 245px;
}
#page-content {
	width: auto;
	height: auto;
	z-index: 6;
	line-height: 130%;
	margin-bottom: 1em;
	position:relative;
}

/*NAVIGATION*/

#navcontainer a {
	text-decoration: none;
	color: rgb(23,49,72);
}
#navcontainer a:hover {
	text-decoration: none;
	color: rgb(45,143,255);
}
#navcontainer ul {
	margin: 0;
	padding: 0;	
	
}
#navcontainer a.menu-1 {
	display: block;
	padding: 4px 5px 4px 25px;
	_padding: 3px 5px 3px 25px;
	text-decoration: none;
	width: 100%;
	border-top:1px solid rgb(205,205,200);
	margin: 0;
	overflow:hidden;
	
}
#navcontainer a.menu-2 {
	display: block;
	padding: 4px 5px 4px 40px;
	_padding: 3px 5px 3px 40px;
	text-decoration: none;
	width: 100%;
	border-top:1px solid rgb(205,205,200);
	margin: 0;
	background-color:rgb(246,250,250);
	overflow:hidden;
}
#navcontainer a.menu-3 {
	display: block;
	padding: 4px 5px 4px 55px;
	_padding: 3px 5px 3px 55px;
	text-decoration: none;
	width: 100%;
	border-top:1px solid rgb(205,205,200);
	margin: 0;
	background-color:rgb(246,250,250);
	overflow:hidden;
}
.menu-parent {	
	font-weight:bold;
}

.menu-current {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
}
#navcontainer .navlastline{
	margin: 0;
	padding: 0;
	border-top:1px solid rgb(205,205,200);
	width: 180px;
}


/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none } 
	
	* html .hold_floats {height: 1%;}


/* ######################################################################################################
** ### IE-Clearing ######################################################################################
** ######################################################################################################
**
** Die CSS-Definition des IE-Clearings, welches bis YAML 2.4 verwendet wurde, ist aus Gründen der 
** Abwärtskompatibilität des Basis-Stylesheets weiterhin enthalten.
*/
	/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
	hr.clear_columns {	
		clear: both; 
		float: left; 
		content: "."; 
		display: block;  
		height: 0; 
		line-height: 0px; 
		visibility: hidden; 
		border: 0; 
		padding: 0;
		margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
	}
	
/*BLOCK RIGHT*/

.block-right-text {
	width:100%;
	background-color:white;
	float:right;
}
.block-right-text img{
	border:1px solid rgb(200,200,200);
}
.block-right-text div {
	padding:10px;
	background-color:rgb(244,248,248);
	display:inline-block;
}
.block-right-text div a{
	display:inline-block; 
	background-image: url(../img/ico_link.gif);
	padding-left:18px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
}


/*BODY*/

body {
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: black;
	font-size: 11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	margin-left:10px;
	margin-top:10px;
	padding-top:0px;
	padding-left:0px;
}
body a {
	color:rgb(0,90,150); 

	text-decoration:none;
}
body a:hover {
	color: rgb(45,143,255);
	text-decoration:none;
}
body a b{
	color:rgb(0,90,150); 

	text-decoration:none;
}
body a:hover b{
	color: rgb(45,143,255);
	text-decoration:none;
}
body font {
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: black;
	font-size: 11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
#page-content a { 
	display:inline-block; 
	background-image: url(../img/ico_link.gif);
	padding-left:18px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
	margin:0 5px 0 5px;
	line-height: 130%;
}
#page-content td a {
	display:inline-block; 
	background-image: url(../img/ico_link.gif);
	padding-left:18px; 
	background-repeat:no-repeat; 
	background-position:center left; 
	border:0px;
	margin:0 5px 0 5px;
	line-height: 130%;
}
#page-content td a:hover {
	color: rgb(45,143,255);
	text-decoration:none;
	line-height: 130%;
}
#page-content .line a{
	display:inline-block; 
	background-image: none;
	padding-left:5px; 
	border:0;
	margin:0;
}

/*CONTENT*/

#theaser-2col {
	float: left; 
	width:100%;
	padding: 8px 1px 0 0px;
  	margin: 10px -1px 0 0px;
	margin-top:20px;
  	overflow: hidden;
	border-top:1px solid rgb(200,200,200);
/*	background-color:rgb(244,248,248);
	
	border-bottom:1px solid rgb(200,200,200);*/
}
.theaser-2col {
	float: left; 
	width:100%;
	padding: 8px 1px 0 0px;
  	margin: 10px -1px 0 0px;
	margin-top:20px;
  	overflow: hidden;
	border-top:1px solid rgb(200,200,200);
/*	background-color:rgb(244,248,248);
	
	border-bottom:1px solid rgb(200,200,200);*/
}
#theaser-2col-downloadgallery {
	float: left; 
	width:100%;
	padding:0;
  	margin: 0;
  	overflow: hidden;
/*	background-color:rgb(244,248,248);
	border-top:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);*/
}
#theaser-2col-left {
	float: left; 
	width:33.333%;
	overflow: hidden;
}
#theaser-2col-right {
	float: right; 
	width: 66.666%;
	overflow: hidden;
}
#theaser-2col-right h2, h3 {
	margin: 0px 0 12px 0;
}
#theaser-2col-right p {
	margin: 0px 0 5px 0;
}
#theaser-2col-left img{
	border:1px solid rgb(200,200,200);
}
#theaser-2col-right a {
	display:inline-block; 
	background-image: url(../img/ico_link.gif);
	padding-left:20px; 
	background-repeat:no-repeat; 
	background-position:left 2px; 
	_background-position:center left; 
	border:0px;
	margin:0 5px 0 0px;
}

/*HEADER*/

.header {
	float:left;
	clear:both;
	width:960px;
	z-index: 100;
	overflow:hidden;
	_margin-bottom:10px;
	position:relative;
}

.header-pic {
	float:left;
	clear:left;
	width:960px;
	height:137px;
	overflow:hidden;
	
}
.header-pic-logo {
	float:left;
	width:323px;
	overflow:hidden;
	margin-left:0px;
	margin-right:3px;
}
.header-pic-headerer {
	float:left;
	width:634px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
}


/*header NAV*/

.header-topnav {
	float:left;
	clear:left;
	width:960px;
	height:15px;
	_height:15px;
	background-color:rgb(185,188,190);
	z-index:1;
	padding-top:6px;
	padding-bottom:3px;
	padding-left:18px;
	margin-top:6px;
}
.header-topnav-content {
	float:right;
	color:rgb(255,255,255);
	margin-right:50px
}
.header-topnav-content a {
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:rgb(255,255,255);
	text-decoration:none;
}
.header-topnav-content a:hover {
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color: black;
	text-decoration:none;
}


/*FOOTER*/
#foot {
	float:left;
	padding-top:15px;
	width:960px;
	z-index:1;
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:rgb(120,120,120);
	margin-bottom:20px;
	margin-top:20px;
}

#foot a {
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:rgb(120,120,120);
	text-decoration:none;
	margin-right:6px;
}
#foot a:hover {
	color: rgb(45,143,255);
	text-decoration:none;

}
#foot-top {
	padding-left:215px;
	padding-right: 250px;
	z-index:1;
}
#foot-top-left {
	float:left;
	z-index:1;
}
#foot-top-right {
	float:right;
	z-index:1;
}
#foot-bottom-line {
	width:960px;
	margin-top:4px;
	_margin-top:-10px;
	margin-bottom:6px;
	_margin-bottom:4px;
	border-bottom:1px solid rgb(200,200,200);
}
#foot-bottom {
	padding-left:215px;
	padding-right: 250px;
	z-index:1;
}
#foot-bottom-left {
	float:left;
	color:rgb(120,120,120);
	text-decoration:none;
	margin-right:20px;
}
#foot-bottom-right {
	float:right;
	z-index:1;	
}

