@charset "utf-8";

html{
	overflow:hidden;
}

body{
	text-align: center;
	overflow:hidden;
}

#container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header{
   height:117px;
}

#logo{
	background: url("../pics/logo.gif") no-repeat;	
	width:277px;
	height:115px;
	float:left;
}

#space_v90{
	height:91px;
}

#mainnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainnav li{
	display:inline;
	text-align:center;
}

#mainnav a{
	font-family: "Verdana",Verdana;
	font-size: 12px;
	float: left;		
	height:20px;
	text-decoration:none;
	background:#060;
	padding:6px 10px 0px 10px;
	color:#fff;
}

#mainnav a.aktiv{
	width:115px;
	background: url("../pics/navi_aktiv.gif") no-repeat;
	color:# fff;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}

#mainnav a.pre{
	background: url("../pics/navi_pre.gif") repeat-x;
	color: #999;
}

#mainnav a.rev{
	background: url("../pics/navi_rev.gif") repeat-x;
	color: #999;
}

#mainnav a:hover{
	font-weight: bold;
}

#bottomline{
	margin-right:105px;
	height:24px;
	background: url("../pics/navi_rev.gif") repeat-x;
	text-align:right;
}

#subnav	{
	margin-top:15px;
	float: left; 
	width: 145px;
}

#subnav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#subnav ul li a{
	margin:0px;
	font-family: "Verdana",Verdana;
	font-size: 11px;
	height:18px;
	color:#666;
	text-decoration:none;
	border-bottom: 1px dotted;
	padding:2px 0px 2px 10px;
}

#subnav a.aktiv{
	color: #fff;
	background: url("../pics/subnav_aktiv.gif") #aaa no-repeat right;
	margin-left:10px;
	padding:2px 20px 2px 10px;
 	border:none;
	font-weight:bold;
}

#subnav a:hover{
	font-weight:bold;
}

#contents{
	padding-top:0px;
	margin-left: 145px;
	width:745px;
	height:505px;
	background: url("../pics/line_right.gif") repeat-y;
	background-position:730px;
	font: 10px/16px Verdana;
	color: #666;
	overflow-x:hidden;
	overflow-y:auto;
}

#contents a{
	font-size: 10px;
	font-weight:bold;
	color: #666;
}

#sitetitle{
	clear:both;
	padding:4px 0px 4px 10px;
	margin:25px 20px 20px 0px;
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	height:27px;
	background: url("../pics/sitetitle.jpg") no-repeat;
}

h1{
	clear:both;
	padding:4px 0px 4px 8px;
	margin:25px 0px 25px 10px;
	font-size: 12px;
	background: url("../pics/h1.jpg") repeat-y;
}

h2{
	clear:both;
	font-size: 10px;
}

img{
	border: hidden;	
}

.illustration{
	border-spacing:20px;
	margin-left:180px;
	text-align: left;
}

.mailbox{
	border-spacing:5px;
	align:left;
	text-align: left;
	font: 10px/16px Verdana;
    font-size: 10px;
}

#mailbox{
	margin-left:15px;
	padding:5px 5px 5px 5px;
	clear:both;
	background:url("../pics/mailbox.gif") no-repeat;
	width:310px;
	height:238px;	
}

form{
	padding-top:10px;
}

input, textarea {
	font: 10px/16px Verdana;
    font-size: 10px;
	color: #666;
	border: none;
	padding:3px;
}

#input {
	background:url("../pics/input.gif") no-repeat;
}

textarea {
	background:url("../pics/textarea.gif") no-repeat;
}

#button{
	background: url("../pics/button.gif") #ddd no-repeat;
	width:80px;
	font-weight:bold;
	color: #888;
}

.border{
	border: 1px solid #999;	
}

.tl{
	padding-top: 35px;
	clear:both;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:40px;
	font-size: 11px;
	border-bottom: 3px dotted;
}

.left{
	padding-left:20px;
	float:left;
	width:370px;
}

.right{
	margin-left: 420px;
	margin-right: 20px;
	height:100px;
	text-align:center;
}

#footer{
	position:absolte;
	top:100px;
	clear: both;
	height:500px;  
}

#footerline{
	background: url("../pics/line_bottom.gif") no-repeat;
	background-position:137px top;
	height:45px;	
}

#footerline2{
	background: url("../pics/line_bold.gif") repeat-y;
	background-position:279px top;
	height:100%;
}