body {
	margin:0;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color : #000000;
}

#page {
	background: #99CCFF;
	top: 0px;
	left: 0px;
	width: 100%;
	position: relative;
	text-align: left;
}

#banner {
	position: absolute;
	background-image: url(/fileadmin/templates/logo.jpg);
	background-repeat:  no-repeat;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 100px;
}

#top {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 55px;
	background-color:#99CCFF;

}
#navbar {
	position: absolute;
	left: 160px;
}

#logo {
	position: absolute;
	background-repeat:  no-repeat;
	top: 0px;
	left: 426px;
	width: 500px;
	height: 112px;
}

#left {
	position: absolute;
	top: 154px;
	left: 0px;
	width: 160px;
	height: 1520px;
	background-color:#99CCFF;
/*	background-color:#DAF4FE;*/
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	position: absolute;
	top: 135px;
	left: 180px;
	width: 720px;
	height: 545px;
	
	margin-top: 20px;
	padding-top: 20px;
	z-index: 100;
	overflow: auto;

}


#rnav {
	padding: 4;
	margin:0;
	list-style: none;
	position:absolute;
}

#rnav ul { 
	padding: 0px;
	list-style: none;
}
#rnav li { 
	margin:0;   
	padding: 0;
}



/*-------------------------------------------------*/
/* Menu on top */
#tnav {
	padding: 5px;
	
	margin:0;
	list-style: none;
	position:relative;
}

#tnav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
#	width:50px;
	position:absoulte;
	overflow:visible;
	height: 40px; 
	background-color:#99CCFF;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border: 0px solid #000000;
}
#tnav li { 
	margin:0;   
	padding: 0;
	float:left;
	width: 95px;
	display:block;
	height:auto;
}
#tnav li:hover a {
	color:#FFFFFF;
}

#tnav ul li{ 
	background-color:#99CCFF;
	z-index: 550;
}

#tnav li:hover ul li a {
	color:#99CCFF;
}

#tnav a {
	text-decoration:none; 
	display:block;
	margin:0px;  
	padding:0px 0px 0px 0px;
}

/*  CSS Blöcke für die Ausklapp-Elemente */
#nav a:hover {
	background-color:#99CCFF;
	color:#FFFFFF;
}
/*  Innenkasten Ausklapp-Elemente */

#nav ul li a {
	text-decoration:none; 
	display:block;
	padding: 0px;
	margin: 0px;
	/*padding: 2px 4px 2px 4px; */ 
	/*margin: 0px 6px 1px 6px;*/
	/*text-transform: lowercase;*/
	color:ccffff;
	font-size: 11px;
	font-weight:normal;
	z-index: 15;
	overflow: visible;
}
#nav ul li:hover{
	background-color:#99CCFF;
}
#nav ul li a:hover{ 
	background-color:#99CCFF;
	color:#B8D9FA !important;
	font-weight:bold;

}

#nav ul{
	display:none;   
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
	display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
	display:block;
}

li>ul { 
	top: auto;
	left: auto;
	float:left;
}

/*-------------------------------------------------*/
/* Mailform */

.mailformcolheader {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 230px;
    height:18px;    
}
.mailformcolheadernarrow {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 100px;    
    height:18px;
}
.mailformradio {
    width: 100px;
    height:18px;
    background-color:white;
    border:1px solid silver;
    padding:2px
} 
.inputfields {
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid silver;
    background-color: lightgrey; 
}
.inputfields_ro {
    color: gray; 
    background-color: lightgrey; 
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
.mailformsubmit {
    color: black; 
    background-color: silver; 
    height:20px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
/*Beschriftung des Mailforms*/
.csc-mailform {
	position: relative;
	display:block;
	PADDING:5px;
	font-size:13px;
	color:black;
}

/* Hintergrund des gesamten Formulars */
.csc-mailform-field {
	}
.csc-mailform label {
	position: relative;
	display:block;
	width: 100px;
	float: left;
	left:10px;
	text-align: left;
	PADDING:2px;
	margin:2px;
	border:1px solid #999999;
}
.csc-mailform input, .csc-mailform textarea {
	position: relative;
	width:250px;
	left:20px;
	PADDING:2px;
	margin:2px;
	background-color:lightgrey;
	border:1px solid gray; 
	color: black;
}
.csc-mailform-check {
	border: none;
	width:auto;
	left: 20px;
	PADDING:2px;
	margin: 2px 0 2px 0;
}
.button {
	clear: left;
	position: relative;
	display:block;
	left:128px;
	width:auto;
}
.csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	left:128px !important;
	width: auto !important;
	color:black !important;

	
}
.csc-mailform .csc-mailform-check {
	background:none;
	border:none;
	width:16px;
}




