h1 {
	font-weight:bold;
	font-size: 15px;
	color: #383737;
	padding: 0px 0px 16px 0px;
	margin:0px;
}

h2 {
	font-weight:bold;
	font-size: 12px;
	color: #1B1B1F;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#8D8A83;
	text-align:left;
}

.formtext {
	vertical-align: top;
	color: #656666;
}

.trenner {
	margin: 0px 8px 0px 8px;
}

.uparrow-padding {
	margin: 0px 0px 0px 230px;
}
.uparrow-padding-en {
	margin: 0px 0px 0px 251px;
}

.box-highlight {
	border: solid 1px black;
	padding: 5px;
}

.lang-inactiv{
font-size: 10px;
color: #979795;
}

/*  ContainerLayers  */
#header {
	left: 0px; 
	top: 0px; 
	width: 732px;
	height:180px; 
	position: absolute; 
	z-index: 10;
}

#mainnav {
	left: 220px; 
	top: 160px; 
	width: 465px;
	height:12px; 
	position: absolute; 
	z-index: 20;
}

#subnav-bg {
	background-color:#FDFCFC;
	background-image:url(../img/bg_subnavigation.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: #B5BCB0;
	left: 12px; 
	top: 218px; 
	width: 174px;
	height:612px; 
	position: absolute; 
	z-index: 20;
}

#subnav {
	color: #979795;
	left: 24px; 
	top: 418px; 
	width: 150px;
	height:auto; 
	position: absolute; 
	z-index: 30;
}

#content {
	left: 220px; 
	top: 222px; 
	width: 465px;
	height:auto; 
	position: absolute; 
	z-index: 30;
	padding-bottom:20px;
}

.footer {
	border-top: dashed 1px #8A8A8A;
	font-size: 11px;
	color: #8A8A8A;
}


/* Links */
a:visited, a:link {
	color: #1B1B1F;
	text-decoration: underline;
}
a:active, a:hover {
	color: #979795;
	text-decoration: none;
}

a.link-homepage:visited, a.link-homepage:link {
	font-size: 11px;
	font-weight: bold;
	color: #8D8A83;
	text-decoration: none;
}
a.link-homepage:active, a.link-homepage:hover {
	font-size: 11px;
	font-weight: bold;
	color: #060606;
	text-decoration: none;
}

a.link-mainnav-n:visited, a.link-mainnav-n:link {
	font-size: 12px;
	font-weight: bold;
	color: #656666;
	text-decoration: none;
}


a.link-hnav:visited, a.link-hnav:link {
	font-size: 10px;
	color: #979795;
	text-decoration: none;
}
a.link-hnav:active, a.link-hnav:hover {
	font-size: 10px;
	color: #060606;
	text-decoration: none;
}
a.link-hnav-a:visited, a.link-hnav-a:link {
	font-size: 10px;
	color: #060606;
	text-decoration: none;
}

a.link-subnav-n:visited, a.link-subnav-n:link {
	font-size: 12px;
	color: #979795;
	text-decoration: none;
}
a.link-subnav-n:active, a.link-subnav-n:hover {
	font-size: 12px;
	color: #060606;
	text-decoration: none;
}
a.link-subnav-a:visited, a.link-subnav-a:link {
	font-size: 12px;
	color: #060606;
	text-decoration: none;
}

a.link-footer:visited, a.link-footer:link {
	font-size: 11px;
	color: #8A8A8A;
	text-decoration: none;
}
a.link-footer:active, a.link-footer:hover {
	font-size: 11px;
	color: #060606;
	text-decoration: none;
}





/*  Lists */
.ul-subnav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 11px;
}

.li-subnav-n {
	background-image:url(../img/subnav_dot_n.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 4px 5px 4px 16px;
	line-height: 11px;
}

.li-subnav-a {
	background-image:url(../img/subnav_dot_a.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 4px 5px 4px 16px;
	line-height: 11px;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	list-style-type: none;
	line-height: 16px;
}
li {
	background-image:url(../img/list_dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 4px 5px 4px 12px;
	line-height: 16px;
}

.ul-beginning {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;
	list-style-type: none;
	line-height: 16px;
}
.li-beginning {
	background-image:url(../img/list_dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 5px 0px 12px;
	line-height: 16px;
}

/* Formulare */
input:focus{background-color:#CAFAE5;color:#1B1B1F;}
textarea:focus{background-color:#CAFAE5;color:#1B1B1F;}

.formfields {
border: 1px solid #656666;
width: 230px;
margin-bottom: 12px;
}

.form-button{
background-color:#CAFAE5;
border: 1px solid #656666;
width: 80px;
margin-top: 20px;
}


