html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body { background-image:url(../img/bg.gif); background-position:top; background-repeat:repeat-x; background-color:#f5f5f5; font-family: Arial, Helvetica, Verdana, Tahoma,sans-serif;  padding-top: 0px;
}

a {color: #444444;}
a:hover {color: #007f2f; }

 

p,code,ul {padding-bottom: 1.5em;}

li {list-style: none;}

h1 {font: normal 20px Arial, Tahoma,sans-serif; padding-bottom:20px; margin-bottom: 4px; font-weight:normal;}
h2 {font: normal 18px Arial, Tahoma,sans-serif; padding-bottom:3px;}
h3 {font: normal 14px Arial, Tahoma,sans-serif; padding-bottom:0px; margin-bottom:0px; font-weight:bold;}
h4 {font: normal 13px Arial, Tahoma,sans-serif; padding-bottom:0px;}

h1,h2,h3,h4 {padding-top: 6px; color: #111111;}

form,input {margin: 0; padding: 0; display: inline;}


/* misc */
.clearer {clear: both; font-size: 0;}

.hide { display:none; visibility:hidden;}

.green { color:#007f2f;}

.subbut { background-color:#d6d9db; border:1px solid #444444;}
 
#freetable td p { margin:0; padding:0;} 
 
.left {width:360px; padding:0px 0px 0px 45px; min-height:400px; margin:0px; }
.left table, .right table {border:none;}
.left table td, .right table td { vertical-align:top;}
 
.right {float: right; width:261px; padding:0px 45px 0px 0px; min-height:400px; line-height:110%; }

.right h1 { background-color:#e8e8e8; padding:7px 0px 7px 15px; margin:30px 0px 0px 0px; font-size:14px; font-weight:bold; width:82px;}

.right #adressbox { background-color:#fcfcfc; border:1px solid #dadada; }

.right #adressbox p { padding:10px 10px 10px 15px; font-size:13px; line-height:150%;}


.right  ul.list-tick {
margin: 50px 0px 0px 0px;
padding: 0;
}

.right ul.list-tick li {
margin: 0;
padding: 2px 0 5px 26px;
list-style: none;
background: url(../img/check.gif) no-repeat top left;
font-size:14px;
}




/* structure */
 

.outer-container {position:absolute; top:0px; left: 50%; width:753px; top: 0; margin-left: -376px; }


/* headere & title */
.header { position:absolute; top:px; left:0px; width:753px; background-image:url(../img/head.jpg); height:169px;}


/* main */
.main { 
	position:absolute; 
	top:198px; left:0px; 
	width:753px;
	background-image:url(../img/main_bg.gif); background-repeat:repeat-y;
	 
	}

/* content */
.content {
	width:753px;
	line-height:120%; 
	padding-top:30px;
 
	
}
 
.content li {
	font-size:14px;
	list-style:circle;
	margin-left:23px;
 
}
.content p { font-size:14px;}

 

/* navigation */

#navi { position:absolute; top:169px; left:0px; width:753px; height:33px; min-height:33px; padding:0px 0px 0px 0px;
	background-image:url(../img/navi_bg.gif);

}

#navi ul { padding:0; margin:0;}
#navi li { list-style: none; float:left; position:relative;  }
#navi li a {  display: block; padding:1px 10px 1px 10px; font-size:14px; font-weight:normal; text-decoration:none; text-align:center; margin-top:7px; margin-left:35px; margin-right:0px; color:#000000; }
#navi li a:hover { color:#a41d07; }
#navi .current a:link, #navi .current a:visited { color:#a41d07; font-weight:bold;   }

 



 

/* footer */
.footer {
	margin-left:0px;
 	width:753px;
	color: #a0a0a0;
	font-size: 11px;
	padding:20px 0px 10px 0px;
 
	text-align:left;
	background-image:url(../img/footer_bg.gif); background-repeat:no-repeat;
 
}

.footer p { margin-top:0px; margin-left:50px;}

.footer a:link, .footer a:visited  { text-decoration: none; color:#a0a0a0;}
.footer a:hover { }