
body {
	padding: 0px;
	margin: 0px;
	/*background: #f39c3d url(../design/footer_bg.jpg) repeat-y top center;*/
	background: #02133f;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;
}

.clear {
	clear: both;
}

a:focus,
a:active {
	outline: 0;
}

#direct_navigation {
	position: absolute;
	left: -20000px;
}

#outer_space {
	background: #02133f url(../design_2010/body_bg.jpg) repeat-x top left;
	width: 100%;
	float: left;
	text-align: center;
}

#outer {
	background: url(../design_2010/body_bg_top.jpg) no-repeat top center;

}

#outer_inner {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
}



/* head */

#head {

	text-align: center;
}

#logo {
	padding: 35px 0px 42px 0px;
}


#navigation {
	clear: both;
	width: 980px;
	text-align: center;
}


/* content */

#content_area {
	width: 980px;
	float: left;
	padding: 15px 0px 10px 0px;
	text-align: left;
}

* html #content_area {
	clear: both;
	position: relative;
}

#content_area_inner {
	float: left;
	width: 920px;
	padding: 0px 30px 0px 30px;
}

* html #content_area_inner {
	position: relative;
}

/* z.B. bei der Umfrage linker und rechter Inhalt in Spalten */

#content div.left_content {
	float: left;
	width: 45%;
	text-align: left;
}

#content div.right_content {
	float: right;
	width: 45%;
	text-align: right;
}

#content div.right_content div.link {
	float: right;
}

#column_right {
	float: right;
	width: 300px;
}

* html #column_right {
	position: relative;
}

#column_right div.typ3 {
	background: url(../design/teaser/typ3_bg.png) no-repeat top center;
	width: 300px;
	height: 335px;
	margin: 0px 0px 10px 0px;
}

* html #column_right div.typ3 {
	background: url(../design/teaser/typ3_bg.gif) no-repeat top center;

}

#column_right div.typ3 div.inner {
	padding: 20px 10px 10px 10px;
	
}


#column_left {
	float: left;
	width: 610px;
	
}

#column_left div.content_top {
	background: url(../design/content_top.gif) no-repeat top center;
	height: 20px;
	width: 610px;
}

#column_left div.content_middle {
	background: url(../design/content_middle.gif) repeat-y top center;
	padding: 20px 20px 0px 20px;
	width: 570px;
	float: left;
}

#column_left div.content_middle div.meta {
	float: right;
	width: 70px;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: -20px 0px 10px 500px;
	clear: both;
}

#column_left div.content_middle div.meta img {
	float: left;
	padding: 0px 0px 0px 10px;
}

#column_left div.content_bottom {
	background: url(../design/content_bottom.gif) no-repeat top center;
	height: 20px;
	width: 610px;
	float: left;
	margin: 0px 0px 10px 0px;
}

#column_left div.cb1 {
	clear: both;
	float: left;
	width: 610px;
	margin: 0px 0px 10px 0px;
	height: 335px;
	background: url(../design/contents/cb1_allgemein.png) no-repeat top center;
}


#column_left div.cb1 div.inner {
	padding: 20px 10px 10px 10px;
}

#column_left img {
	border: 0px;
}


/* footer */

#footer {
	display: none;
	clear: both;
	padding: 0px;
	background: #f39c3d;
	border-top: 1px solid #FFFFFF;
	height: 100%;
}

#footer div.inner {
	width: 900px;
	margin: 0 auto;
	padding: 20px 40px 20px 40px;
	background: #f39c3d url(../design/footer_bg.jpg) repeat-y top center;
	
	text-align: left;
}

#social_bookmarks {
	margin: 0px 0px 0px -3px;
}




