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

a:link {
	color:#000000;
	text-decoration: underline;
	}

a:visited {
	color:#000000;
	}

a:active {
	color:#006600;
	text-decoration:none;
	}

body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#006633;
	}
	
.wrap {
	margin:0 auto;
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
	width:900px;
	}
	
.header {
	background-image:url(img/header-matratze_green.jpg);
	margin:auto;
	height:120px;
	width:750px;
	}

.center {
	margin:auto;
	width:900px;	
	}
	
.left {
	padding-left:75px;
	float:left;
	margin:auto;
	width:600px;
	}
	
.left_left {
	width:135px;
	float:left;
	padding: 5px 0 5px 15px;
	}
	
.left_center {
	float:right;
	width:450px;
	}
	
.content {
	padding:10px;
	}
	
.right {
	float:left;
	width:150px;
	}
		
.navi ul {
	width:150px;
	padding-left:0px;
	margin:0px;
	}
	
.navi ul li {
	list-style:none;
	padding-left:0px;
	width:150px;
	}
		
.navi ul li ul li {
	list-style:none;
	color:#000000;
	border-bottom:#FFFFFF 1px solid;
	width:150px;
	}
	
.navi ul li ul li a {
	display: block;
	width:135px;
	padding-left:15px;
	padding-bottom:3px;
	padding-top:4px;
	text-decoration: none;
	}
	
.navi ul li ul li:hover {
	background-color:#FFFFFF;
	}

.current_page_item  {
	background-color:#FFFFFF;
	}
	
.clear {
	clear:both;
	}
	
.footer {
	position:relative;
	margin:auto;
	background-color:#91CB98;
	width:750px;
	height:20px;
	}
	
.footer_text {
	color:#000000;
	padding-top:3px;
	margin:0 auto;
	width:150px;
	text-align:center;
	}
	
.artikel {
	padding:0 13px 10px 13px;
	}

.artikel a {
	color: #006633;
	}

.artikel a:hover {
	color: #349800;
	}
