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

* {
	margin:0px;
	padding:0px;
}
body, html {
	background: url(../images/bg.jpg) repeat-x #003a5f;
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#fff;
}
/* Standards 
============================================== */

a:link {
	text-decoration: none;
	color: #fffea5;
}
a:visited {
	text-decoration:none;
	color: #fffea5;
}
a:hover {
	text-decoration: underline;
	color: #fffea5;
}
a:active {
	text-decoration: underline;
	color: #fffea5;
}
p {
	margin-bottom:15px;
}
h1 {
	color:#fffea5;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
h2 {
	color:#fffea5;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:18px;
}
h3 {
	color:#fffea5;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:30px;
}
#content li {
	list-style:inside;
	list-style-type:circle;
	margin-bottom:5px;
}
#content ul {
	margin-bottom:20px;
}
#content tr, td { padding:5px; }

#content table { border:1px solid #fff;}
/* Aufbau 
============================================== */

#shadow {
	background:url(../images/schatten.png);
	width:978px;
	min-height:100%;
	margin:0 auto;
}
* html #shadow {
	height:100%;
}
#wrapper {
	width:940px;
	min-height:100%;
	margin:0 auto;
	background:#004B7B;
}
* html #wrapper {
	height:100%;
}
/* Header 
============================================== */
#header {
	background:url(../images/header.jpg);
	width:940px;
	height:283px;
}
#randoms {
	width:554px;
	height:214px;
	padding:32px 0 0 336px;
}
/* Navi 
============================================== */

#navi {
	width:852px;
	background:url(../images/navigation.jpg);
	height:137px;
	padding:17px 0 0 88px;
	text-align:justify;
	font-size:12px;
}
#navi li {
	list-style:none;
	float:left;
	margin-right:123px;
}
#navi a, #navi a:visited {
	color:#fff;
}
#navi a:hover, #navi a:active {
	color:#fffea5;
	text-decoration:none;
}

#gbook { width:226px; height:108px; float:right; margin-top:13px; padding-right:30px;}
/* Inhalt 
============================================== */

#content {
	width:576px;
	min-height:168px;
	background:url(../images/content.jpg) no-repeat;
	height:100%;
	float:left;
	padding-left:10px;
	padding-right:30px;
}
.spalte_links {
	width:280px;
	float:left;
}
.spalte_rechts {
	width:280px;
	float:left;
	margin-left:10px;
}
/* Left 
============================================== */

#left {
	background:url(../images/left.jpg) no-repeat;
	width:277px;
	min-height:434px;
	float:left;
	padding:11px 15px 0 32px;
}
#subnavi {
	width:277px;
	text-align:center;
	margin-top:66px;
	font-size:10px;
}
#subnavi li {
	list-style:none;
	float:left;
}
#subnavi .anfahrt { margin-left:17px;}
#subnavi .kontakt { margin-left:51px;}
#subnavi .impressum { margin-left:45px;}

#subnavi a, #subnavi a:visited {
	color:#fff;
}
#subnavi a:hover, #subnavi a:active {
	color:#fffea5;
	text-decoration:none;
}
/* Footer 
============================================== */

#footer {
	background:url(../images/footer.jpg);
	width:940px;
	height:66px;
	text-align:center;
	padding-top:33px;
}
/* Classen 
============================================== */

#pixaround {
	border:1px solid #95A4B3;
	padding:3px;
	width:560px;
	height:210px;
}
.clear {
	clear:both;
	float:none;
}
.linie {
	height:1px;
	border-bottom:1px dotted #fff;
	width:568px;
	margin:0px 0 15px 0;
}
.gelb {
	color: #fffea5;
}
.img {
	border:1px solid #95A4B3;
	padding:3px;
	margin-right:21px;
	
}
.img_floatleft {
	float:left;
	margin:0 15px 15px 0;
}

.img_floatright {
	float:right;
	margin:0 15px 15px 0;
}
#partner { color:#fff; margin-top:30px; border-top:1px dotted #fff; padding-top:20px;}



.ewcmsimg {
	float:left;
	margin: 0 20px 15px 0px;
	border:1px solid #95A4B3;
	padding:3px;
}
/* --7. cms -editmode --*/
#ewcms_edit_controller {
    position: absolute;
    top:0px; left:0px;
    z-index:100;
    width:99%;    
	height:50px;
    padding: 24px 0px 0px 20px;
    background-image: url(images/bg_logout.gif);
    background-repeat: repeat-x;
    background-position: right center;
	background-color: #004b80;
	border-bottom: 2px solid #fff;
}
#ewcms_edit_controller img {
    border: none;
}

.ewcms_form {
	color:#fff;
}
.ewcms_edit_table {
    border: none;
}
.ewcms_edit_title {
    border: none;
}
.ewcms_edit_content{
    border: none;
}
.ewcms_edit_submit{
    border: none;
}
.ewcms_edit_cancel{
    border: none;
}
.ewcms_edit_img{
    border: none;
}
.ewcms_edit_link{
    border: none;
}
.ewcms_edit_file{
    border: none;
}
