/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	text-align: center;

}

body {
text-align: center; 
background-image: url(../images/page/page_bg.jpg);
background-repeat: repeat-x;
background-color: #814b34;
margin: 0px;
	padding: 0px;
}

div {
text-align: left;
}

html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
position: relative;
margin: 0 auto;
width: 1024px;
min-height: 100%;
height: auto !important;
height: 100%;
background-image: url(../images/page/content_bg.jpg);
background-repeat: repeat-y;
}

div#header {
height: 210px;
background-image: url(../images/page/header_bg.jpg);
}

div#leftCol {
width: 161px;
float: left;
}

#leftCol ul {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	}
	
	#leftCol li {
		list-style: none;
		display: block;
		padding: 20px;
		padding-bottom: 0px;
		padding-top: 4px;
		}
		
	#leftCol li a {
		font-family: Arial;
		font-size: 12px;
		color: #525252;
		text-decoration: none;
		}
		
		#leftCol li a:hover {
			color: #a5510a;
			}

div#rightCol_container {
width: 863px;
float: left;

font-family: Arial;
font-size: 12px;
color: #525252;
}

div#rightCol {
padding-left: 100px;
padding-right: 100px;
}

div#leftCol, div#rightCol, div#centerCol {
padding-bottom: 25px;
}

div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 1024px;
background-image: url(../images/page/content_bg.jpg);
background-repeat: repeat-y;

font-family: Arial;
font-size: 12px;
color: #525252;
}

div#copyright {
	float: left;
	position: relative;
	padding-left: 450px;
	}
	
div#links {
	float: right;
	position: relative;
	padding-right: 10px;
	}
	
	#links a {
		color: #525252;
		text-decoration: none;
		}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}




/* - STANDARD LINK FORMATIERUNG - */


a {

	color: #333;
	text-decoration: none;

}

a:hover {

	color: #333;
	text-decoration: underline;

}


/* - CONTENT LAYER - */


#content {

	width: 760px;
	border-bottom: 3px solid #839f24;
	padding: 0px 0px 30px 0px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;

}


/* - TEXT - */


#content #text {
	
	width: 720px;
	padding: 0px 20px 0px 20px;
	line-height: 22px;
	
}


/* - TEXT : TAG STYLES - */


#rightCol h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #ff7b05;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#rightCol h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #ff7b05;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#rightCol h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#rightCol h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #ff7b05;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#rightCol h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#rightCol h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#rightCol p {

	margin: 0px 0px 15px 0px;

}

#rightCol table tr td {

	line-height: 22px;

}

#rightCol hr {
         
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#rightCol a {

	color: #333;
	text-decoration: none;

}

#rightCol a:hover {

	color: #333;
	text-decoration: underline;

}

#rightCol ul {

	margin: 0px 0px 0px 15px;

}

#rightCol ul li {

	list-style: square;
	line-height: 22px;

}

#rightCol ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


