<!--
/******************************************************/
/* Positionierung 									  */
/******************************************************/

body {
	margin:0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/bg_main.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align:left;
	color: #666666;
	line-height:1.4;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
    SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
    SCROLLBAR-ARROW-COLOR: #006633; 
    SCROLLBAR-BASE-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bgLeft {
	position: absolute;
	top: 0px;
	width: 40%;
	height: 57px;
	background-image:url(../img/bg_left.gif);
	background-repeat:repeat-x;
	border-right: 1px solid #006633;
	z-index:1;
}
* HTML #bgLeft {
	height: 57px;
	he\ight: 57px;
}

#bgRight {
	position:absolute;
	top:0px;
	left: 50%;
	margin-left:490px;
	width:24px;
	height:76px;
	background-image:url(../img/bg_right.gif);
	background-repeat:no-repeat;
	z-index:2;
}

#multiLang {
	position:absolute;
	top:0px;
	left:0px;
	height:19px;
	width:50px;
	z-index:1000;
}

#multiLangItem {
	position:relative;
	height:19px;
}

#mainPage {
	position:absolute;
	width:980px;
	height:100%;
	left: 50%;
	top:0px;
	margin-left:-490px;
	z-index:10;
}

#mainContent {
	position:relative;
	width:980px;
}

/***********************************************/
/* Header Divs                                 */
/***********************************************/

#header {
	position:relative;
	width:980px;
	height:56px;
	background-color:#FFFFFF;
	border-left:1px solid #006633;
}

#headerLogo {
	position:absolute;
	/* jh: Logo datronic pt mit slogan width:159px; */
	width:614px;
	height:56px;
	top:0px;
	/* jh: Logo datronic pt mit slogan left:147px; */
	left:144px;
}

.headerTopNav {
	position:absolute;
	height:40px;
	width:152px;
	top:0px;
	left:770px;
}

#headerTopNav_back {
	position:absolute;
	height:20px;
	width:20px;
	top:0px;
	left:770px;
	overflow:hidden;
}

#headerTopNav_forward {
	position:absolute;
	height:20px;
	width:20px;
	top:0px;
	left:894px;
	overflow:hidden;
}

/********************************************/
/* MAINNAV DIVS		    	    			*/
/********************************************/

#mainNav {
	position:relative;
	width:980px;
	height:18px;
	border-bottom:1px solid #006633;
	border-top:1px solid #006633;
}
* HTML #mainNav {
	height: 20px;
	he\ight: 18px;
}

#mainNavImp, #mainNavImp_act {
	position:relative;
	width:83px;
	height:18px;
	float:left;
	padding: 0px 0px 0px 62px;
	background-color:#CCCCCC;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	display:inline;
}
* HTML #mainNavImp {
	width: 83px;
	w\idth: 147px;
}
* HTML #mainNavImp_act {
	width: 83px;
	w\idth: 147px;
}

#mainNavKont, #mainNavKont_act {
	position:absolute;
	left: 872px;
}

#mainNavImp a:link, #mainNavImp a:visited, #mainNavKont a:link, #mainNavKont a:visited {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4;
}

#mainNavImp a:hover, #mainNavImp a:active, #mainNavKont a:hover, #mainNavKont a:active, #mainNavImp_act A, #mainNavKont_act A {
 	color:#006633;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4;
}

#mainNavItems {
	position:absolute;
	left:147px;
	background-color:FFFFFF;
}

#mainNavItem {
	position:relative;
	height:18px;
	float:left;
}

#mainNavItem a:link, #mainNavItem a:visited {
	padding:2px 6px 5px 6px;
	border-right: 1px solid #006633;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	line-height:1.4;
}


#mainNavItem a:hover, #mainNavItem a:active {
	padding:2px 6px 5px 6px;
	border-right: 1px solid #006633;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#006633;
	line-height:1.4;
}

#mainNavItem_act {
	position:relative;
	float:left;
	height:18px;
}

#mainNavItem_act A{
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#006633;
	padding:2px 6px 5px 6px;
	border-right: 1px solid #006633;
	line-height:1.4;
}

/********************************************/
/* CONTENTIMAGE DIVS			   			*/
/********************************************/

#contentImage {
	position:relative;
	width:145px;
	height:255px;
	border-right:1px solid #006633;
	border-left:1px solid #006633;
	border-bottom:1px solid #006633;
}

/********************************************/
/* SUBNAV DIVS			         			*/
/********************************************/

#subNAV {
	position: absolute;
	left:125px;
	top:11px;
	width: 170px;
	font-size:11px;
	line-height:1.2;
	font-weight:normal;
}

/******************************************/
/* CONTENT DIVS         				  */
/******************************************/

/* Positionierung der Inhaltsbereiche 2 Spaltig */
/******************************* Template ct_2 */
#content {
	position:absolute;
	width:676px;
	top:11px;
	left:304px;
}

#content_col_normal_ct_2 {
	position:relative;
	margin-right:10px;
	padding: 15px 10px 50px 10px;
	background-color:#DCDCDC;
	width:435px;
	float:left;
}
* HTML #content_col_normal_ct_2 {
	width: 455px;
	w\idth: 435px;
}

#content_col_right_ct_2 {
	position:relative;
	padding: 15px 0px 0px 0px;
	width:205px;
	float: right;
	overflow:hidden;
}


/********************************************/
/* INFOBOX DIVS		    	    			*/
/********************************************/

#content_infobox {
	position:relative;
	width:174px;
	height:150px;
	margin: 15px 0px 10px 62px;
	padding:0px 5px 10px 10px;
	border:1px solid #C60B27;
}
* HTML #content_infobox {
	width: 299px;
	w\idth: 174px;
	height: 148px;
	he\ight: 148px;
}

#infoImage {
	position: relative;
	color:#C60B27;
	font-weight:bold;
	font-size: 80%;
	line-height:2.8;
	float:left;
}

#infoImagePanel {
	width:73px;
	height:109px;
	overflow:hidden;
}

#infoText {
	position:absolute;
	line-height:1.3;
	bottom:8px;
	left:94px;
	width:72px;
	color:#68676B;
	font-size:85%;
	float:right;
}
#infoText a:link, #infoText a:visited {
	color:#C60B27;
	text-decoration:none;
}
#infoText a:hover, #infoText a:active {
	color:#C60B27;
	text-decoration:underline;
}

-->