
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
}

/*start typo*/

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #F6960C;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000; 
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#navi a {

	font-weight: bold;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFF;
	display: inline;
	
	
	
}

#navi a:hover {
	color: #000;
	
}

img {
	border: 0px;
}

/*end typo*/


/*start layout*/

#wrapper {
	width: 940px;
    margin: 0 auto 0 auto;
	background-color: #FFF;
	border: 0px solid #000;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 277px;
}

#navi {
	width: 940px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 25px;
	text-align:right;
	
}

#container_content {
	background-image: url(images/bg_content_blank.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 870px;
	padding: 0 35px 35px 35px;
}

#container_content_links {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 870px;
	padding: 0 35px 35px 35px;
}

#container_content_rechts {
	background-image: url(images/bg_content1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 870px;
	padding: 0 35px 35px 35px;
}

#footer {
	width: 940px;
	height: 35px;
	text-align:center;
	background-color: #f6960c;
	padding-top: 10px;
	font-size: 11px;
}

#footer a {
	color: #FFF;
}

/*end layout*/
