﻿@charset "utf-8";
/* CSS Document */

/* -------->>>>>>>> teilweise übernommen von cssplay */
html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#ffe; 
	font-size: 0.8em; 
	font-family: verdana, arial, sans-serif;
	overflow: hidden; 
}

body {
	background: #ffe;
	color: #333;
	font-family: verdana, arial, sans-serif;
	height: 100%;
	max-height: 100%; 
	overflow:hidden; 
	margin: 0;
	padding: 0;
	border: 0;
}

#mainbody   {
	padding: 8px 2px 2px 8px;
	overflow:auto; 
	position:absolute; 
	z-index: 1; 
	top: 61px; 
	bottom: 25px; 
	left: 222px; 
	right:0; 
	background:#ffc;
	font-size: 0.9em;
}

/* "* html" ist syntaktischer Unsinn und wird nur von IE interpretiert ;-) */
* html #mainbody  {
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	height:100%; 
	max-height:100%; 
	width:100%; 
	overflow:auto; 
	position:absolute; 
	z-index: 1; 
	border-top: 61px solid #fff; 
	border-bottom: 25px solid #fff; 
	border-left: 222px solid #fff;
}

#header {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:60px; 
	background: #050; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:1.6em; 
	z-index: 4; 
	overflow:hidden; 
	color:#fff;
}

#footer {
	position: absolute; 
	margin: 0; 
	bottom: 0px; 
	left:	0; 
	display: block; 
	width:	100%; 
	height: 24px; 
	font-size: 1em; 
	z-index: 5; 
	overflow: hidden; 
	background: #050; 
	color: #fff;
}

#content-left {
	position:absolute; 
	left:0; 
	top: 61px; 
	bottom: 25px; 
	width: 222px; 
	background: #050; 
	font-size: 1.2em; 
	z-index: 2; 
	overflow:auto; 
}

/* "* html" ist syntaktischer Unsinn und wird nur von IE interpretiert ;-) */
* html #content-left {
	height:100%; 
	top:0; 
	bottom:0; 
	border-top: 61px solid #fff; 
	border-bottom: 25px solid #fff; 
	font-size: 1.1em; 
}

img {
  border: none;
}

#header h1 {
	margin: 2px 8px 0 8px;
	font-size:1.3em; 
}

#site_name {
	font-weight:bold;
	font-style:italic;
	color:#3f3;
	font-size:1.5em;
}

#header h2 {
	margin: 2px 8px 0 8px;
	font-size:1.2em; 
}

#mainbody h2 {
	margin: 6px 6px 0 0;
	font-size: 1.2em; 
	background-color: #cd6; 
	padding: 6px;
}

#mainbody li.menu-child-0 {
	padding: 1em 0 0 0;
	font-size: 1.2em; 
}

#mainbody li.menu-child-1 {
	font-size: 0.8em; 
}

h3 { 
	font-size: 1.1em;
	background-color: #CF9; 
	margin: 6px 6px 0 0;
	padding: 4px;
}

p { 
	margin: 2px;
	padding: 2px;
	font-size: 1em;
}

table { 
	font-size: 1em;
}

/* >>>>>>> Suche */
#topfeedback {
	margin:  4px;
	padding: 0;
	width: 100%;
	right: 0;
	top: 0;
	height: 26px;
	z-index: 5;
	position: absolute;
	text-align: right;
}

#topfeedback a {
	vertical-align: top;
	float: none;
	color: #ff8;
	text-decoration: none;
}

#topnavigation {
	margin:  34px 0 0 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
	height: 26px;
	z-index: 5;
	position: absolute;
} 

div.suche {
	margin: 0px 32px 0px 0px;
	float: right; 
	vertical-align: middle;
}

div.suche a {
	vertical-align: middle;
	float: none;
	color: #000;
	text-decoration: none;
}

input.suchform {
	vertical-align: middle;
	float: none;
}

input.suchform-submit {
	border: none;
}
/* <<<<<<<<<<<<<< Suche /*

/* >>>> Login */
#loginmaske {
	height: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 20px;
	top: 6px;
	z-index:5;
	position: absolute;
} 

#login {
	margin: 0px 16px 0px 0px;
} 

/* <<<<<<<<<<< Login */


div.testnews {
	margin: auto;
	padding: 6px;
	background-color: #ffc;
	width: auto;
}



/* >>>>>>> Main Navigation */
#content-left div.innerwrap {
	white-space:nowrap;
	overflow:hidden;
	background-color: #050;
}

#content-left div.innerwrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-left div.innerwrap a {
	text-decoration: none;
}

#content-left div.innerwrap a.menu-0,
#content-left div.innerwrap a.menu-1,
#content-left div.innerwrap a.menu-2 {
	background: url(file.gif) left center no-repeat;
	padding-left: 20px;
}

#content-left div.innerwrap a.menu-expand{
	background: url(foldclose.gif) left center no-repeat;
	padding-left: 20px;
}

#content-left div.innerwrap a.menu-expand.menu-current,
#content-left div.innerwrap a.menu-expand.menu-parent {
	background:url(foldopen.gif) left center no-repeat;
	padding-left: 20px;
}

#content-left div.innerwrap li.menu-current {
	background-color: #ffc;
}

#content-left div.innerwrap li.menu-current ul {
	background-color: #050;
}

#content-left div.innerwrap li.menu-0 {
	margin: 2px 0 0px 2px;
	padding: 2px 0 2px 2px;
	list-style: none;
	font-size: 1.02em;
	font-weight: bold;
	border-top: 0px;
	line-height: 1.3em;
	vertical-align: middle;
}

#content-left div.innerwrap li li {
	margin: 5px 0 0px 5px;
	padding: 2px 0 2px 2px;
	list-style: none;
	font-size: 0.9em;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.5em;  
}

#content-left div.innerwrap li li.menu-current {
	height: auto;	
}
#content-left div.innerwrap li li.menu-parent {
	height: auto;	
}

#content-left div.innerwrap li li li {
	margin: 0 0 0 8px;
	padding: 2px 0 2px 2px;
	list-style: none;
	font-size: 0.8em;
	font-weight: normal;
	border-top: none;
	line-height: 1.1em;
	vertical-align: middle;
	height: 1.3em;  
}

#content-left div.innerwrap a:link {
	color: #ffc;
}

#content-left div.innerwrap a.menu-0 {
  color: #8f8;
}

#content-left div.innerwrap a:visited {
	color: #ffc;
}

#content-left div.innerwrap a:hover {
	color: #3f3;
}

#content-left div.innerwrap a.menu-current,
#content-left div.innerwrap a.menu-current:visited,
#content-left div.innerwrap a.menu-current:link {
	color: black;
}

#content-left div.innerwrap li.menu-current{
	color: black;
}
/* <<<<<<<<<< Main Navigation */

/* >>>>>>>>>> Linkseite */
div.pic_link {
 clear: both;
}

div.pic_link a {
  text-decoration: none;
  color: #000;
}

div.pic_link img {
  border: 0;
}

div.box1 {
  float:left;
	width:180px;
	height:56px;
	background:#dd8;
  padding: 4px;
  margin: 3px;
}
/* <<<<<<<<<<<< Linkseite */

/* >>>>>>>>>>>> Download Gallery 1 only!*/
button.dgh {
	border: 0;
	background: none;
	font-weight: bold;
}

button.dgh.asc {
	background: url(up_16.png) right center no-repeat;
	padding-right: 20px;
}

button.dgh.desc {
	background: url(down_16.png) right center no-repeat;
	padding-right: 20px;
}

/* <<<<<<<<<<<< Download Gallery */

/**** News ****/

td.post_date {
	/*display: none;*/
	color: gray;
	border-top: solid medium #9c0;
	padding: 6px 2px 2px 2px;
}

td.post_top {
	padding: 50px 0px 0px 0px;
}

td.post_title {
	border-top: solid medium #9c0;
	padding: 6px 2px 2px 2px;
}

td.post_short {
	padding: 0px 0px 22px 0px;
}

table.newstable {
	table-layout:fixed;
}

/**** Bottom Navigation ***/
ul.bottomnav, li.bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottomnav {
  position: absolute;
  top: 4px;
  right: 4px;
}

li.bottomnav {
	width: 120px;
	float: left;
}

#footer a:link {
	color: #ffc;
	text-decoration: none;
}

#footer a:visited {
	color: #ffc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffc;
	text-decoration: none;
}

/***************** Newsreader ***********************/
.newsreader {
}
.nr_description {
	font-weight: bold;
}
.nr_content {
}
.nr_content ul {
}
.nr_content ul li {
	margin-bottom: 1em;
	padding: 3px;
	list-style: circle;
}
.nr_itemdesc {
}

.discreet {
	font-size:90%;
}

/***************** Page Comments ***********************/
div.pcheader {
  font-size: 1.1em;
  font-weight: bold;
}

div.pcbody {
  font-size: 0.9em;
}