/** 
 * Allgemeine Einstellungen
 */ 
body {
	background-color: #e5e4e5;
	color: black;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	line-height: 150%;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

a {
	color: #bdfd00;
	text-decoration:none;
	font-weight:bold;
	outline: 0 none;
}

a:hover {
	text-decoration:underline;
}

a img{
	border:none;
}

.clearboth {
	clear:both;
}

.current {
	text-decoration: none;
	color:#333;
}

.infront {
	z-index: 100;
}


/* Gesamtes Layout */
#gesamt {
	margin: 0px auto;
	padding: 1em;
	width: 80%;
	min-width: 990px;
	text-align: left;
}

#popup {
	margin: 0px auto;
	padding: 1em;
	width: 80%;
	min-width: 300px;
	text-align: left;
}

/** 
 * Header 
 */
#header {
	background: #002c2d;
	padding-left: 35px;
	padding-bottom: 10px;
	position: relative;
	color: #ffffff;
}

.leiste {
	height: 10px;
	background-color: #e5e4e5;
	padding:7px;
}

.leiste a {
	color:#88ae5e;
	font-weight:bold;
	text-decoration:none;
}

.leiste a:hover {
	text-decoration: underline;
}

.breadcrum{
	float:right;
}

#logo {
	margin-top: 5px;
	position: relative;
}


#loginForm {
	font-size: 12px;
	font-family:Georgia, Times;
	position: absolute;
	top: 8px;
	right: 5%;
	width: 225px;
	z-index: 100;
}

#loginForm a {
	font-size: 9px;
}

#loginForm .push-right {
	text-align: right;
	float: right;
}

#loginForm input[type=password], #loginForm  input[type=submit]{
	margin-top: 5px;
}

#loginForm input[type=password], #loginForm  input[type=text]{
	width: 118px;
}

#loginForm a.current {
	font-weight: normal;
	color: #bdfd00;
	text-decoration: none;
	cursor: default;
}

#loungeleiste {
	position:absolute; 
	bottom:5px; 
	right:5%; 
	text-align:right;
	z-index: 100;
}

/**
 * Navi 
 */
#navi {
	padding-left: 10px;
	padding-top: 2px;
	height: 25px;
	background-image:url(../img/bg_navi.jpg);
	background-repeat: repeat-x;
}

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

#navi ul li {
	float:left;
	position: relative;
}

#navi ul li ul li {
	float: none;
}

#navi ul li a {
	padding: 3.5px;
	display: block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	width: 80px;
	border-right:1px dotted white;
}

/* last-child */
#navi ul li:last-child a, #navi ul li li a  {
	border-right: none;
}

#navi ul li:hover {
	cursor: default;
}

#navi ul li a:hover {
	color: black;
	text-shadow: black 3px 2px 4px;
}

#navi ul li a.current {
	color:#344D38;
}

#navi ul li a.current:hover {
	cursor: default;
	text-shadow: none;
}


/**
 * Subnavi
 */
div#navi ul ul, div#navi ul li:hover ul ul {
	display: none;
}
				
div#navi ul li:hover ul, div#navi ul ul li:hover ul {
	position: absolute;
	display: block;
	background-image:url(../img/bg_unternavi.jpg);
	background-repeat: repeat;
	width: 87px;
}


#rechts ul {
	list-style: square;
}


#rechts ul.djmj li{
	list-style: none;
	letter-spacing: 5px;
	background-image:url(../img/bg_unternavi.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px dotted white;
	padding-bottom: 2%;
	margin-right: 5px;
}


#rechts ul.priv li{
	list-style: none;
	letter-spacing: 1px;
	background-image: url(../img/bg_unternavi.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px dotted white;
	padding-bottom: 2%;
	margin-right: 5px;
}

#rechts ul.banjeetipp li{
	list-style: none;
	letter-spacing: 4.5px;
	background-image:url(../img/bg_unternavi.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px dotted white;
	padding-bottom: 2%;
	margin-right: 5px;
}

#rechts ul.banjeetipp li a.current {
	color:#344D38;
	font-weight: bold;
}

#rechts ul.banjeetipp li a {
	color: white;
	font-weight: normal;
}

#rechts ul.banjeetipp li a.current:hover {
	cursor: default;
	font-weight: bold;
	text-shadow: none;
}

#rechts ul li a{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding-left: 3%;
}

#rechts ul li a:hover{
	color: black;
	font-weight: bold;
	text-shadow: black 3px 2px 4px;
}

/* last-child */
#rechts ul li:last-child {
	border-bottom: none;
}


/** 
 * Inhalt 
 */
#content {
	color: white;
	padding: 20px;
	padding-right:10px;	
    min-height: 47em;
    height: auto;
	background-color: #002c2d;
}

/* Inhalt links */
#links {
	width: 75%;
	color: white;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	line-height: 150%;
	font-size:14px;
	float:left;
}

#links h1 {
	font-family: Arial;
	font-size: 18px;
	margin-bottom:0px;
	color: #66B200;
}

#links h1 a {
	color: #bdfd00;
}

#links h2 {
	text-transform:uppercase;
	color: white;
	font-size:10px;
	font-weight:normal;
	margin-top:2px;
}

#links h2 a {
	color: white;
	font-weight:bold;
}

#links h4 {
	font-family:Georgia, Times;
	color: #66B200;
}

#headline {
	text-align: left;
	color: #bdfd00;
	font-family: Arial;
	font-size: 15px;
}

#headline .sub {
	display: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvtica;
}

/* Türme von Hanio */
#hanio{
	line-height: 70%;
}

/* Hintergrund für Bildergalerie ändern */
#gallerie{
	background-color: white;
	width: auto;
	color: black;
	margin: 0px auto;
}

#gallerie a {
	color: #88ae5e;
}

/* Mail */
#ordner {
	float: left;
}

#anzeige {
	width: 435px;
	float: left;
	margin-left: 50px;
}

.comment_headline {
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 4px;
	color: #66B200;
}

.code {
	color: #000000;
	font-family: Arial;
	background-color: #e5e4e5;
	width: 80%;
	margin: 0px 15px;
	padding: 2px 5px;
	border: 2px dashed #66B200;
}

.horizontal_line {
	border-bottom: 1px dotted #bdfd00;
	width: 100%;
}

.article-footer {
	width: 100%;
}

.quote {
	font-weight: bold;
}


/* Inhalt rechts */
#rechts {
	float:right;
	width: 20%;
	padding-left:20px;
	border-left:1px dotted #bdfd00;
	font-size: 11px; 
}

#rechts h1 {
	font-family:Georgia, Times;
	font-size:16px;
}

#rechts p {
	text-align:justify;
}

#rechts a.current {
	font-weight: normal;
	color: #bdfd00;
	text-decoration: none;
	cursor: default;
}



/** 
 * Footer 
 */
#footer {
	height: 12px;
	background-color: #e5e4e5;
	color: black;
	padding: 7px;
	text-align: left;
}

#footerLinks {
	text-align: right;
	float: right;
}

#footer a {
	color: #88ae5e;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#footer a:hover {
	background-color: #5E8C6A;
	color:#fff;
}

/** 
 * Formulare 
 */
input[type=text], input[type=password], input[type=button], textarea {
	background-color: #002c2d;
	border:1px solid #bdfd00;
	padding:3px;
	font-size:11px;
	margin:1px;
	color: white;
}

input.btn {
	background-color: #002c2d;
	color: white;
	background-image:url(../img/bg_navi.jpg);
	background-repeat: repeat-x;
	width: 100px;
	border: none;
	font-weight: bold;
}

input.btn:hover {
	color: black;
	font-weight: bold;
	margin-left: 3px;
	width: 96px;
	cursor: pointer;
	text-shadow: black 3px 2px 4px;
}

/** 
 * Tabellen 
 */
table.smilies{
	border: 1px solid #bdfd00;
}


table.inter_in{
	border: 1px solid #aeaeae; 
	background-color: #002c2d; 
	color:white;
}

table.inter_out{
	width:70%; 
	border:1px solid #aeaeae; 
	background-color: #e5e4e5; 
	color:black;
	margin: 0px auto;
}

/* Linkseite */
td.link{
	width: 30%;
}

td.linktxt{
	width: 56%;
}

/* Termine */
th.date{
	width: 20%;
	text-align: center;
}

th.time{
	width: 25%;
	text-align: center;
}

th.ort{
	width: 55%;
	text-align: center;
}

/** 
 * Schatteneffekt FF
 */
div.schatten, div.schatten2, div.schatten3, div.schatten4, div.schatten5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
}

div.schatten {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0;
}

div.schatten2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
}

div.schatten3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
}

div.schatten4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
}

div.schatten5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
   margin: 0.7em 1em;
}

div.schatten img {
   border: 0px solid #666;
   margin: -2px;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
}

