harset "UTF-8";
/* CSS Document */

html, body {
	width:				100%;
	height:				100%;
	border:				none;
}

body {
	background-image:	url(/images/design/background.jpg);
	background-position:top left;
	background-repeat:	repeat-x;
	text-align:			center;
}

.wrapper {
	position:			relative;
	width:				960px;
	margin:				auto;
	text-align:			left;
}

#header {
	position:			relative;
	width:				960px;
	height:				170px;	
}

#header a {
	outline:			none;
}

#navigation {
	position:			absolute;
	top:				4px;
	display:			block;
	width:				946px;
	height:				33px;
	margin:				0 0 0 8px;
	padding:			0;
	list-style:			none;
}

#navigation.normal li {
	width:				136px;
	height:				33px;
	margin:				0 0 0 -1px;
	padding:			0 0 0 0;
	background-image:	url(/images/design/header_navigation_background.png);
	background-position:0 0;
	background-repeat:	no-repeat;
	font-size:			14px;
	letter-spacing:		1px;
	text-align:			center;
	line-height:		30px;
	float:				left;
	cursor:				pointer;
}

#navigation.normal li a {
	display:			block;
	width:				136px;
	height:				33px;
	font-weight:		normal;
	color:				#999999;
	text-decoration:	none;
}

#navigation.normal li:hover,
#navigation.normal li.active {
	background-position:0 -33px;
}

#navigation.normal li a:hover,
#navigation.normal li.active a {
	color:				#222222;
}

#navigation.internbereich {
	margin:				0 7px;
	padding:			0;
	background-image:	url(/images/design/header_navigation_background2.png);
	background-position:0 0;
	background-repeat:	no-repeat;
}

#navigation.internbereich #userNote {
	position:			absolute;
	top:				5px;
	left:				23px;
	display:			block;
	font-size:			11px;
	line-height:		normal;
}

#navigation.internbereich #userMenu {
	position:			absolute;
	top:				5px;
	right:				23px;
	display:			block;
	text-align:			right;
	font-size:			11px;
	line-height:		normal;
}

#navigation.internbereich #userMenu ul {
	height:				27px;
	list-style:			none;
}

#navigation.internbereich #userMenu ul li {
	background-image:	none;
	font-size:			11px;
	line-height:		normal;
	float:				right;
}

#navigation.internbereich #userMenu ul li a {
	text-decoration:	none;
}

#navigation.internbereich #userMenu ul li img {
	vertical-align:		middle;
}

#reflection {
	position:			absolute;
	top:				102px;
	width:				940px;
	height:				68px;
	margin:				0 10px;
	background-image:	url(/images/design/header_reflection.png);
	background-repeat:	no-repeat;	
}

#logo {
	position:			absolute;
	top:				72px;
	left:				70px;
}

#login {
	position:			absolute;
	top:				72px;
	left:				730px;
}

#login_community,
#login_internbereich,
#login_homepage,
#login_homepage2 {
	display:			block;
	width:				110px;
	height:				65px;
	background-repeat:	no-repeat;
	text-decoration:	none;
	float:				left;
	cursor:				pointer;
}

#login_community {
	background-image:	url(/images/design/header_login_community.png);
}

#login_internbereich {
	background-image:	url(/images/design/header_login_internbereich.png);
}


#login_homepage {
	background-image:	url(/images/design/header_login_homepage.png);
}


#login_homepage2 {
	background-image:	url(/images/design/header_login_homepage2.png);
}

#login_community:hover,
#login_internbereich:hover,
#login_homepage:hover,
#login_homepage2:hover {
	background-position:0 -65px;
}

#subnavigation {
	width:				960px;
	height:				30px;
}

#subnavigation a {
	text-decoration:	none;
	outline:			none;
}

#tabs {
	display:			inline;
	width:				700px;
	height:				27px;
	margin:				3px 10px 0 10px;
	padding:			0;
	list-style:			none;
	float:				left;
}

#tabs li {
	height:				27px;
	margin:				0 10px 0 0;
	padding:			0;
	background-image:	url(/images/design/subnavigation_tabs_background.png);
	background-position:0 0;
	background-repeat:	repeat-x;
	line-height:		normal;
	float:				left;
	cursor:				pointer;
}

#tabs li a {
	display:			inline-block;
	height:				21px;
	padding:			6px 10px 0 10px;
	font-weight:		normal;
	color:				#f3eeec;
}

#tabs li.active {
	background-position:0 -27px;
}

#tabs li.active a {
	font-weight:		bold;
	color:				#3d3d3d;
}

#search {
	position:			absolute;
	left:				720px;
	width:				180px;
	height:				30px;
	margin:				0 10px;
	padding:			0 20px;
	background-image:	url(/images/design/search_background.png);
	background-position:center;
	background-repeat:	no-repeat;
	cursor:				pointer;
}

#search #searchInput {
	width:				120px;
	margin:				8px 0 0 30px;
	padding:			0;
	background:			none;
	border:				none;
	color:				#3D3D3D;
	font-size:			11px;
	cursor:				text;
}

#search .input-image {
	margin-top:			-1px;
	margin-left:		1px;
}

#content {
	width:				960px;
}

#page {
	display:			inline;
	width:				700px;
	margin:				0 10px;
	padding:			20px 0 40px 0;
	float:				left;
}

#sidebar {
	display:			inline;
	width:				180px;
	margin:				0 10px 40px 0;
	padding:			20px 20px 13px 20px;
	background-color:	#f1ebec;
	float:				right;
}

#sidebar, #sidebar * {
	font-size:			11px;
	text-align:			left;
	line-height:		normal;
}

#sidebar ul {
	margin:				0;
	padding:			0;
	list-style:			none;
}

#sidebar ul li, #sidebar p {
	margin:				0 0 7px 0;
	padding:			0;
	background:			none;
}

#sidebar #bezirksuebersicht {
	display:			block;
	width:				180px;
	height:				60px;
	background-image:	url(/images/design/sidebar_bezirksuebersicht.png);
	background-repeat:	no-repeat;
	text-decoration:	none;
	cursor:				pointer;
}

#sidebar #bezirksuebersicht:hover {
	background-position:0 -60px;
}

#sidebar #fdivorort,
#sidebar #foerdermitglieder {
    position:           relative;
	width:				150px;
	height:				30px;
	padding:			15px;
	background-image:	url(/images/design/sidebar_fdivorort.png);
	background-repeat:	no-repeat;
	cursor:				pointer;
}

#sidebar #fdivorort:hover,
#sidebar #foerdermitglieder:hover {
	background-position:0 -60px;
}

#footer {
	position:			relative;
	clear:				both;
	height:				130px;
	background-color:	#3d3d3d;
}

#footer * {
	color:				#ececec;
}

#partners {
	display:			inline;
	width:				700px;
	height:				80px;
	margin:				25px 10px;
	background-color:	#9e9e9e;
	text-align:			left;
	line-height:		80px;
	float:				left;
}

#imprint {
	display:			inline;
	width:				220px;
	height:				80px;
	margin:				25px 10px;
	font-size:			12px;
	text-align:			center;
	line-height:		13px;
	float:				right;
}

#imprint #imprintLink {
	display:			block;
	margin-top:			12px;
	text-decoration:	none;
	outline:			none;
}


#sitemap {
	position:			relative;
	clear:				both;
	width:				100%;
	background-color:	#e3e3e3;
	background-image:	url(/images/design/sitemap_background.jpg);
	background-repeat:	repeat-x;
	background-position:center;
}

#sitemap * {
	font-size:			11px;
	text-align:			left;
	line-height:		normal;
}

#sitemap .wrapper {
	width:				940px;
}

#sitemap .column {
	position:			relative;
	width:				124px;
	margin:				20px 10px 12px 0;
	padding:			0;
	list-style:			none;
	float:				left;
}

#sitemap .column li {
	margin:				0 0 6px 0;
	padding:			0;
	background:			none;
}

#sitemap .column li a {
	font-weight:		normal;
	text-decoration:	none;
}
