/*

	****************************************************************************************************

	* Design by  www.webarte.de                                                            *

	* Copyright by webarte.de http://creativecommons.org/licenses/by-nc-nd/3.0/deed.de                 *

	****************************************************************************************************

*/

body{
	font-size:13px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	position:relative;
	background: #141414 url('img/bodybg.jpg') fixed;
	color:#d2bdb3;
}
a:link, a:visited, a:active {
	color: #e0cf0c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #efe9a2;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #165602;
	height: 1px;
	width: 100%;
}

input,
textarea {
  color: #ccc;
  background-color: #3c1008;
  border: 1px solid #000;
}
#main{
	width: 850px; 
	background: #000;
	margin: 0 auto 0;
	padding: 0px;
}

#header{
	background: transparent url('img/webarte-header.png') no-repeat;
	height:200px;
	padding:0px;
	width:850px;
	border-bottom: 1px solid;
	border-color: #000;
}

#main_content{
	margin: 0 auto 0;
	background: transparent url('img/webarte-png.png') repeat;
	width: 850px;
}

#content_left{
	font-size:12.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	color: #f9960a;
	float: left;
	padding: 0px 0px 0px 10px;
	width: 231px;
	min-height:600px;
	background: transparent url('img/webarte-png.png') repeat;
}
.searchform{
	margin:2px 0 8px 0;
	float: right;
	clear: right;
	width: 231px;
	padding:10px 0 0 0;
}
#content{
	font-size:13px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	color: #d2bdb3;
	float: left;
	padding: 17px;
	width: 575px;
	background: transparent url('img/webarte-png.png') repeat;
	min-height:600px;

}

.menu{text-align: left; width: 230px;}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #f9960a;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #f9960a;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent url('img/webarte-png.png') repeat;
}
.menu_current {
	background: transparent url('img/webarte-png.png') repeat;
	color: #f9960a;
}
#footer{
	margin: 0 auto 0;
	width: 850px;
	height: 20px;
	padding:0 0 19px;
	background: transparent url('img/webarte-png.png') repeat;
	margin-bottom: 0px;
	text-align:center;
}
.clearing {
	height: 0px;
	clear: both;
}
