/* Allerlei */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: rgb(85, 85, 85);
	font-size: 12px;
	margin: 25px 0 4px 0;
	color: #222222;
	}

img {
	border:0;
	}

p {
	margin-bottom:20px;
	line-height:20px;
	}


/* Struktur */

.leftbox { float: left; margin-right: 20px; } 
.rightbox { float: right; margin: 0 0 0 10px; }

.clear { clear: both; }

#wrapper {
	width: 700px;
	margin: 0 auto;
	background: #fff;
	}
	
#header {
	height: 290px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	}
	
#title {
	padding: 50px 0 0 40px;
	}
	
#content {
	background-color: #fff;
	text-align: justify;
	padding: 0px 20px;
	}
	
#footer {
	text-align:right;
	background: #383838;
	line-height:24px;
	padding-right:10px;
	color:#ccc;
	}

/* Navi */

#navi {
	padding: 0 0 10px 10px;
	/*background:url(images/bg-content.gif) no-repeat #fff;*/
	background-color: #383838;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	}

#navi ul {
	list-style-type: none;
	}
	
#navi li {
	float: left;
	text-align: center;
	}
	
#navi li a {
	display: block;
	height: 25px;
	padding: 10px 15px 0px;
	text-decoration: none;
	color: #999;
	}
	
#navi li a:hover {
	color: #CCCCCC;
	/*background: url(images/bg-navi-hover.gif);
	background-repeat: repeat-x;*/
	}
	
#navi .active {
	color: #CCCCCC;
	/*background:url(images/bg-navigation-hover.gif);
	background-repeat:repeat-x;*/
	}

/* Headings */

h1 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -1px;
	}
h2 {
	color: #333;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	}

h3 {
	margin-left: 10px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* Link Colors */

h1 a {
	color: #ededed;
	text-decoration: none;
	}
	
h1 a:hover {
	color: #fff;
	}

#content a, #content a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:hover, #content2 a:visited{
	color: #222;
	text-decoration: underline;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #ccc;
	}