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

		http://www.capsicum-design.de - Freies Template: vacation
		   released under Creative Commons License: by-nc-sa
					
**********************************************************************/
body {
	background:#ffedcb;
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

a, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color: #3399cc;
	text-decoration: underline;
}

fieldset {
	border: 0;	
}

ul, ol {
	margin: 0 0;
}

#page-back {
	background: url(../grafiken/back-repeat.png) left top repeat-y;
	width:980px;
	margin: 0 auto;
}

#helpbar {
	left: 50%;
	margin-left: -570px;
}

#header{
	background: url(../grafiken/tag.png) top left no-repeat;	
	width: 949px;
	height: 383px;
	margin: 0 0 -125px 15px;
}

#logo {
	background:url(../grafiken/logo.png) top left no-repeat;
	height: 137px;
	width: 267px;
	margin-left: 15px;
}

#content-back {
	width: 980px;
	height: inherit;
}

#content-top {
	background: url(../grafiken/content-top.png) top left no-repeat;
	width: 980px;
	margin: 0 0;
	height: auto;
	overflow:auto;
}

#content-bottom{
	background:#ffedcb;
	height: 100%;
	width: 100%;
	background: url(../grafiken/back-bottom.jpg) bottom left no-repeat;
	overflow: auto;
}

#navi {
	width: 240px;
	height: 100%;
	float: left;
	margin: 0 0 50px 20px;
}

#content-conti {
	background: #FFF;
	border-left: #ffc765 10px solid;
	border-right: #ffc765 10px solid;
	width: 669px;
	margin: 0 0 40px 262px;
}

#content-format{
	 margin: 0 10px;
	 overflow: hidden;
}

#footer{
	background:#ffedcb;
	width: 980px;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	overflow: visible;
}

#footer a{
	color: #000;
}

/******************************************************************************

Suche

******************************************************************************/
form.searchform {
	margin: 60px 0 0 15px;
}

input.searchtextfield {
	width: 190px;
	
}

input.searchbutton {
	position: absolute;
	margin: 1px 0 0 5px;
}

/******************************************************************************

Inhalte

******************************************************************************/

#a1 {
	margin: 0 0 20px 0;
}

/* Menü */

ul.mainmenu {
	width: 230px;
	margin: 0px 10px 0 0px;
	padding: 0 0 0 5px;
	color: #000;
	line-height: 25px;
}

li.mainmenu:first-child {
	margin: 0 0 0 5px;	
}

li.mainmenu {
	background: url(../grafiken/list.png) #FFF left top no-repeat;
	border-top: #ffc765 solid 3px;
	border-bottom: #ffc765 solid 3px;
	margin: 5px 0 0 5px;
	padding: 0 0 0 20px;
	list-style: none;
}

li.mainmenu a.menuactive {
	color: #3399cc;
	text-decoration:none;
}

a.menu {
	color:#000;
	text-decoration: none;
}

a.menu:hover, a.menuactive{
	color: #3399cc;
}

/* Inhaltspunkte */

li.mainmenu ul.detailmenu {
	padding: 0 0 0 5px;
	list-style: none;
}

li.mainmenu li.detailmenu {
	background: url(../grafiken/list.png) #FFF left top no-repeat;
	margin: 2px 0;
	padding: 0 0 0 20px;
	list-style:none;
}

a.submenu {
	color: #000;
}

a.submenu:hover{
	color: #3399cc;
}

a.submenuactive {
	color: #3399cc;
	text-decoration:none;
}
fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}