@charset "utf-8";

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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#F5FAF1;
	background-image:url('http://wolfgang-schmitz.de/m10001.gif');
	background-repeat:repeat-both;
}

#header{
	height:106px;
	width:1000px;
	margin: 0px auto 0px auto;
	background-image:url('images/headerbg.jpg');
	background-repeat:repeat-x;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.logo{hieght:47px;height:122px;margin-left:20px;margin-top:20px;clear:both;}
.logo img{margin-left:20px;margin-top:30px;}
.logo img:a{border:0;outline:0;}

.crane{z-index:1;float:right;width:507px;height:106px;background-image:url('images/crane.png');background-repeat:no-repeat;}

#topnav{
	float:right;
	margin:0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;
	width:550px;
	height:20px;
	font-size:10px;
	color:#999999;
	font-weight:bold;
	background-color:#F3F3F3;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}

.toptextleft{float:left;color:#999999;margin-top:1px;padding-left:15px;}
.toptextleft a{color:#999999;text-decoration:none;}
.toptextleft a:hover{border-bottom:1px dashed #A2A2A2;padding-bottom:1px;}

.toptextright{float:right;color:#999999;margin-top:1px;margin-bottom:7px;padding-right:15px;font-weight:normal;}
.toptextright a{color:#999999;text-decoration:none;font-weight:bold;}
.toptextright a:hover{border-bottom:1px dashed #A2A2A2;padding-bottom:1px;}

#subnav{
	z-index:2;
	width:1000px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	background-color:#E6E6E6;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	/* -moz-border-radius-bottomleft:7px; */
	-moz-border-radius-bottomright:7px;
}

.usericons{float:right;font-size:10px;color:#A2A2A2;padding-top:4px;padding-right:29px;}
.usericons a{text-decoration:none;color:#A2A2A2;font-weight:bold;}
.usericons a:hover{border-bottom:1px dashed #A2A2A2;padding-bottom:1px;}

#userdetails{float:left;font-size:10px;color:#A2A2A2;padding-top:8px;padding-left:29px;}
#userdetails a{text-decoration:none;color:#A2A2A2;font-weight:bold;}
#userdetails a:hover{border-bottom:1px dotted #A2A2A2;padding-bottom:1px;}

#tab ul {
	float:left;
	margin: 0px;
	margin-top:6px;
	margin-left:5px;
	padding: 0px;
	list-style: none;
	background-color:transparent;
}

#tab ul li{
	float: left;
	width:120px;
	height:16px;
	padding-top:5px;
	margin-left:5px;
	padding-right:5px;
	margin-top:10px;
	margin:0px 0px 0px 0px;
	background-image:url('images/tab.jpg');
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
}
#tab .active{background-image:url('images/tab_hk.png');}
#tab ul li a{color:#FFFFFF;text-decoration:none;font-family:Verdana;width:120px;font-weight:bold;}

#container{
	width:1000px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#iconnav{
	float:left;
	width:100px;
	margin-top:-1px;
	margin-left:-1px;
	background-color:#E6E6E6;
	border:1px solid #999;
	border-top:none;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	
}
.lilcorner{float:left;width:10px;height:10px;background-image:url('images/lilcorner.png');background-repeat:no-repeat;background-color:transparent;margin-left:-2px;margin-top:-2px;}

#iconnav img a:link,a:visiteda:hover{
border:0;outline:0;
}

#iconnav ul {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#iconnav li{margin-top:5px;}

#main{
	float:left;
	width:861px;
	min-height:200px;
	padding: 1px 1px 1px 1px;
	margin-left:4px;
	background-color:#F3F3F3;
	border:1px solid #CCCCCC;
	-moz-border-radius:6px;
	margin-top:10px;
}

.titleleft{float:left;height:22px;width:24px;background-image:url('images/main_title_left.jpg');background-repeat:no-repeat;}
.titlecenter{float:left;height:18px;width:815px;margin-left:-2px;background-image:url('images/main_title_center.jpg');background-repeat:repeat-x;text-align:center;font-weight:bold;font-size:11px;color:#FFFFFF;padding-top:4px}
.titleright{float:right;height:22px;width:24px;background-image:url('images/main_title_right.jpg');background-repeat:no-repeat;}

.content{margin:40px 10px 10px 10px;font-size:10px;color:#333;line-height:15px;}
.content a{text-decoration:none;color:#333;}
.content a:hover{border-bottom:1px dashed #A2A2A2;padding-bottom:1px;}


code{font-size:11px;border:1px solid #DDD;background-color:#FFFFF4;padding:1px 3px 1px 3px;}
