html, body {
	height: 100%;
	font: 83% "lucida sans", "Trebuchet MS", tahoma, sans-serif;
	background-color: #333333;
	color:#333;
	margin:0;
	padding:0;
	width: 100%;
} 
#pagewidth {
	max-width:100%;
}
			/*TOP BANNER*/
#header {
	position:relative;
	height:128px;
	border-bottom: 3px solid #CEB957;
	background: #666;
	color: #000000;
	width:100%;
	background-color: #000000;
} 
#header h1#logo {
	position: absolute;
	margin: 0px 0 0 0px;
	padding: 0;
	letter-spacing: 3px;
	text-transform: none;
	top: 0;
	left: 30%;
	background-position: center;
}
#header h2#slogan {
	position: absolute;
	top:5%;
	left: 2%;
	color: #DA1E14;
	text-indent: 0px;
	font: bold 11px 'lucida sans', Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 244px;
}
#header h2#slogan2 {
	position: absolute;
	top:30%;
	left: 15%;
	color: #DA1E14;
	text-indent: 0px;
	font: bold 11px 'lucida sans', Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 153px;
}
#header h2#slogan4 {
	position: absolute;
	top:35%;
	left: 79%;
	color: #DA1E14;
	text-indent: 0px;
	font: bold 11px 'lucida sans', Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 243px;
}
			/*LEFT COLUMN*/
#leftcol {
	float:left;
	position:relative;
	width:40%;
	border-top:0px solid #DFD0B9;
	line-height: 1.6em;
	background:#333;
	color:#333;
}
#twocols {
float:right; 
position:relative; 
width:60%; 
}
			/*RIGHT COLUMN*/
#rightcol {
	float:left;
	position:relative;
	width:67%;
	border-top:0px solid #DFD0B9;
	line-height: 1.6em;
	background:#333;
	color:#666;
}
		/*MAIN MENU*/
#navcontainer {
width: 100%;
}
#navcontainer ul {letter-spacing: 3px;
margin: 0;
padding-left: 0;
list-style-type: none;
font: 100% "lucida sans", Arial, Helvetica, sans-serif;
}
#navcontainer a {
display: block;
padding: 3px;
height:25px;
background: #333;
border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
padding-top: 15px;
padding-left: 20px;
color: #fff;
background: #666 url(images/pfeil9.gif) left center no-repeat;
background-position: 0.4em;
text-decoration: none;
}
#navcontainer a:hover {
background: #ccc url(images/pfeil8.gif) left center no-repeat;
background-position: 0.4em;
color: #666;
}
			/*CENTRE COLUMN*/
#maincol {
float: left; 
display:inline; 
position: relative; 
width:32.5%; 
border-right: 1px solid #8A795D;
border-left: 1px solid #8A795D;
line-height: 1.6em;
background: #333;  
color:#ccc; 
}
#maincol a:link, #maincol a:visited {
text-decoration : none;
background : inherit;
color : #ccc;
}
#maincol a:hover {
text-decoration : none;
background : inherit;
color : #666;
}
			/*FOOTER*/
#footer {
	clear:both;
	width:100%;
	height:50px;
	border-top: 3px solid #CEB957;
	color: #fff;
	background-color: #585858;
	bottom: 0%;
	position: absolute;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000;
}
#footer a:hover {
text-decoration : none;
background : inherit;
color : #eee;
}

		 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 

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

		/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
		/* End hide from IE-mac */  

		/*Header Properties*/
		
			/*TYPOGRAPHY*/
p {
padding: 10px 15px 10px 15px;
}
h1 {
padding: 20px;
font-size: 175%;
letter-spacing: 3px;
color:  #CEB957;
background: transparent;
}
h2 {font-family:  helvetica, "Trebuchet MS", tahoma, "lucida sans", sans-serif;
margin-left:10px;
padding: 15px;
font-size: 150%;
letter-spacing: 3px;
color:  #CEB957;
background: transparent;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
		/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #CEB957;
}
a:hover {
text-decoration : none;
background : inherit;
color : #ccc;
}
a:active {
text-decoration : none;
background : inherit;
color : #CEB957;
}
ul li {
list-style-image: url(images/arrow.gif);
}
a img {
border:0;
}		
		/*CLASS*/
.box {
margin-left:20px;
margin-right:20px;
margin-bottom: 10px;
border-top:1px solid #8A795D;
border-bottom:1px solid #8A795D;
background : inherit;
color : #808080;
}
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
.post {
	background-color: #333;
	padding: 3px;
	margin: 20px 10px 0 5px;
	border: 0px dashed #8A795D;
	font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
		/*IMAGES*/
.imgleft {
float : left;
border : 1px solid #333;
margin : 5px 10px 10px 0;
padding : 5px;
}

