*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body
{
	background-color: #fff;
}



h1
{
	background-image: url("images/banner.png");
	width: 1000px;
	height: 300px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}


#container
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}


#content
{
	clear: both;
	color: #333;
	float: left;
	width: 500px;
	overflow: hidden;
}

#middle
{
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	list-style: none;
	width: 250px;
}

#right
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	padding-left: 10px;
	width: 240px;
}

#footer
{
	margin-top: 30px;
	background: url("images/footer.png") top center no-repeat;
	padding: 30px 0;
	clear: both;
	font-size: 11px;
	text-align: center;
}

#footer_feeds 
{
	list-style: none;
	margin-bottom: 10px;
}

#footer_feeds li
{
	display: inline-block;
}


#footer_feeds a
{
	display: block;
	height: 20px;
	padding: 0px 10px 5px 20px;
	background-repeat: no-repeat;
}

#footer_copyright
{
	clear: both;
}

.menu-hauptmenu-container ul
{
	padding: 0px;
	list-style: none;
	margin: 0 0 20px 0px;
}

.menu-hauptmenu-container ul li
{
	display: inline-block;
	margin-left: 5px;
	background-color: #05B4FF;
}

.menu-hauptmenu-container ul .current_page_item
{
	background-color: #FF5203;
}

.menu-hauptmenu-container ul a
{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: block;
	padding: 5px 20px;
}

.menu-hauptmenu-container ul a:hover
{
	color: #000;
}

.navigation
{
	margin: 20px 10px;
	line-height: 30px;
}

#archive_title
{
	font-variant: small-caps;
	font-weight: normal;
	font-size: 26px;
	color: #FF5203;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 30px;
}

