/* CSS-Author: Mag. Peter Rasser */
/* Datum: April 2010 */


body {
	background-color: rgb(211,211,211);
}

.csc-default {
	margin-bottom: 20px;
}


#main {
	width: 984px;
	margin: auto;
        background-color: rgb(255,255,255);
}

#meta {
	width: 984px;
	height: 40px;
	text-align: right;
        background-color: rgb(255,255,255);
}

#top {
	width: 984px;
	height: 270px;
	background-image: url(../images/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: rgb(132,0,2);
}

#mainnav {
	width: 974px;
	height: 40px;
	background-color: rgb(132,0,2);
	background-image: url(../images/nav_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 5px;
	padding-right: 5px;
}

#banner {
	width: 974px;
	height: 220px;
	padding: 5px 5px 5px 5px;
}

#banner_left {
	width: 450px;
	height: 220px;
	float: left;
}

#logo {
	width: 450px;
	height: 180px;
}

#breadcrumb {
	width: 445px;
	height: 28px;
	background-color: rgb(132,0,2);
	padding-left: 5px;
	padding-top: 12px;
}

#breadcrumb {
	color: rgb(255,255,255);
	font-size: 14px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: none;
	color: rgb(255,255,255);
}

#banner_right {
	padding-left: 5px;
	width: 519px;
	height: 220px;
	float: left;
	background-image: url(../images/demo_fotos/haus_pflaster1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


#content {
	margin-top: 20px;
	min-height: 350px;
	font-size: 14px;
}

#content_sidebar {
	width: 235px;
	float: left;
	padding: 0px 5px 5px 10px;
}

#content_text {
	width: 694px;
	float: right;
	padding: 0px 30px 10px 10px;
}


#content_menu ul {
	margin-left: 15px;
}

#content_menu ul li {
	list-style-type: none;
	font-size: 18px;
}

#content_menu ul li a:link, #content_menu ul li a:visited, #content_menu ul li a:hover, #content_menu ul li a:active {
	text-decoration: none;
	color: rgb(132,0,2);
	font-size: 18px;
}

#content_news {
	margin-top: 25px;
}

#footer_first {
	width: 984px;
	height: 150px;
	background-image: url(../images/bottom_first.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 50px;
}

#footer_second {
	width: 974px;
	height: 26px;
	background-image: url(../images/bottom_second.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}



#footer_second a:link, #footer_second a:visited, #footer_second a:hover, #footer_second a:active {
	text-decoration: none;
	color: rgb(255,255,255);
	font-size: 12px;
}

.news-single-rightbox {
   width: 200px;
}

.clearer {
	clear: both;
}
