@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	background: url(../jpg/background.jpg) top center no-repeat;
	background-attachment: fixed;
	background-color: #20110A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333; 
}	
#wrapper {
	margin: 0px auto;
	padding: 0px;
}	
#paper {
	margin: 0px auto;
	padding: 0px;
	height: 800px;
	width: 1100px;
	background: url(../jpg/paper_gif.jpg) top center no-repeat;
}
#content {
	padding-top: 90px;
	padding-right: 90px;
	padding-left: 90px;
	padding-bottom: 0px;
}	
#leftcol {
	float: left;
	width: 250px;
}
#navi {
	padding-top: 90px;
	width: 160px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi ul li {
	line-height: 22px;
}
#navi ul a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #752B22;
}
#navi ul a:hover {
}
#lbox01 {
	margin-top: 110px;
	height: 295px;
	background: url(../png/bilder.png) bottom center;
}
#lbox01 ul {
	margin: 0px;
	padding-left: 5px;
	list-style: none;
}
#lbox01 ul li {
	line-height: 24px;
}							
#rightcol {
	float: right;
	width: 600px;
}
#rbox01 {
	padding-top: 400px;
}
#text {
	padding-left: 30px;
	padding-right: 20px;
	line-height: 20px;
}		
#colclear {
	clear: both;
}
