html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body { background-image:url(img/bg.gif); background-position:top; background-repeat:repeat-x; background-color:#dbdbdb; 
	color: #2f2f2f;	font: normal 68% Arial, Verdana, Tahoma,sans-serif; padding:0;
}

a {color: #333333;}
a:hover {color: #0053a0;}



h1 {font-weight: normal; font-size: 25px; color:#0053a0; padding-bottom:22px;}
h2 {font-weight: normal; font-size: 19px; color:#0053a0; padding-bottom:10px;}
 

.cent td { text-align:center;} 

form,input {margin: 0; padding: 0; display: inline;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}

.quote { clear:both; float:right; font-size:0.7em; color:#666; font-weight:normal;}
 

/* structure */
.inner-container {

	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 936px;	
}

.outer-container {position:absolute; top:0px; left: 50%; width:936px; top: 0; margin-left: -468px; }


/* headere & title */
.header { line-height:0; position:absolute; height:163px; top:42px; left:0px;}
.header img { margin:0; padding:0; border:none;}
 
 

/* main */
.main { position:absolute; top:205px; left:0px; width:936px;  }

/* content */
.content {
	float: left;
	width:674px;
	line-height:150%;
	margin:0px;
	padding:5px 20px 10px 20px;
	background-image:url(img/main-bg.gif); background-repeat:repeat-y;
}

.content ul { line-height:150%;}
.content li { margin-left:20px; list-style:circle; }
.content td { vertical-align:top;}

.bottom { float:right;}
 
 
.right {
	float: right;
	width:240px;
	line-height:150%;
}

.right li { margin-left:20px;}

 
.leistbox { width:150px; height:150px; border:0px solid #b3b3b3; margin:0px 10px 10px 10px; float:left; text-align:center;}

.leistbox img {margin:0; padding:0; border:0;}

.leistbox a { text-decoration:none; border:0;}
 

/* navigation */

.adresse { font-size:10px; margin-top:90px; line-height:150%;}

.navigation {
	float: left;
	width: 142px;
	margin:30px 0px 0px 80px;
	padding-right:0px; 
 	min-height:300px;
 
}
 
.navigation ul {
	padding: 0;
 
}
.navigation li {border-bottom: 0px solid #adadad; list-style:none;}
 

.navigation li a {
	font-size: 1.0em;
	color: #333333;
 	display: block;
	padding: 11px 0 11px 18%;
	text-decoration: none;
	width: 82%;
	background-image:url(img/navi-off.gif); background-repeat:no-repeat; background-position:left center;
 
	
}

.navigation li a.on {
	font-size: 1.0em;
	color: #333333;
 	display: block;
	padding: 11px 0 11px 18%;
	text-decoration: none;
	width: 82%;
	background-image:url(img/navi-on.gif); background-repeat:no-repeat; background-position:left center;
}

 

.navigation li a:hover { color:#0053a0;}

.navigation a.on  {}

/* footer */
.footer {
	width:936px; 
	color: #6e6e6e;
	font-size: 0.7em;
	margin: 10px 0px 20px 0px;
	padding-top: 10px;
 	text-align:center;
}
.footer a:link  {	text-decoration: none; color: #6e6e6e; }
.footer a:hover { }