/*
Theme Name: Kuntz Sägewerke 
Theme URI: http://www.saegewerk-kuntz.de/
Description: WordPress für Sägewerke Kuntz
Version: 1.0
Author: http://www.digital-bandits.de/
*/

* {
	list-style:none;
	margin:0;
	outline:none;
	padding:0;
}

body {
	font: 80%/150% Arial;
	color: #000000;
	
	background-color: #cdcc5d;
    background-image: url("/img/background-repeat-long.png");
    background-repeat: repeat-x;
	margin:0 auto;
	padding: 0px;
}

img {
	border: none;
	float: left;
}

a {
	color:#5c4d25;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}
hr {
	border: none;
	clear:both;
	display:block;
	float:none;
	height:1px;
	margin-top:-1px;
	visibility:hidden;
	width:1px;
}
.clear {
	clear:both;
	float:none;
}

#container {
	margin:0 100px;
	width:800px;
	height:100px;
}

#header {
	background:#f3f3f3;
	clear:both;
	float:left;
	height:100px;
	width:2000px;
	margin:0px 0px 30px 0px;
}

#logo {
	margin:15px 10px 20px 0px;
	float:left;
	}

#nav {
	float:left;
	height:120px;
	margin:73px 0px 0px 0px;
}

#nav ul {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
}

#nav li {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
}

#nav li a {
	color:#5c4d25;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:55px;
	padding:10px 5px 0;
	margin-right:15px;
	text-decoration:none;
}

#nav li a:hover {
	color:#5c4d25;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:55px;
	padding:10px 5px 0;
	margin-right:15px;
	text-decoration:underline;
}


#nav li.current_page_item a {
	color:#cdcc5d;
	text-decoration:underline;
}


#aside {
	
	float:left;
	margin:0px 40px 0px 0px;
	width:800px;
}

#aside2 {
	float:left;
	margin:0px 0px 20px 0px;
}

#aside2 h4{
	display:none;}

#aside3 {
	float:left;
	margin:0px 40px 0px 0px;
	width:440px;
}

#bild {
	background:#f3f3f3;
	float:left;
	width:440px;
	height:320px;
	margin-right:30px;
	padding:5px 5px 5px 5px;
	-moz-box-shadow: 0px 0px 5px #666;
    	-webkit-box-shadow: 0px 0px 5px #666;
    	box-shadow: 0px 0px 5px #666;
	}

#bild2 {
	background:#febe30;
	float:left;
	width:440px;
	height:320px;
	padding:5px 5px 5px 5px;
	margin:0px 50px 0px 0px;
	}

#section {
	float:right;
	margin:0px 0px 10px 0px;
	width:300px;
}

.article {
	/*background:url(img/text__hg.png) repeat-y top right;*/
	background: #f3f3f3;
	width:300px;
	min-height:330px;
	-moz-box-shadow: 0px 0px 5px #666;
    	-webkit-box-shadow: 0px 0px 5px #666;
    	box-shadow: 0px 0px 5px #666;
	}

.article p {
	padding:5px 10px 5px 10px;
	color:#565656;
	}
	
.article h2 {
	padding:10px 10px 5px 10px;
	color:#5a2e13;
	font-size: 16px;
	}
	
.article li {
	color:#5a2e13;
	margin-left:24px;
	list-style:disc;
	}
	
.article h5 {
	background:#f3f3f3;
	border-top: 2px solid #999;
	padding:5px 10px 5px 10px;
	margin-top: 10px;
	color:#565656;
	font: 100% Arial;
	}
	
.article h5 a {
	color:#5C4D25;
	}
	
.clear {clear:both;}

#footer-wrap {
   height:60px;
   width:100%;
   margin:20px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#footer-container {
	width:800px;
	margin:0px auto;
	}

#footer {
	float:left;
	background:#f3f3f3;
	height:30px;
	width:590px;
	color:#5C4D25;
}

#footer a {
	color:#5C4D25;
	font-weight:bold;
}

#footer li.current_page_item a {
	color:#5C4D25;
	font-weight:bold;
	text-decoration:underline;
}

#footer p {
	float:left;
	margin:5px 30px 0px 10px;
}

#footer ul {
	float:left;
}

#footer li {
	float:left;
	margin:5px 20px 0 0;
	width:75px;
}

#slogan {
	margin:0px 20px 0px 20px;
	}

textarea {
	width:250px;
	}