*{margin:0; padding:0; border: 0;}
body {
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	background: #666666 url(images/bodybg.jpg) repeat;
	margin-bottom: 10px;
	color: Silver;
}
a, a:visited {
	text-decoration: none;
	color: #258ADC; 
	background: inherit;
}
a:hover {
	color: #32CD32;
	background: inherit;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	padding: 3px 0 0 0;	
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
	color: #006699;
	margin-bottom: 3px;
}
h3 {
	font-size: 95%;
	color: #666666; 
}

#container{
	width: 960px;
	margin: 10px auto;
   background: #ffffff;
	border: 2px solid #272727;
}
#content{
	padding-top: 5px;
	padding-bottom: 5px;
	width:900px;
	clear: both;
}
#leftcontent{
	display:inline /*Fix IE floating margin bug*/;
	margin-top: 45px;
	padding: 15px 5px 5px 25px;
	float: left;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

#rightcontent{
	display:inline /*Fix IE floating margin bug*/; 
	width: 555px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#header{
	height:200px;
	width:960px;
	font-family: "MS Serif", "New York", serif;
}

#headbottom{
	margin: 0 auto;
	height: 200px;
	border: 0px solid #272727;
	padding: 0;
}
#headbottom h1{
 	padding: 0;
	text-transform: uppercase;
	color: Black;
}

span.Denali {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 1.3em;
	color: #702c8f;
}

/*aboutHistory */

#about-history {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.about .entry {
	width: 850px;
}

#about-history h2{
	width:850px; 
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	line-height: 30px; 
	color:#000000; 
	margin:20px 0 38px 0;
}

#about-history h2 span{
	font-size: 1.3em;
	color:#703591;
	line-height:22px; 
	font-weight:bold;
}

#about-history p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:normal; 
	color:#000000; 
	margin: 0 8px 0;
}



/* Horizontales Menu */
.blockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 960px;
border: 0px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.blockmenu li{
display: inline;
}

.blockmenu li a{
float: left;
color: white;
padding: 9px 9px;
text-decoration: none;
border-left: 1px solid white;
}

.blockmenu li a:visited{
color: white;

}

.blockmenu li a:hover, .blockmenu li .active {
color: #fff;
text-decoration: none;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.blockmenu .first a {
	border-left: 0px solid white;
	background: transparent url(images/blockactive.gif) center center repeat-x;

}


.navhead{
	height: 296px;
	width: 300px;
	padding: 5px 5px 5px 5px;
	border:solid 1px #000000;

}

.posthead {
	color: #32CD32;
	padding: 0 0 0 5px;
	text-decoration: underline;
	height: 30px;
	line-height: 30px;
}
.postcontent {
	padding: 5px 5px 5px 20px;
	text-align: justify;
	background-color: #ffffff;
}
.postcontent p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:normal; 
	color:#000000;
	padding: 10px 10px 10px 10px;
	line-height: 1.4em;
}

.left{
	float: left;
	padding: 2px 8px 2px 2px;
}
.right{
	float: right;
	padding: 2px 2px 2px 8px;
}
.center{ 
	display: block;
  	text-align: center;
  	margin: 0 auto;
	padding: 3px 0 3px 0;
}
.clear{
	clear: both;
}

/* Footer */


#footer {
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	clear: both;
	background: #ffffff;
	color: #666666;
	border-top: 1px solid #666666
}

.footnav {
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	}

.footnav a {
	margin: 0 10px;
	color: #702c8f;
	}

.footnav a:hover {
	margin: 0 10px;
	color: #702c8f;
	text-decoration:underline;
	}
	
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align: center;
	padding: 5px 0 5px 0;
	}
