@CHARSET "UTF-8";

body {
	background-color: #000;
}

a:hover {
	color: #fb0;
}

div.frame {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 100%;
}

div.header {
	position: relative;
	float: left;
	font-size: 24px;
	width: 850px;
	height: 152px;
	color: #FFFFFF;
	
	background: #000 url('../img/layoutn/header.jpg') no-repeat;
	margin-top: 4px;
	z-index: 1000;
}

div.dtheader {
	position: relative;
	float: left;
	font-size: 24px;
	width: 850px;
	height: 152px;
	color: #FFFFFF;
	background: url('../img/layoutn/dtheader.jpg') no-repeat;
	margin-top: 10px;
	z-index: 1000;
}

div.gotocommunity{
	position: absolute;
	z-index: 200;
	width: 208px;
	height: 62px;
	top: 36px;
	right: 0px;
	background: url('../img/layoutn/gotocommunity.png') no-repeat;
	cursor: pointer;
	}

div.region_wrap{
	float: left;
	width: 850px;
	background: #d8d8d8;
}

div.center {
	position: relative;
	float: left;
	width: 635px;
	min-height: 500px;
	margin-top: 10px;
}
	
div.rightbar {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 205px;
	min-height: 500px;
	margin-top: 10px;
}
	
div.footer {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 850px;
	min-height: 10px;
	z-index: 10;
}

div.ajax_loader {
	position: absolute;
	left: 0px;
	top: 0px;
}
	
div.ajax_loader_frontend{
	position: fixed;
	left: 0px;
	top: 0px;
}
	
div.bg_header {
	position: absolute;
	background: #000 url('../img/layoutn/bg_header.png') repeat-x;
	width: 100%;
	height: 200px;
	left: 0px;
}

div.bg_main {
	position: absolute;
	width: 100%;
	background: url('../img/layoutn/bg_main.jpg') repeat-x;
	height: 966px;
	top: 200px;
	left: 0px;
}

div.overhead {
	width: 850px;
	text-align: right;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
}

a.overhead {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10px;
	color: #888a85;
	text-decoration: none;
	margin-left: 0px;
	height: 20px;
}

div.breadcrump {
	position: relative;
	clear: both;
	float: left;
	font-size: 11px;
	line-height: 23px;
	height: 25px;
	padding: 0px 5px 0px 14px;
	width: 831px;
	color: #000000;
	margin-top: 0px;
	background: #f3ae1b;
	bottom: 1px;
	border-top: 1px solid #ecb400;
}
	
span.breadcrump {
	color: #eeeeec;
}
	
a.breadcrump {
	color: #000000;;
	text-decoration: none;
}
	
a.breadcrump:hover {
	text-decoration: underline;
}
	
div.highlight_admin{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 175px;
	height: 17px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 30px;
	padding-top: 3px;
	background-image: url('../img/layout/dropdown_grey.png');
	cursor: pointer;
}
	
div.highlight_admin_wrap{
	position: absolute;
	top: 17px;
	right: 0px;
	width: 185px;
	padding: 10px;
	z-index: 20;
	background-color: #282828;
}
/* -------------------- Statische Unterbereiche der Regions ---------------- */

div.rightbar_top{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 286px;
	height: 6px;
	background-image: url('../img/layout/rightbar_top.png');
}

div.rightbar_bottom{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 286px;
	height: 6px;
	background-image: url('../img/layout/rightbar_bottom.png');
}
	

/* -------------------- MODULES ------------------------ */

div.center_module {
	position: relative;
	float: left;
	width: 635px;
	margin-bottom: 5px;
	z-index: 100;
}

div.center_module_inherit {
	position: relative;
	float: left;
	width: 635px;
	margin-bottom: 10px;
}

div.rightbar_module {
	position: relative;
	float: left;
	width: 205px;
	margin-bottom: 10px;
}
	
div.rightbar_module_inherit {
	position: relative;
	float: left;
	width: 205px;
	margin-bottom: 10px;
}
	
div.footer_module {
	position: relative;
	float: left;
	width: 850px;
	z-index: 1;
}
	
div.footer_module_inherit {
	position: relative;
	float: left;
	width: 850px;
	margin-bottom: 10px;
	z-index: 1;
}
	
div.module_rightbar_title {
		background-color: #000000;
		margin-bottom: 5px;
		font-weight: bold;
		color: #FFFFFF;
}
	
.module_shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #babdb6;
}

.module_shadow:hover {
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	opacity:0.3;
	background-color: #babdb6;
} 
	
.module_shadow_hint {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 20;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #babdb6;
	cursor: no-drop; 
}
	
.inherit {
	cursor: no-drop;
	background-color: #2e3436;
}
	
.module_status {
	margin-right: 5px;
}

/* ----------------------- NAVIGATIONSLEISTE ----------------------*/

div.section, div.section_admin{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	float: left;
	color: #FFFFFF;
	height: 33px;
	text-decoration: none;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 15px;
	margin-top: 112px;
	margin-left: 20px;
}

div.section_admin {
	margin-top: 62px;
	font-size: 12px;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
}

div.sec_l, div.sec_r {
	position: absolute;
	width: 6px;
	height: 40px;
	top: 0px;
}

div.sec_l {
	left: -6px;
	background: url('../img/layoutn/sec/sec_l.png');
}

div.sec_r {
	right: -6px;
	background: url('../img/layoutn/sec/sec_r.png');
}

div.sections {
	position: absolute;
	width: 100%;
	background: url('../img/layoutn/sec/sec_bar_bg.png') 0px 116px no-repeat;
}

div.section:hover, div.section_active {
	background: url('../img/layoutn/sec/sec_bg.png');
	background-color: #FFBB00;
}

p.section {
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

a.section {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
}

a.section:hover {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
}

a.whitetext {
	color: #fff;
}
a.blacktext {
	color: #000;
	font-size: 14px;
}

.asection {
	padding-top: 10px;
}

div.section_status {
	position: absolute;
	left: 0px;
	top: -20px;
	background-image: url('../img/section_status.png');
	width: 46px;
	height: 14px;
	padding: 3px;
	z-index: 1;
}

a.navigation, a.navigation:hover {
	text-decoration: none;
	color: #000;
}
a.navigation:hover {
	color: #000;
}

div.module_toolbar_button_small {
	padding: 1px;
	border: 1px solid #babdb6;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	width: 60px;
	height: 15px;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eeeeec;
	color: #000000;
	font-size: 12px;
}

div.toolbar_button:hover {
	border-bottom: 1px solid #eeeeec;
	border-right: 1px solid #eeeeec;
	border-left: 1px solid #555753;
	border-top: 1px solid #555753;
}

div.module_toolbar_move {
	padding: 1px;
	border: 1px solid #babdb6;
	cursor: move;
	background-repeat: no-repeat;
	background-position: center right;
	width: 125px;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eeeeec;
}

div.navigation_dropdown {
	position: absolute;
	visibility: visible;
	left: -6px;
	top: 39px;
	-moz-opacity: 0.96;
	opacity: 0.96;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #f3ae1b;
	cursor: pointer;
	z-index: 50;
}

div.navigation_OLD {
	padding: 4px 6px 4px 6px;
	border-bottom: 1px dotted #babdb6;
	line-height: 10px;
	z-index: 50;
}

div.navigation {
	padding: 14px;
	line-height: 10px;
	z-index: 50;
	color: #000;
}

div.navigation:hover {
	background-color: #f9e6b9;
	color: #000;
}

div.navigation_status {
	position: absolute;
	left: -45px;
	top: 0px;
	background-image: url('../img/navigation_status.png');
	width: 39px;
	height: 14px;
	padding: 3px;
	z-index: 1;
}

/* ----------------- BOXEN IM FRONTEND ---------------- */

div.module_body{
	position: relative;
	padding: 0px;
	float: left;
	margin: 0px;
	top: -5px;
	z-index: -1;
}

/* ----------------- Modulzuweisung ------------------- */

div.region_hover  {
	background-image: url('../img/hover_image.png');
}
	
/* ----------------- NOTICE - WINDOW ------------------ */

div.notice_window {

}

div.notice_window_header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
}

div.notice_window_content {
	position: relative;
	float: left;
	margin-top: 20px;
	min-height: 200px;
	min-width: 300px;
	padding: 10px;
}

div.notice_window_close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.content_editor {
	width: 800px;
	height: 400px;
}

	
div.userimage_big{
	position: relative;
	width: 120px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
div.userimage_medium{
	position: relative;
	width: 80px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
	
div.userimage_small{
	position: relative;
	width: 60px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin: 5px;
}

div.table_wrap{
	position: relative;
	float: left;
	width: 610px;
	overflow: hidden;
	margin: 10px;
	}
	
div.comment{
	float: left;
	width: 300px;
	}
	
div.comments_wrap{
	float: left;
	width: 300px;
	}
	
div.comment_link {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	border: 1px solid #333;
	background: #ccc;
	width: 84px;
	text-align: center;
	
}

a.communitybacklink {
	color: #eeeeec;
	font-size: 11px;
}

a.communitybacklink:hover {
	color: #FFBB00;
	text-decoration: underline;
}

div.community_backlink {
	margin: 5px;
	cursor: pointer;
	border: 1px solid #FFBB00;
	padding: 3px;
	font-size: 10px;
	line-height: 20px;
	color:  #000;
	width: 180px;
	height: 20px;
	z-index: 1000;
}

.community_pfeil_nav {
	position: absolute;
	padding: 3px;
	top: 7px;
	right: 9px;
	background-color: #FFBB00;
	width: 200px;
	height: 134px;
	border: 1px solid #FFFFFF;
	z-index: 2;
}

div.community_backlink:hover {
	border-left: 1px solid #babdb6;
	border-top: 1px solid #babdb6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
	
div.kommentar {
	position: relative;
	float: right;
	clear: both;
	width: 300px;
}
	
div.delete_button {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-image: url('../img/no.png');
	background-repeat: no-repeat;
}

