/*Allgemeines*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	background:url(../images/bg.jpg) repeat-y center center #ece9e4;
}	

img {
	border:0px;
}		

a {
	color:#b0261b;
	text-decoration:none;
}

a:hover {
	color:#b0261b;
	text-decoration:underline;
}

h1, h2, h3{
	font-size:18px;
	color:#b0261b;
	margin-bottom:15px;
	line-height:1.5;
}


p{
	padding-bottom:15px;
}

span.small {
	font-size:11px;
}

/*MAIN*/
div#main{
	width:840px;
	margin:0px auto;
	background-color:#fff;
	padding-top:20px;
}

div#header{
	width:800px;
	height:150px;
	margin-left:20px;
	background:url(../images/header.jpg) no-repeat;
}

div#navigation{
	padding-top:109px;
}

div#content{
	padding-left:45px;
	padding-right:45px;
	padding-top:20px;
}

div#content p{
	line-height:1.6;
}

div#content ul {
	padding-left:30px;
	padding-bottom:20px;
}

div#content ul li{
	padding-bottom:10px;
}

div#text{
	clear:both;
	margin-left:20px;
	color:#666;
	font-size:10px;
	padding-bottom:20px;
}

div#unten{}
