/*################################## Allgemein ################################## */

* { 
	margin:0px; 
	font-family: Verdana;
	font-size: 11px;
}
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
a:focus { color:#000000; text-decoration:underline; }

a.standard { color:#000000;font-weight:bold; text-decoration:underline; }
a.standard:hover { color:#000000; font-weight:bold; text-decoration:underline; }

/* T3_link-definitionen */
a.download, a.internal-link { color:#000000;font-weight:bold; text-decoration:underline; }
a.download:hover, , a.internal-link:hover { color:#000000; font-weight:bold; text-decoration:underline; }
a.download:visited, , a.internal-link:visited { color:#000000; font-weight:bold; text-decoration:underline; }

td {
	vertical-align: text-top;
	
}

.inp { 
	height: 18px;
	font-size: 10px;
}
body {
	background-color:white;
	height:100%;
	font-size:10px;
	font-family:Verdana;
}

#frame {
	height:100%;
	width:100%;
	
	top:0px;
	border:0px solid green;
}

#top {
	border:0px solid red;
	height:145px;
}


#header {
	padding:18px 45px 17px 30px;
	border:0px solid red;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #6F9CB1;
	height: 30px;
}	

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #6F9CB1;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #6F9CB1;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #6F9CB1;
}
h5 {
	font-weight: bold;
	font-size: 11px;
	color: #6F9CB1;
}
h6 {
	font-weight: bold;
	font-size: 10px;
	color: #6F9CB1;
}

#logo {
}
#motto {
	position:absolute;
	right:108px;
	top:79px;
	text-align:right;
	width:171px;
}
#langpack {
	position:absolute;
	right:45px;
	top:78px;
	text-align:right;
	border:0px solid red;
	width:100px;
}
* html #langpack {
	right: 31px;
}
#langpack a {
	text-decoration: none;
	color: #6F9CB1;
}
#langpack a:hover {
	text-decoration: underline;
}
#zlogin {
	position:absolute;
	right:227px;
	top:55px;
	text-align:right;
	border:0px solid red;
	width:50px;
}
* html #zlogin {
	right:26px;
	top:53px;
}
#search {
	position:absolute;
	right:27px;
	top:15px;
	text-align:right;
	border:0px solid red;
	width:250px;

}
.searchimg {
	background: url(../img/suchen.jpg) no-repeat;
	width: 55px;
	height: 17px;
}
.searchimg:hover {
	background: url(../img/suchen_mo.jpg) no-repeat;
}
#support
{
	position: absolute;
	right: 44px;
	top:45px;
}
#main {
	clear: both;
	position: absolute;
	background-color:white;
	top: 164px;
	width:700px;
	padding-left:55px;
	padding-top:30px;
	padding-right:0px;
	border: 0px solid red;
}

.headline {
	border:0px solid red;
	color: #6F9CB1;
	font-weight: bold;
	font-size: 18px;
}


/*################################## CONTENT ################################## */

/*############ HOME ############ */
#hclefthead {
	position: absolute;
	top: 17px;
	width: 362px;
	float: left;
	height: 40px;
	left: 83px;
}
#hclefthead p.bodytext {
	font-weight: bold;
	font-size: 17px;
	color: #6F9CB1;
}
#hcleft {
	position: absolute;
	top: 105px;
	width: 362px;
	float: left;
	height: 400px;
}
* html #hcleft {
	left: 56px;
}
#postfach {
	position: relative;
	top: 270px;
	left: 29px;
	float: left;
}
#hcright {
	position: absolute;
	top: 17px;
	left: 447px;
	width: 525px;
}
#hcright_info {
	position: relative;
	top:270px;
	left: 190px;
	width: 259px;
	float: left;
	border: 1px solid #6F9CB1;
}
#hcright_info #hcihead {
	background-color:#6F9CB1; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding:5px 3px 5px 15px;
}

#hcright_info #hcitxt {
	padding:5px 3px 10px 15px;
}

#hcright_pic {
	position: relative;
	top: 270px;
	left: 140px;
	float: right;
}
* html #hcright_pic {
	left: 180px;
}

/*############ TEMPLATES ############ */
.content_all {
	border:0px solid red;
	font-size:11px;
	width:920px;
}
#cleft {
	position: relative;
	top: 0px;
	width: 650px;
	float: left;
	border: 0px solid red;
}
#ccenter {
	position: relative;
	top: 10px;
	width: 20px;
	float: left;
}
#cright_info {
	position: absolute;
	top: 30px;
	left: 727px;
	width: 260px;
	border: 1px solid #6F9CB1;
}
#cright_info #cihead {
	background-color:#6F9CB1; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding:5px 5px 5px 15px;
}
#cright_info #citxt {
	padding:5px 5px 10px 15px;
}
#cright_pic {
	position: absolute;
	top: 30px;
	left: 727px;
}
#cpress {
	position: relative;
	top: 25px;
	width:950px;
	border: 0px solid black;
}
.csc-caption
{
	color:grey;
	font-size: 9px;
	margin-top:5px;
	text-align:left;
}
/* ### Unternehmensbereich ### */
#gftxt {
	position: relative;
	top: 25px;
	width:850px;
	border: 0px solid black;
}
#picrow {
	position: relative;
	top: 35px;
	clear: both;
	height: 145px;
	width: 850px;
}
#picrow1 {
	position: relative;
	top: 55px;
	clear: both;
	height: 145px;
	width: 850px;
}
#gf1 {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#gf1txt {
	position: relative;
	left: 10px;
	width: 250px;
	height: 140px;
	float: left;
}
#gf2 {
	position: relative;
	top: 0px;
	left: 50px;
	float: left;
}
#gf2txt {
	position: relative;
	top: 0px;
	left: 60px;
	width: 250px;
	height: 140px;
	float: left;
}
/* #### Gallery ###  */
#grow {
	position: relative;
	top: 35px;
	clear: both;
	height: 295px;
	width: 650px;
}
#gtxt {
	position: relative;
	top: 25px;
	width:650px;
	border: 0px solid black;
}
#gpic1 {
	position: relative;
	top: 12px;
	left: 0px;
	width: 313px;
	float: left;
}
#gpic2 {
	position: relative;
	top: 12px;
	left: 30px;
	width: 313px;
	float: left;
}


/*################################## Service - NAVIGATION ################################## */
#service {
	position:absolute;
	right:0px;
	text-align:right;	
	height:17px;
	width:245px;
	float:left;
	z-index: 12;
}
* html #service {
	right: 220px;
}
#service ul
{
	position: absolute; 
	top: 0px;
	bottom: 0px;
	height: 17px;
	padding-left: 0;
	margin-left: 0;
	background-color: #DAE2E4;
	color: #313131;
	float: left;
	font: bold 11px Arial;
}
 
#service ul li { display: inline; }

#service ul li a
{
	padding: 2px 9px;
	height: 17px;
	color: #7EACBF;
	text-decoration: none;
	float: left;
	border-left: 1px solid #7EACBF;
	font: bold 11px Arial;
}
* html #service ul li a {
	padding: 0px 9px;
}
#service ul li span.bord
{
	border-left: 1px solid #7EACBF;
	height: 17px;
	width: 1px;
	font-size: 16px;
	color: #DAE2E4;
	float: left;
}
#service ul li a:hover
{
	background-color: #7EACBF;
	color: white;
	font: bold 11px Arial;
}

/*################################## NAVIGATION ################################## */
#navi {
	position:absolute;
	top:108px;
	height:35px;
	left:0px;
	width:100%;
	z-index: 10;
}

.navline
{
	position: absolute;
	border-top:1px solid #7EACBF;
	border-bottom:1px solid #7EACBF;
	background-color:#DAE2E4;
	overflow:hidden;
	height: 17px;
	width: 100%;
}

#navcontainer ul
{
	position: absolute; 
	top: 1px;
	bottom: 0px;
	height: 17px;
	left: 56px;
	padding-left: 0;
	margin-left: 0;
	background-color: #DAE2E4;
	color: #313131;
	float: left;
}
.navline2
{
	position: relative;
	top: 19px;
	height: 17px;
	width: 100%;
	border-bottom:1px solid #959595;
	overflow:hidden;
}

#navcontainer2 ul
{
	position: relative; 
	left: 56px;
	top: 1px;
	padding-left: 0;
	margin-left: 0;
	background-color: white;
	color: #313131;
	float: left;
}
* html #navcontainer2 ul {
	top: 0px;
}
.navline3
{
	position: relative;
	top: 19px;
	height: 17px;
	border-bottom:1px solid #959595;
	overflow:hidden;
	width: 100%;
}
#navcontainer3 ul
{
	position: relative; 
	left: 56px;
	top: 1px;
	padding-left: 0;
	margin-left: 0;
	background-color: white;
	color: #313131;
	float: left;
	width: 750px;
	font: bold 11px Verdana;
}
* html #navcontainer3 ul {
	top: 0px;
}
#navcontainer ul li { display: inline; 	height: 20px;}
#navcontainer2 ul li { display: inline; }  
#navcontainer3 ul li { display: inline; } 

#navcontainer ul li a
{
	padding: 2px 9px;
	height: 17px;
	color: #313131;
	text-decoration: none;
	float: left;
	border-left: 1px solid #7EACBF;
	font: bold 11px Arial;
}
* html #navcontainer ul li a {
	padding: 0px 9px;
}
#navcontainer ul li span.bord
{
	border-left: 1px solid #7EACBF;
	height: 17px;
	width: 1px;
	font-size: 16px;
	color: #DAE2E4;
}

#navcontainer2 ul li a
{
	padding: 2px 9px;
	height: 17px;
	background-color: white;
	color: #999999;
	text-decoration: none;
	float: left;
	border-left: 1px solid #959595;
	font:bold 11px Arial;
}
* html #navcontainer2 ul li a {
	padding: 0px 9px;
}
#navcontainer2 ul li span.bord
{
	border-left: 1px solid #959595;
	height: 17px;
	width: 0px;
	font-size: 16px;
	color: white;
	float: left;
}

#navcontainer3 ul li a
{
	padding: 2px 9px;
	height: 17px;
	background-color: white;
	color: #959595;
	text-decoration: none;
	float: left;
	border-left: 1px solid #959595;
	font:normal 11px Arial;
}
* html #navcontainer3 ul li a {
	padding: 0px 9px;
}
#navcontainer3 ul li span.bord
{
	border-left: 1px solid #959595;
	height: 17px;
	width: 1px;
	font-size: 16px;
	color: white;
	float: left;
}
#navcontainer ul li a:hover
{
	background-color: #6F9CB1;
	color: White;
	font: bold 11px Arial;
}
#navcontainer2 ul li a:hover
{
	background-color:#959595;
	color: white;
	font:bold 11px Arial;
}
#navcontainer2 li.linone a:hover
{
	font:bold 11px Arial;
}
#navcontainer3 ul li a:hover
{
	background-color: white;
	color: Black;
	font: normal 11px Arial;
}

#navlist li a#current
{
	background-color: #6D98AD;
	color: White;
	font: bold 11px Arial;
}

#navlist2 li a#current
{
	background-color:#959595;
	color: white;
	font:bold 11px Arial;
}
#navlist3 li a#current
{
	color: #000;
	font: bold 11px Arial;
}
