@CHARSET "UTF-8";

/*
 * Seitenweite Einstellungen
 */
body {
	width: 866px;
	margin: 0px 0px 22px 22px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
}

h1, h2 {
	margin: 0px;
	margin-bottom: 18px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #6E6852;
}

h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #095354;
}
 h6 {
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	font-weight: bold;
	color: #575757;
}
p {
	margin: 12px 0px;
	padding: 0px;
}

a:link,
a:visited,
a:hover {
	color: #095354;
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

form {
	display: inline;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

blockquote {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #6D6950; 
}

blockquote p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none; /* url(../img/link.gif) inside; */
}

ul li {
	margin: 0px;
	padding: 0px;
}

/*
 * Haupteinteilung in header, meta, body und footer
 */
#header {
	position: relative;
	height: 162px;
	background: url(../img/head.jpg) top left no-repeat;
}

#meta {
	z-index: 10;
	position: relative;
	width: 855px;
	padding: 2px 0px 0px 6px;
	background: url(../img/left_bg.png) top left repeat-y;
}

#body {
	position: relative;
	width: 866px;
	padding-top: 15px;
	background: url(../img/left_bg.png) top left repeat-y;
}

#footer {
	margin-right: 5px;
	padding: 6px;
	border-top: 2px solid #B9B4A2;
	font-weight: bold;
}

/*
 * Headersteuerung
 */
div.headControls {
	position: absolute;
	right: 5px;
	bottom: 8px;
}

/*
 * Metasteuerung
 */
#meta div.metaControls {
	float: right;
	font-weight: bold;
	word-spacing: 1em;
}

/*
 * Bodyeinteilung in sidebar und content
 */
#sidebar {
	float: left;
	width: 246px;
	padding: 0px 6px;
}

#content {
	position: relative;
	margin-left: 258px;
	padding: 0px 0px 22px 4px;
}
 
/*
 * Menülayout
 */
 
/* Tabs */
ul.mainMenu {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.mainMenu li {
	float: left;
	margin: 0px;
	margin-left: 23px;
}

ul.mainMenu li a:link,
ul.mainMenu li a:visited,
ul.mainMenu li a:hover {
	display: block;
	width: 116px;
	height: 22px;
	padding: 13px 6px 0px 6px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: url(../img/menu_tab.gif) no-repeat;
}

ul.mainMenu li.active a:link,
ul.mainMenu li.active a:visited,
ul.mainMenu li.active a:hover {
	background: url(../img/menu_tab_active.gif) no-repeat;
}

/* Seitenmenü */
ul.menu,
ul.menu ul {
	margin: 22px 0px 72px 0px;
	padding: 0px;
	list-style: none;
}

ul.menu {
	border-bottom: 1px solid #B4AF86;
}

ul.menu ul {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	margin: 0px;
	border-top: 1px solid #B4AF86;
}

ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:hover {
	display: block;
	height: 20px;
	padding: 5px 16px 0px 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 26px;
	background-position: 16px 11px;
}

ul.menu li li a:link,
ul.menu li li a:visited,
ul.menu li li a:hover {
	font-weight: normal;
	padding-left: 46px;
	background-position: 36px 11px;
}

ul.menu li li li a:link,
ul.menu li li li a:visited,
ul.menu li li li a:hover {
	font-weight: normal;
	padding-left: 66px;
	background-position: 56px 11px;
}

ul.menu li.active {
	background: url(../img/menu_active_bg.png) left top repeat-x;
}

ul.menu li.activeFirst {
	background: url(../img/menu_activefirst_bg.png) left top repeat-x;
}

ul.menu li.activeSecond {
	background: url(../img/menu_activesecond_bg.png) left top repeat-x;
}

ul.menu li a.active:link,
ul.menu li a.active:visited,
ul.menu li a.active:hover {
	font-weight: bold;
	color: #000000;
}

ul.menu li.open a {
	background-image: url(../img/menu_node_open.gif);
	background-repeat: no-repeat;
}

ul.menu li.closed a {
	background-image: url(../img/menu_node_closed.gif);
	background-repeat: no-repeat;
}

ul.menu li.leaf a,
ul.menu li.leaf a.active {
	background-image: none;
}

/*
 * Contentelemente
 */
#content h2 {
	margin-left: 16px;
}
 
.content {
	margin: 0px 5px 0px 16px;
}

.smallcontent {
	float: left;
	position: relative;
	width: 287px;
	margin-left: 14px;
	margin-bottom: 20px;
}

.smallcontent h3 {
	margin-top: 0px;
}

/*
 * Boxlayout
 */
/* Allgemeine Eigenschaften (volle und halbe Breite) */
.box,
.smallbox {
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box .title,
.smallbox .title {
	position: relative;
	height: 21px;
	margin: 0px;
	padding: 8px 12px 0px 12px;
	font-weight: bold;
	color: #000000;
}

.box .title h2,
.box .title h3,
.smallbox .title h2,
.smallbox .title h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
}

.box .title .controls,
.smallbox .title .controls {
	position: absolute;
	right: 10px;
	top: 3px;
}

.box .content,
.smallbox .content {
	margin: 0px;
	padding: 0px 6px 6px 3px;
}

.box .content p,
.smallbox .content p,
.box .content .container,
.smallbox .content .container,
.box .content ul,
.smallbox .content ul {
	margin: 8px 8px 8px 9px;
}

.box .content img.right,
.smallbox .content img.right {
	float: right;
	margin: 10px 10px 22px 44px;
}

.box .content img.left,
.smallbox .content img.left {
	margin: 22px 44px 22px 10px;
}

.box .bottom,
.smallbox .bottom {
	clear: right;
	position: relative;
	margin: 0px;
	border-top: 1px solid white;
}

.box .bottom a img,
.smallbox .bottom a img {
	position: relative;
	top: 8px;
}
	
.box .bottom {
	padding: 12px 12px 16px 12px;
	text-align: right;
}

.smallbox .bottom {
	padding: 4px 12px 8px 12px;
	text-align: left;
}

.box .bottom .buttons,
.smallbox .bottom .buttons {
	position: absolute;
	left: 9px;
	top: 0px;
}

/* Volle Breite */
.box {
	position: relative;
	width: 588px;
	background: url(../img/boxes/box_bg.gif) top left repeat-y;
}

.box .head {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 588px;
	z-index: 10;
	background: url(../img/boxes/box_head.gif) top left no-repeat;
}

.box .title {
	background: url(../img/boxes/box_head_gray.gif) top left no-repeat;	
}

.box .highlight {
	background: url(../img/boxes/box_head_yellow.gif) top left no-repeat;	
}

.box .foot {
	/*
       position: absolute;
	left: 0px;
	bottom: 0px;
   */
	height: 15px;
	width: 588px;
	z-index: 10;
	background: url(../img/boxes/box_foot.gif) bottom left no-repeat;
}

/* Halbe Breite */
.smallbox {
	float: left;
	position: relative;
	width: 287px;
	margin-top: 0px;
	background: url(../img/boxes/smallbox_bg.gif) top left repeat-y;
}

.smallbox .title {
	background: url(../img/boxes/smallbox_head_gray.gif) top left no-repeat;	
}

.smallbox .highlight {
	background: url(../img/boxes/smallbox_head_yellow.gif) top left no-repeat;	
}

.smallbox .foot {
	/*
       position: absolute;
	left: 0px;
	bottom: 0px;
     */
	height: 15px;
	width: 287px;
	z-index: 10;
	background: url(../img/boxes/smallbox_foot.gif) bottom left no-repeat;
}

/* Fehlermeldungen */
.errorBoxOuter {
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../img/boxes/error_box_bg.png) top left repeat-y;
}

.errorBoxInner {
	background: url(../img/boxes/error_box_top.png) top left no-repeat;
}

.errorBoxContent {
	padding: 10px;
	/*text-align: center;*/
	background: url(../img/boxes/error_box_bottom.png) bottom left no-repeat;
}

/* Bestätigungsmeldungen */
.successBoxOuter {
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../img/boxes/success_box_bg.png) top left repeat-y;
}

.successBoxInner {
	background: url(../img/boxes/success_box_top.png) top left no-repeat;
}

.successBoxContent {
	padding: 10px;
	/*text-align: center;*/
	font-weight: bold;
	background: url(../img/boxes/success_box_bottom.png) bottom left no-repeat;
}

/*
 * Formularlayout
 */
form table td {
	padding: 6px 0;
}

form .button {
	margin-top: 10px;
	text-align: center;
}

form .button button {
	display: block;
	margin: 0 auto;
}

tr.separator td {
	border-top: 1px solid #ffffff;
}

td {
	vertical-align: top;
}

td.label {
	width: 100px;
	padding-right: 10px;
}

td.label_breit {
	width: 150px;
	padding-right: 10px;
}

select {
	font-size: 11px;
	border: 1px solid #6D6950;
}

select option {
	font-size: 11px;
}

input.text {
	width: 226px;
	height: 13px;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #6D6950;
}

textarea {
	width: 326px;
	height: 226px;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #6D6950;
}

textarea.short {
	height: 126px;
}

textarea.mini {
	height: 80px;
}

textarea.long {
	height: 326px;
}

/*
 * Spezielle Elemente
 */
p.public {
	padding-left: 25px;
	background: url(../img/public.gif) no-repeat left top;
}

p.private {
	padding-left: 25px;
	background: url(../img/private.gif) no-repeat left top;
}

p.help {
	color: #6D6950;	
}

p.heightlimit {
/*height:60px;*/
}

/*
 * Forum
 */
table.forum {
	margin: 0px !important;
}

table.forum th,
table.forum td {
	height: 20px;
	padding: 5px 5px 4px 7px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid white;
}

table.forum th {
	background-color: #A9E6E7;
}

table.forum td.old {
	padding-left: 24px;
	background: url(../img/forum_oldpost.gif) 8px 5px no-repeat;
}

table.forum td.new {
	padding-left: 24px;
	background: url(../img/forum_newpost.gif) 7px 5px no-repeat;
}

table.forum td.closed {
	padding-left: 24px;
	background: url(../img/forum_closed.gif) 8px 5px no-repeat;
}

table.forum td.category,
table.forum td.activeCategory {
	height: auto;
	margin: 0px;
	padding: 0px;
}

table.forum td.category a,
table.forum td.activeCategory a {
	display: block;
	height: 20px;
	padding: 4px 5px 2px 20px;
	font-weight: bold;
	color: #000000;
	background-position: 9px 10px;
	background-repeat: no-repeat;
}

table.forum td.category a:link,
table.forum td.activeCategory a:link,
table.forum td.category a:visited,
table.forum td.activeCategory a:visited,
table.forum td.category a:hover,
table.forum td.activeCategory a:hover {
	text-decoration: none;
}
	
table.forum td.category a {
	background-image: url(../img/menu_node_closed.gif);
	background-color: #D4E8E9;
}
		
table.forum td.activeCategory a {
	background-image: url(../img/menu_node_open.gif);
	background-color: #A9E6E7;
}

table.forum td.controls {
	text-align: right;
}

/* Forenposts */
table.thread {
	margin: 0px !important;
	padding: 0px !important;
}

table.thread td.postTitle {
	height: 20px;
	margin: 0px;
	padding: 4px 5px 1px 7px;
	color: #000000;
	background-color: #D4E8E9;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

table.thread td.postAuthor {
	padding: 10px;
	text-align: center;
}

table.thread td.postContent {
	padding: 10px;
}

table.thread td.postBottom {
	position: relative;
	margin: 0px;
	padding: 4px 12px 0px 12px;
	text-align: right;
	border-top: 1px solid white;
}

table.thread td.postBottom .date {
	float: left;
	margin-top: 4px;
	padding-bottom: 8px;
	padding-left: 28px;
	background: url(../img/written.gif) no-repeat left 3px;
}

/*
 * Teaser, Blogeinträge
 */
h4.teaser,
h4.blogPost {
	height: 20px;
	margin: 0px;
	padding: 4px 5px 1px 7px;
	color: #000000;
	background-color: #D4E8E9;
	font-weight: bold;
	border-top: 1px solid white;
}

div.teaser,
div.blogPost {
	position: relative;
	border-top: 1px solid white;
	overflow: hidden;
}

div.teaser img {
	position: absolute;
	top: 1px;
	left: 300px; /* eigentlich right: 0px */
}

div.teaser p {
	margin-right: 300px !important;
}

div.blogPost .controls {
	margin-right: 5px;
	text-align: right;
}

/*
 * Fotoalbum
 */
table.gallery {
	margin: 0px !important;
}

table.gallery td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

/*
 * Werbebanner
 */

div.bannerTop {
margin-left:280px;
margin-top:20px;
height:76px;
width:580px;
}

div.bannerRight {
position:absolute;
left: 900px;
top:200px;
height:600px;
width:120px;
}

div.bannerBottom {
height:72px;
margin-left: 13px;
margin-top:20px;
width:581px;
padding:0;
}

div.bannerLeft {
height:205px;
width:245px;
margin-left: 0px;
margin-top:-20px;
margin-bottom:20px;
}

.right {
float:right;
}

ul.showlist {
	margin: 0px;
	padding: 0px;
	list-style: disc;
   list-style-position:inside;
}

ul.showlist li {
	margin: 0px;
	padding: 0px;
}

ol.agb li {
	margin: 0 0 10px 0;
}
