@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	background-color: #F2F2F2;
}	
#container {
	width:900px;
	margin: 30px auto 0px;
	padding: 0px;
	border: 1px solid #000;
	background-color: #FFF;
	min-height:596px;
}
#navi {
	margin: 0px 0px 0px 430px;
	height: 40px;
	padding-top: 10px;
	border-top: 1px dotted gray;
	padding-left: 30px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}			
#navi ul li {
	float: left;
}	
#content {
min-height:596px;
	
}
#box01 {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	z-index: 1;
}
#box02 {
	min-height: 316px;
	padding: 60px 15px 0 10px;
	margin-left: 430px;
}

#box03 {
	margin-left: 430px;
	padding: 10px 10px 10px 20px;
}

#box04 {
	margin: 0px auto;
	margin-top: 0px;
	width: 900px;
	padding: 5px 10px 0px 0px;
	text-align: right;
}

#leftbox {
	float: left;
	width: 190px;
	border: 1px groove gray;
	background-image: url(../images/fond01.gif);
	margin-right: 30px;
	padding: 5px;
	margin-left: 10px;
}
#middlebox {
	float: left;
	width: 190px;
	border: 1px groove gray;
	background-image: url(../images/fond02.gif);
	padding: 5px;

}
#clear01 {
	clear: both;
	height: 1px;
}	
#clear02 {
	height: 30px;
}		
/* schriften */
.p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: justify;
	}
	
.p1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000;
	text-align: left;
	}

.p2 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000;
	text-align: justify;
	}	

.h1 {
	color: #000;
	font: bold 17px "Trebuchet MS";
}
.img {border: 10px solid #FFF;}	
.logo {
	margin-right: 500px;
}	

/* navigation */
a {font-family: "Trebuchet MS"; color: #990000;font-size: 15px; text-decoration: none;}
a:visited {font-family: "Trebuchet MS"; color: #8d0000;font-size: 15px; text-decoration: none;}
a:hover {font-family: "Trebuchet MS"; color: #CC0000;font-size: 15px; text-decoration: underline;}
a:active { font-family: "Trebuchet MS"; color:#990000;font-size: 15px; text-decoration: none;}
