@charset "UTF-8";

/* CSS Document */
/*******************************************************************************/
/****                              ****                                     ****/
/****  Webdesign, xHTMl code, css, ****                                     ****/
/****  php, MYSQL database and ma- ****                                     ****/
/****  nagement by Franz Wilding   ****                                     ****/
/****       CMS: r e d a x o       ****     Verlier nicht den Anschluss     ****/
/****                              ****                                     ****/
/****     www.franz-wilding.eu     ****                                     ****/
/****                              ****                                     ****/
/*******************************************************************************/

/* Standardangaben *************************************************************/

body{
	margin:0;
	padding:0;
	text-align:left;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform:uppercase;
	}


a {
	text-decoration:none;
	}
	
a img {
	border:none;
	}

.c {
	margin:0;
	padding:0;
	height:0;
	clear:both;
	}
.v {
	visibility:hidden;
	display:none;
	}
	
p.n {
	margin:0;
	}

em {
	visibility: hidden;
	}
	
	
/* global */
	#bg {
		background-repeat: no-repeat;
    	border: none;
    	color: #99cc33;
    	position: fixed;
    	display: none;
       }
     
     .content {
     	position:absolute;
     	width:100%;
     	height:100%;
     	float:left;
     	}
     
     #impressum {
     	position: fixed;
     	left: 20px;
     	bottom: 14px;
     	color: #333;
     	padding:0 2px;
     	}
	
/* Ueberschriften *********************************************** Ueberschriften */
h1 {
	margin:0;
	padding:0;
	}
	
h1 a {
	display: block;
	width:180px;
	height:42px;
	background: url(img/vollpension_logo.gif) no-repeat;
	}
		
h2 {
	margin:0;
	padding:0;
	}
	
h3 {
	margin:0;
	padding:0;
	}
	
	
#navigation {
	width:180px;
	float:left;
	background:#333333;
	padding:10px 0;
	margin:20px 2px 0 20px;
	text-shadow: 0 0 0 #333333;
	}

#navigation a {
	color: #99cc33;
	}

#opener {
	display:none;
	}

#menu {
	list-style: none;
	margin:40px 15px 50px 15px;
	padding:0;
	}

#menu li {
	margin:3px 0;
	padding:6px 0;
	border-bottom:1px solid #333333;
	font-size: x-small;
	text-align: left;
	color:white;
	}

#menu li a:hover {
	color:#cccccc;
	}

#menu li.last {
	border:none;
	}
	
#navigation #disclaimer {
	display:block;
	width:180px;
	height:42px;
	background:url(img/buero_log.gif) no-repeat;
	}	
/************ main *******************/
#main {
	margin:20px 0 0 0;
	width:580px;
	background:#333333;
	padding:20px 15px;
	float:left;
	text-align: left;
	position: relative;
	}

#main #breadcrumb {
	list-style: none;
	margin:0 0 16px 0; 
	padding:0;
	color: white;
	font-size: xx-small;
	}

#main #breadcrumb a {
	color: #99cc33;
	}

.mceContentBody {
	background:#333333;
	}

#main #inhalt, .mceContentBody {
	width: 405px;
	float: left;
	margin: 45px 15px 0 0;
	color: #99cc33;
	font-size: small;
	text-transform: none;
	line-height: 1.5em;
	text-align: justify;
	text-shadow: 0 0 0 #333333;
	}

#inhalt a {
	color:white;
	border-bottom:1px dotted white;
	}

#inhalt .oneimg {
	width:405px;
	}
	
#inhalt forminfo { 
	color:red;
	}
	
#sidebar {
	width:160px;
	float:left;
	text-shadow: 0 0 0 #333333;
	}

#submenu {
	margin:45px 3px 0 0;
	padding:0;
	list-style: none;
	}

#submenu li {
	margin:3px 0;
	padding:6px 0;
	border-bottom:1px solid #333333;
	font-size: x-small;
	text-align: left;
	color:white;
	}

#submenu li a:hover {
	color:#cccccc;
	}

#submenu li.last {
	border:none;
	}

#submenu li a {
	color:white;
	}

#sidebar #functions {
	list-style: none;
	margin:0;
	padding:0;
	position: absolute;
	bottom:10px;
	right:6px;
	}

#functions li {
	margin:0;
	padding:0;
	color:white;
	display:inline;
	text-transform:lowercase;
	}

#functions li a {
	color:white;
	font-size: small;
	padding:0 2px 0 20px;
	margin-right:10px;
	text-shadow: 0 0 0 #333333;
	
	}

#functions li a span {
	/*border-bottom: 1px dotted white;*/
	}

#functions li.tell {
	background:url(img/tell.gif) no-repeat;
	}

#functions li.print {
	background:url(img/print.gif) no-repeat;
	}
	


#rexform {
	margin:0;
	padding:0;
	}

#rexform fieldset {
	margin:0;
	padding:0;
	border:none;
	}

#rexform legend {
	display:none;
	}

#rexform ul {
	margin: 25px 0 15px 0;
	padding:0;
	list-style: none;
	float:left;
	width:404px;
	}

#rexform ul li {
	float:left;
	width:404px;
	margin:4px 0;
	}

#rexform ul li label {
	float:left;
	width:70px;
	text-align:left;
	margin-right:15px;
	font-weight: bolder;
	text-transform: uppercase;
	font-weight: normal;
	font-size:0.7em;
	color: white;
	padding-top:5px;
	}

#rexform ul li input, #rexform ul li textarea {
	float:left;
	width:300px;
	border:1px dotted #99cc33;
	background:none;
	padding:4px;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	font-weight: normal;
	}

body #rexform ul li textarea {
	height:165px;
	}


#rexform ul li input:hover, #rexform ul li textarea:hover, #rexform ul li input.formsubmit:hover {
	border:1px solid white;
	}


#rexform ul li label.formerror {
	color:red;
	}

#rexform ul li input.formsubmit {
	width:130px;
	background:none;
	border:1px dotted #999999;
	padding:5px;
	height:25px;
	font-size: 0.8em;
	color: #99cc33;
	font-weight: normal;
	margin-left:85px;
	text-align: center;
	}
	