/*********************************************
   Copyright (c) 2008 CD-NET INTERNETSERVICE     *
                       Alle Rechte reserviert                               *
*********************************************/
* {
	margin: 0; 
	padding: 0;
	border: 0;
}


body {	
	background-color: #fff;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	color:#666;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#679;
	scrollbar-3dlight-color:#679;
	scrollbar-arrow-color:#679;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;	
}

body.referenz {	
	background-color: #fff;
}

p  {
	line-height:20px;
	color:#555;	
}

h1 {
	font-size:18px;
	margin:30px 5px;
	font-weight:100;
	letter-spacing:1.2px;
	color:#f62;

}
h2, h3 {
	font-size:13px;
	padding:5px 5px;
	font-weight:800;
	color:#666;
	font-family:verdana,helvetica,arial;
}
h3 {
	color:#e50;
	margin-left:15px;
	margin-bottom:-10px;
}
.red  {
	color:#e62;
}
.small  {
	font-size:10px;
	line-height:13px;
	padding:8px;
	color:#666;
}

/*  CSS Layout
----------------------------------------------- */

#head {
	height:181px;
	background:url(./img/back_voll.jpg) 0 0 no-repeat;
}

#head  .pic-re {
	float:right;
}

#left,
#navi,
#content {
	width:127px;
	float:left;
	background-color:#ddd;
	min-height:630px;
}

/*_________HAUPT-NAVI____________*/
#navi {
	width:173px;
	background-color:#eee;
	}

#navi ul {
	list-style:none;
    padding:0;
	margin-top:30px;
}
#navi ul  li {
	margin-bottom:5px;
	line-height:15px;
}
#navi ul  li a {
    display:block;
	line-height:15px;
    width:160px;
	color:#339;
	font-size: 1em;
	font-weight:700;
	padding: 2px 8px;
	text-decoration:none;
	margin:2px 0;
}

#navi ul a:hover {
	color:#fff;
	text-decoration:none;
    background-color:#339;
}

#navi ul a.active {
	color:#fff;
	text-decoration:none;
    background-color:#339;
}

/*_________CONTENT_______________*/

#content  {
	width:700px;
	background-color:#fff;
	}

#content p {
	width:630px;
	margin-left: 5px;
	margin-bottom:22px;
}
#content p img {
	float:right;
	margin:0 0 0 25px;
	padding:0;
}
#content ul {
	margin-left: 42px;
	margin-top:12px;
	margin-bottom:19px;
	line-height:18px;
}


#content #list_small,
#content #list_2 {
	margin: 12px;
	line-height:18px;
	width:300px;
	float:left;
	margin-right:44px;
}
#content #list_2 {
	width:500px;
}
#content #list_small li,
#content #list_2 li {
	margin-bottom:19px;
	line-height:18px;
	margin-left: 18px;
}


#content td {
	padding:3px;
	line-height:15px;
}

#content a {
	color:#333;
	padding:2px 6px;
	padding-left:12px;
	background:url(./img/pfeil.gif) 0px 7px no-repeat;

}
#content a:hover {
	color:#fff;
	background-color:#999;
	text-decoration: none;
}

#content iframe {
	margin-left:9px;
	width:650px;
	height:400px;
	border:1px solid #666;
}
#content .button {
	width:100px;
	font-size:10px;
	padding:2px 8px;
	border:1px solid #666;
	background-color:#f2d2a0;
}

/*      Layer für Wegbeschreibung
--------------------------------------------------*/
#black {
	width:100%;
	height:100%;
	background:url(./img/kachel.png) 0 0 repeat;
	display:none;
	z-index:400;
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
}


#content #layer,
#content #gala {
	margin:160px auto;
	width: 400px;
	border: 1px solid #fff; 
	background:#eee;
	padding:20px;
	text-align:left;
}
* html #content #layer p {
	width: auto;
}
#layer p,
#layer h2  {
	color:#336;
}
#content #layer img{
	float:right;
	margin:-9px -9px;
}
#content #layer .closer {
	background-image:none;
}

/*      Layer für Bildergalerie
--------------------------------------------------*/
#content #gala {
	width: 500px;
	padding:10px 20px;
}
#content #button {
float:left;
	width:88px;
	margin:1px 33px;
}
#content #text {
	color:#999;
	font-size:17px;
	font-weight:100;
	margin:15px 23px;
}

#content #gala .closer {
	float:right;
	background-image:none;
}
#content #gala .closer:hover {
	background-color:#eee;
}

/*______SEKEND-NAVI________*/
#content #sek-navi {
	position:absolute;
	z-index:200;
	margin-left:350px;
	margin-top:30px;
}
#content #sek-navi a {
	text-decoration:none;
	color:#000;
	}

#content #sek-navi a:hover {
	color:#fff;
	background-color:#666;
	text-decoration: none;
}

.clear  {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	font-size:0;
}

/*   Formularfelder wie Name, Kontonr. etc. 
-------------------------------------------------------- */

fieldset {
	padding:6px;
	margin-bottom: 12px;
	width:470px;
}
fieldset p {
	width:450px;
}
label {
	display: block;
	width: 130px;
	float: left;
}
label.ll {
	width:110px;
	margin-top:12px;
}
p input, p textarea {
	width: 330px;
	height: 1.5em;
	background-color: #dddde6;
	border-bottom: 1px dashed #679;
	margin-bottom: -16px;
	color:#000;
}
* + html p input,
* + html  p textarea {
	margin-top: -9px;
}
p textarea {
	height:8em;
}

p input:hover, p textarea:hover,
p input:focus, p textarea:focus {
	background-color: #FDE9CD;
	border-bottom: 1px solid #F62;
}
.send {
	cursor:pointer;
	width:80px;
	padding:2px;
	font-size:0.8em;
	color:#fff;
	border:1px solid #679;
	background-color:#679;
	margin-left:135px;

}
.send:hover {
	background-color:#ddd;
	color:#666;
	font-weight:700;
}
