
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: #044570;
	font: 12px/1.6 Verdana, Arial, Geneva, sans-serif;
	color: #fadcb0;
}

#header {
	background-color: #fbe8b4;
	background-image: url(../img/bg-header.png);
}

.header-background {
	background: url(../img/bg-header-background02.jpg) no-repeat center;
}

#header .header-inside {
	width: 830px;
	height: 277px;
	margin: 0 auto;
	position: relative;
}

#header p {
	position: absolute;
	left: 0;
	top: 160px;
	height: 110px;
	width: 485px;
	background: url(../img/header-p.gif) no-repeat;
}

#header p span {
	display: none;
}

.portrait {
	width: 313px;
	height: 266px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.portrait#p1 {
	background: url(../img/portrait-p1.gif) no-repeat right bottom;
}

.portrait#p2 {
	background: url(../img/portrait-p2.gif) no-repeat right bottom;
}

.portrait#p3 {
	background: url(../img/portrait-p3.gif) no-repeat right bottom;
}

h1 span {
	display: none;
}

h1 a {
	display: block;
	position: relative;
	top: 40px;
	width: 126px;
	height: 18px;
	left: 0;
	background: url(../img/logo.gif) no-repeat;
}

/* @group Main Menu */

#mainmenu {
	background-image: url(../img/bg-mainmenu.png);
	height:57px;
		
}

#mainmenu ul {
	width: 830px;
	margin: 0 auto;
	overflow: visible;

	padding:17px 0px 0px 0px;
}

#mainmenu ul li {
	list-style-type: none;
	float: left;
	position: relative;
	
}

#mainmenu .ieSelector {
	height: 17px;
	margin: 20px 39px 20px 0;
}

#mainmenu li.last {
	float: right;
}

#mainmenu li.last .ieSelector {
	margin-right: 0;
}

#mainmenu .home .ieSelector {
	width: 63px;
	background: url(../img/bg-mainmenu-a.png) no-repeat 0 bottom;
}

#mainmenu .current1 .ieSelector {
	background: url(../img/bg-mainmenu-a.png) no-repeat 0 top;
}

#mainmenu .aboutus .ieSelector {
	width: 96px;
	background: url(../img/bg-mainmenu-a.png) no-repeat -157px bottom;
}

#mainmenu .current2 .ieSelector {
	background: url(../img/bg-mainmenu-a.png) no-repeat -157px top;
}

#mainmenu .buggies .ieSelector {
	width: 151px;
	background: url(../img/bg-mainmenu-a.png) no-repeat -410px bottom;
}

#mainmenu .current3 .ieSelector {
	background: url(../img/bg-mainmenu-a.png) no-repeat -410px top;
}

#mainmenu .faq .ieSelector {
	width: 115px;
	background: url(../img/bg-mainmenu-a.png) no-repeat -602px bottom;
}

#mainmenu .current4 .ieSelector {
	background: url(../img/bg-mainmenu-a.png) no-repeat -602px top;
}

#mainmenu .reserve .ieSelector {
	width: 82px;
	background: url(../img/bg-mainmenu-a.png) no-repeat -758px bottom;
}

#mainmenu .current5 .ieSelector {
	background: url(../img/bg-mainmenu-a.png) no-repeat -758px top;
}



#mainmenu ul a {
	display: block;
	height: 100%;
}

#mainmenu ul span {
	display: none;
}

#mainmenu ul li:hover ul {
	display: block;
}

#mainmenu ul ul {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 57px;
	cursor: pointer;
	width: auto;
}

.foobar {
	border: 1px solid green;
}

#mainmenu ul li ul {
	display: none;
}

#mainmenu ul li ul li {
	float: none;
	background-color: #38281b;
	z-index: 10;
	margin: 0;
	border-top: 1px solid #4f3826;
}

#mainmenu ul li ul.ieShow {
	display: block;
}

#mainmenu ul ul li:hover {
	background-color: #2e2115;
}

#mainmenu ul ul a {
	color: white;
	padding: .5em .7em;
	display: block;
}

/* @end */

#content {
	border-top: 1px solid #fde7b6;
}

.content-background {
	margin-top: -1px;
	background: url(../img/bg-content.jpg) no-repeat center top;
}

.content-inside {
	width: 830px;
	padding: 4em 0;
	margin: 0 auto;
	min-height: 26em;
}

#content p {
	margin: 0 0 .9em;
}

#content .widecolumn {
	width: 500px;
	float: left;
}

.widecolumn h2 {
	font-weight: normal;
	color: #f1e5c9;
	margin-bottom: .7em;
	font-size: 2.2em;
	background: url(../img/widecolumn-h2-border.png) repeat-x 0 bottom;
	padding-bottom: .2em;
}

.widecolumn h3 {
	color: #f0e4c8;
	margin: 1.3em 0 .3em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.7em;
}

.widecolumn h4 {
	color: #f0e4c8;
	margin: 1.3em 0 .3em;
	font-weight: normal;
	font-style: normal;
}

.widecolumn ul {
	margin: .5em 0 .5em 1.3em;
}

.widecolumn ul li {
	margin: .3em 0;
}

.widecolumn p strong, .sidebar p strong {
	color: #ffcc54;
	letter-spacing: .1em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
}

.widecolumn p em, .sidebar p em {
	font-weight: normal;
	font-style: normal;
	color: #dac593;
}

.widecolumn p a, .sidebar p a {
	font-weight: normal;
	font-style: normal;
	color: #f99b1b;
	padding-bottom: .2em;
	/**border-bottom: 1px solid #5b493a;*/
}

.widecolumn p {
	color: #fadcb0;
}

.sidebar {
padding:0px 0px 0px 0px;
	width: 245px;
	float: right;
	
}

.sidebar h2 {
	width: 156px;
	height: 37px;
	background: url(../img/aktuellt.gif) no-repeat;
	margin: 0 0 28px;
	z-index: 1;
}

.sidebar h2 span {
	display: none;
}

.sidebar h3 {
	font-size: 1em;
	margin-bottom: 0em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 1.5em 0 .3em;
	font-weight: bold;
	font-style: normal;
	color: #e8cea2;
}

.sidebar p {
	padding:3px 0px 0px 0px;
	line-height: normal;	
}

.sidebar p a {
	color: #f4af52;
	text-decoration: none;
}

.footer {
	margin-top: 3em;
	font-size: 11px;
}

.footer span {
	padding: 1em;
	border: 1px solid #167dc0;
	background-color: #025387;
	color: #fadcb0;	
}

.footer a {
	color: #fadcb0;
}
.footer a:hover {
	color: #ffcb7d;
}

#page-editor {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: .9;
	z-index: 1000;
}

#page-editor form {
	width: 700px;
	margin: 0 auto;
	padding: 4em 0 0;
}

#page-editor input.title, #page-editor textarea {
	font: 1em Verdana, sans-serif;
	background-color: transparent;
	color: #3b3b3b;
	padding: 10px;
	border: 1px solid #d5d5d5;
	margin-bottom: 1em;
}

#page-editor textarea {
	height: 30em;
	line-height: 1.5;
}

#page-editor textarea.content {
	width: 380px;
	float: left;
}

#page-editor textarea.sidebar_content {
	float: right;
	width: 260px;
}

#page-editor input.title {
	display: block;
	font-weight: normal;
	font-size: 1.5em;
	width: 680px;
	font-style: normal;
}

.clearer {
	clear: both;
}