@charset "UTF-8";
/**
 * @copyright   Copyright (c) 2009 develman.de
 */

/* 
 * GENERAL PAGE DEFINITION 
 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 15px/1.2em Verdana, arial, sans-serif;
	width: 100%;
	color: #000000;
	background-color: #FFF;
}

a:link, a:visited, a:active  { 
	text-decoration: none;	
	color: #008000;	
}

a:hover {  
	color: #FF0000;
	text-decoration: none;
}

h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
}

h3 {
	font-size: 14px;
}

img {
	border: 0;
}

hr {
	width: 95%;
	margin: 10px 0;
	height: 1px;
	background-color: #6b6b6b;
}

table.airportdata {
	border-collapse: separate;
	border-spacing: 5px;
	empty-cells: hide;
}

table.airportdata .spacer {
	vertical-align: top;
}

table.airportdata .header {
	vertical-align: top;
}

table.airportdata .header td {
	font-weight: bold;
	padding-bottom: 5px;
}

table.airportdata td.firstCol {
	width: 35%;
}

table.airportdata td.top {
	vertical-align: top;
}

div.spacer {
	margin: 20px 0;
	width: 100%;
}

/* PAGE DEFINITIONS */
#wrapPage {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#wrapHeader {
	width: 100%;
	height: 150px;
	min-height: 150px;
	margin-top: 20px;
	background: #FFF url(../images/banner_buggy.png) no-repeat top left;
}

#wrapHeader img {
	float: right;
	margin-top: 110px;
}

#wrapContent {
	width: 100%;
	padding-bottom: 100px;
}

#container {
	width: 600px;
	height: auto;
	min-height: 350px;
	margin-left: 300px;
	margin-top: 25px;
	padding: 10px;
 	background-color: #bababa;
	border: 3px solid #6b6b6b;
}
	
#content {
	width: 610px;
	height: auto;
	min-height: 600px;
	padding: 10px;
	background-color: #E6E6E6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
}

/* SIDEBAR DEFINITIONS */
#sidebarMenu {
	float: left;
	width: 200px;
	margin-left: 25px;
	background-color: #004600;
	border: 3px solid #4E8C30;
}

#sidebarMenu ul {
	display: block;
	list-style: none;
	padding: 10px;
}

#sidebarMenu ul li {
	line-height: 30px;
}

#sidebarMenu ul li a:link, #sidebarMenu ul li a:visited, #sidebarMenu ul li a:active {
	display: block;
	font: small-caps bold 20px/1em Helvetica, Verdana, arial, sans-serif;
	color: #FFF;
	height: 30px;
	width: 200px;
	line-height: 30px;
	padding: 2px 2px 2px 10px;
	background-color: #008000;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#sidebarMenu ul li a:hover {
	vertical-align: middle;
	background-color: #4E8C30;
}

#sidebarMenu ul.subMenu {
	display: none;
}

#sidebarMenu ul.subMenu li {
	padding-top: 0;
	border: 0;
}

#sidebarMenu ul.subMenu li a:link, #sidebarMenu ul.subMenu li a:visited, #sidebarMenu ul.subMenu li a:active {
	font: small-caps bold 17px/1em Helvetica, Verdana, arial, sans-serif;
	color: #FFF;
	height: 20px;
	width: 150px;
	line-height: 20px;
}

#sidebarMenu ul.active {
	display: inline-block;
	margin: -10px 0 -10px 20px;
}

/**
 *	Pager Definition
 */
div.pager {
	float: right;	
	margin-right: 25px;
	height: 20px;
	color: #4E8C30;
}

div.pager li {
	display: block;
	margin-left: 2px;
	width: 25px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4E8C30;
}

div.pager li.active {
	border: 0;
	text-decoration: underline;
}

div.pager li.spacer {
	border: 0;
}

/**
 * Link-list definitions
 */
div.category {
	margin-left: 10px;
}

div.category h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 10px;
	text-decoration: none;
}

div.category h4 a:hover {
	color: #000;
	text-decoration: none;
}

div.entry {
	margin-left: 20px;
	margin-bottom: 3px;
}

/**
 * Definition for NEWS
 */
div.post {
	margin-bottom: 25px;
	border-bottom: 2px dotted #4E8C30;
}

div.postentry {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.post ol, div.post ul {
	margin-left: 25px;
}

div.postentry ol, div.postentry ul {
	margin-left: 25px;
}

div.post span.postmetadata, div.post span.postcategory {
	font-size: 12px;
}

div.post span.postcategory {
	float: right;
}

div.postentry h2 a {
	font-weight: bold;
}

/**
 * GALLERY CSS
 */
div.galleryOverview {
	float: left;
	width: 400px;
	margin: 18px 24px 18px; 24px;
	padding: 12px 12px 10px 12px;
	border: 1px solid #6b6b6b;
	background-color: #bababa;
	font-size: 90%;
}

div.galleryOverview p {
	font-size: 90%;
	line-height: 1em;
	border: none;
}

div.galleryOverview p.galleryDesc {
	color: #4c4c4c;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.galleryOverview a img {
	float: left;
	margin-right: 20px;
	padding: 10px;
	background-color: #E6E6E6;
	border: 1px solid #6b6b6b;
}

a:hover img.thumbGallery {
	border: 1px solid #000;
}

div.galleryAlbum {
	margin: 18px 24px 32px 24px;
	padding: 22px 0 0 0;
	border: 1px solid #6b6b6b;
	background-color: #bababa;
}

div.galleryAlbum a {
	float: left;
	text-align: center;
	margin: 0 19px 20px 19px;	
}

div.galleryAlbum a img {
 	padding: 16px;
 	border: 1px solid #6b6b6b;
 	background-color: #E6E6E6;
}

div.galleryAlbumFooter {
	clear: both;	
}

div.galleryAlbumHeader p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.col_right {
	width: 50%;
	float: right;
}

ul {
	display: block;
	list-style: none;
	padding: 10px;
}

/**
 * ELSE
 */
div.accommodation {
	margin-top: 20px;
}

div.accommodation h2 {
	margin-bottom: 10px;
}

div.accommodation div {
	margin-left: 10px;
}

/**
 * GUESTBOOK CSS
 */
ul#gb_format {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#gb_format img {
	border: 1px solid black;
}

ul#gb_format li#smilie_list img {
	border: 0px;
}

ul#gb_format li#color_list img {
	border: gray 1px solid;
}

ul#gb_format li {
	list-style: none;
	float: left;
	position: relative;
	margin: .1em; 
	padding: 0;
	cursor: pointer;
}

ul#gb_format li ul {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 1.8em; 
	display: none;
}

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

ul#gb_format li:hover #format_smiley {
	background-color: gray;
}

ul#gb_format li:hover li#smilie_list img {
	background-color: white;
}

ul#gb_format li#smilie_list a:hover img {
	border: 1px solid gray;
}

ul#gb_format li#smilie_list {
	width: 12em;
	border: 1px solid black;
	background-color: white;
	vertical-align: middle;
	cursor: default;
}

ul#gb_format li#color_list {
	width: 7em;
	border: 1px solid black;
	background-color: white;
	vertical-align: middle;
	cursor: default;
}

ul#gb_format li#smilie_list img {
	cursor: pointer;
}

ul#gb_format li#color_list img {
	cursor: pointer;
}

*:first-child+html ul#gb_format ul {  /* Workaround fuer den IE 7 */
	background-color:silver;
	padding-bottom:0.4em;
	left: -.2em;
}

* html ul#gb_format li ul {  /* Korrektur fuer IE 5.x */
	left: -1.5em;
	lef\t: -0.4em;
}

* html ul#gb_format li#smilie_list {
	width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
	w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

* html ul#gb_format li#color_list {
	width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
	w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul#gb_format #text_count {
	margin-left: 6em; 
	margin-top: 1em;
}

ul#gb_format #text_counter {
	font-weight: normal;
}

.gb_quote {
	margin-top: 2px;
	background: #FFF;
	border: 1px solid #000;
	padding: 5px;
}
