body
{
	color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

* {
  margin:0;
  padding:0;
}


#wrapper {
  width: 790px;
  margin: 0 auto;

} 


#header
{
	float: left;
	width: 790px;
	height: 232px;
	padding-bottom: 8px;
	clear: right;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;

	}

#header h1 { 
margin-left: 420px; 
margin-top: 20px;

}
#header h1 a {
color: #FFFFFF;
}
#header h1 a:hover {
color: #C8DDF0;
}


.slogan {

color: #C6DDED;
margin-left: 420px;
margin-bottom: 2px;

}



h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }
h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}






#content {

background: url(images/post-bg.gif);
background-repeat: no-repeat;
width: 700px; 
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
padding-top: 3px;
color:#FFFFFF;
}


#content a:link { text-decoration: none; color: #34B5FF; }
#content a:visited { text-decoration: none; color: #34B5FF; }
#content a:hover, a:active { color: #2279D3; }





#footer
{
	clear: both;
	float: left;
	width: 790px;
	text-align: center;
	background: #000000;
	padding-top: 20px;
	color: #34B5FF;
	font-size: 11px;
}

#footer a {
	color: #34B5FF;
	font-size: 11px;
	}
#footer a:visited {
	color: #34B5FF;
	}
#footer a:hover {
	color: #2279D3;
	border-bottom: 1px dashed #2279D3;
	}
	
	
	
	
	
	
	
	
	
/* NAVIGATION START*/	
	
#menu 
{
	height:54px;
	background: #FFFFFF url("images/bmid_108.gif");
	margin:-60px 10px 0px 0px;
	border:0;
	float:right;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	background: url("images/bright_108.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_108.gif") no-repeat left top;
	padding:0 25px 0 25px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	font-size:11;
	color:#FFFFFF;
	font-weight:bold;
	line-height:54px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#C8DDF0;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

/* NAVIGATION ENDE*/
