@charset "utf-8";

/* CSS Document */


/* Standard elements */



* {	
	margin:0;
	padding:0;
	border:0px none;
}

:focus {
  outline: 0;
}

html {
	height: 100%;
}



body {

	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	line-height:16px;
}



body, html, div, object, p, ul, li, table, tr, td, dl, dt, a, input, select, img, form{
	margin: 0;
	padding: 0;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #87be28;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	/*color: #002b65;*/
	text-decoration: underline;
}

a img {
	border: 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0 17px 10px 17px;
	padding:0px;
	color: #333;
	line-height:16px;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #333;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin:0 0 0 17px;
	padding: 0px 0 10px 0;
	color:#333;
}



/* Named classes */

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333;
}

.space {
	margin:20px 0 0 0;
}


/*######### Div - elemenets ################*/
#back{ 
	background:#fff url(../images/under.jpg) no-repeat top center;
	height:100%;
	width:100%;
	top:0px;
	left:0;
	position:fixed;
	margin: 0px;
	padding:0;
	z-index:0;
}


#container {
	width: 1008px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	top:0px;
	bottom:0px;
	clear: left;
	z-index:100;
} 


#header {
	background: transparent url(../images/header.png) no-repeat top center;
	width: 1008px;
	height:185px;
	top:0px;
	clear:both;
	position:fixed;
	margin: 0px;
	z-index:999;
}


#naviMain {
	background-color: transparent;
	width: 140px;
	height: 300px;
	clear:both;
	position:fixed;
	margin: 257px 0 0 63px;
	z-index:999;
}

#navi {
	list-style:none;
	margin: 0px;	
	z-index:999;
}

#navi li{
	padding: 8px 0 0 0;
	z-index:999;
}

#navi li .imp{
	padding-top:10px;
}

#navi li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #87be28;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
	z-index:999;
}

#navi li a:hover {
	color: #ccc;
}

#navi li a.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #87be28;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;	
	z-index:999;
}

#navi li.small a:hover {
	color: #ccc;
}


#naviLang {
	text-align:right;
	background-color: transparent;
	width: 100px;
	height: 20px;
	margin: 260px 0 0 890px;
	padding: 0;
	position:fixed;
	z-index:999;
}

#naviLang li{
	padding: 5px 0 0 0;
	list-style:none;
}


#naviLang li a {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #87be28;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
}

#naviLang li a:hover {
	color: #ccc;
}



#content {
	background-color: #fff;	
	width: 636px;
	height:100%;
	margin: 0px 0 0 188px;
	padding: 0;
	position: relative;
	z-index:100;
}

#spaceTop {
	background-color: transparent;	
	width: 636px;
	height: 163px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:100;
}

#spaceBottom {
	background-color: #fff;	
	width: 636px;
	height: 180px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:100;
}

div.space20 {
	margin: 25px 0 0 0;
	position: relative;
}

div.text {
	padding: 0 30px 0 30px;
	position: relative;
}


div.line {
	width:636px;
	height:1px;
	background-color: #ddd;
	padding: 0;
	margin: 20px 0 30px 0;
	position: relative;
}


#homeButton {
	margin: 30px 0 0 0;	
}

#homeButton a {
	font-family: Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;	
}

#homeButton a:hover {
	color: #fff;
	text-decoration:none;
}

#footer {
	background: transparent url(../images/footer.png) no-repeat bottom center;
	width: 1008px;
	height:138px;
	bottom:0px;
	clear:both;
	position:fixed;
	z-index:999;
}

#mainBox {
	background-color: #fff;	
	width: 636px;
	margin: 0px;
	padding:0;
	position: relative;
	z-index:100;
}


/* IE 7 Hacks */


*+html #header{
	margin: 0px 0 0 -190px;
}


*+html #mainUnder{
	margin: 0px 0 0 -190px;
}

*+html #mainBox {
margin: 0px 0 0 0px;
}


*+html #spaceBottom {
	margin: 0px 0 0 0px;
}

*+html #navi{
	margin: 0px 0 0 -190px;
}

*+html #naviLang{
	margin: 280px 0 0 720px;
}

*+html #homeButton{
	margin: 30px 0 0 -190px;	
}

*+html #naviBottom{
	margin: 60px 0 0 -190px;	
}

*+html #footer {
	visibility:hidden;	
}


/* IE 6 Hacks */


*html #header{
	margin: 0px 0 0 -190px;
}


*html #mainUnder{
	margin: 0px 0 0 -190px;
}

*html #mainBox {
margin: 0px 0 0 0px;
}


*html #spaceBottom {
	margin: 0px 0 0 0px;
}

*html #navi{
	margin: 0px 0 0 -190px;
}

*html #naviLang{
	margin: 280px 0 0 720px;
}

*html #homeButton{
	margin: 30px 0 0 -190px;	
}

*html #naviBottom{
	margin: 60px 0 0 -190px;	
}






/* ende */



/* CLEANER */
.cleaner {
	display: block; 
	clear: both; 
	margin: 0 !important; 
	padding: 0 !important; 
	font-size: 0px; 
	line-height: 0px !important; 
	float: none !important;
}

.column {
float:left;
padding:0pt 25px 0pt 0pt;
width:29%;
}
.clearfix {
clear:both;
display:block;
}

/* Link */



p.extlink_preface {
  margin: 0 0 0 17px;
  padding: 0 0 10px 0;
}


p.extlink_block {

}


a.extlink_link {
  text-decoration: underline;
}






