
body {
	background-color: #d0e78b;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#skip {
	display: none;
	position: absolute;
	left: -2000px;
	width: 100%;
	z-index: 100;
	padding: 2px 0;
	color: #FFF;
	background-color: #8F9590;
	font-size: 1.1em;
	text-align: center;
}

#skip:focus, #skip:hover, #skip:active { left: 0; }

/***********************************************/
/* Div um das Layout zusammen zu halten */
/***********************************************/

#wrapper {
	background-color: #fff;
	border: 5px solid #fff;
	position: relative;
	width: 60em;
	height: auto;
	text-align: left;
	margin-top: -8px;
	margin-bottom: 0;
	margin-left: 2em;
	overflow: hidden;
}


/***********************************************/
/* Sidebar */
/***********************************************/

#sidebarHome {
	position: absolute;
	padding-left: 64em;
	width: 12em;
	height: 20em;
	margin-top: .3em;
}

#sidebarHome img { margin-bottom: -0.3em; }

.tourenabstandoben { margin: 7.5em 0 0 0; }

/***********************************************/
/* Hyperlinks */
/***********************************************/

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

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

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

/***********************************************/
/* Haeder */
/***********************************************/

#haeder {
	width: 100%;
	height: 23em;
	padding-top: 1em;
	background-color: #83b724;
	background-image: url(../gfx/layout/bg_haeder_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.logo {
	width: 12.5em;
	height: 7em;
	margin: -1em 0 0 1.3em !important;
	background-image: url(../gfx/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.slogan {
	width: 35em;
	height: 5em;
	margin: -7.2em 0 0 16em;
	background-image: url(../gfx/layout/bg_haeder_url.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.slogan p {
	color: #fff;
	font-size: 1em;
	padding-top: 4em;
	margin-left: 0.5em;
	font-weight: bold;
}

.subnavigation {
	width: 30em;
	height: 3em;
	padding: 0 0 0 33em;
	margin-top: -6.3em;
}

.subnavigation li {
	color: #fff;
	font-size: 0.8em;
	display: inline;
	padding-right: 1.3em;
}

.subnavigation a {
	color: #fff;
	text-decoration: none;
}

.subnavigation a:visited {
	color: #fff;
	text-decoration: none;
}

.subnavigation a:hover {
	color: #fff;
	text-decoration: underline;
}

#navigationHaupt {
	width: 62em;
	height: 1.8em;
	margin-top: 3.95em;
	margin-left: -1.5em;
	background-color: #3f6b03;
	background-image: url(../gfx/layout/bg_navigationHaupt.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#navigationHaupt h1 { display: none; }

#navigationHaupt a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

#navigationHaupt ul { padding-top: 0.3em; }

#navigationHaupt li {
	display: inline;
	margin-right: 1em;
}

#navigationHaupt li a, #navigationHaupt li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigationHaupt li a:hover { text-decoration: underline; }

/***********************************************/
/* Infoleiste Haeder */
/***********************************************/

#infoleisteHaederMiddle {
	width: 13.3em;
	height: 13.2em;
	z-index:1;
	position: relative;
	left: 0px;
	top: 0.02em;
	background-image: url(../gfx/layout/bg_infoleisteHaederMiddle.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#infoleisteHaederMiddlesymbole {
	position:absolute;
	width:13em;
	height: 3.6em;
	z-index:2;
	margin: 0.2em 0 0 0.2em;
	text-align: center;
	background-image: url(../gfx/layout/bg_infoleisteHaederMiddleSymbole.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#infoleisteHaederMiddlesymbole img { margin-top: 0.7em; }

#portalSpreewaldInfo {
	width: 13.3em;
	height: 3.5em;
	margin-top: 6em;
	background-color: #3f6b03;
	color: #fff;
	position:absolute;
	z-index:3;
	background-image: url(../gfx/pics/pfeil_haeder_miiddle.gif);
	background-repeat: no-repeat;
	background-position: right 0.5em;
}

#portalSpreewaldInfo h3 {
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: -0.8em;
	margin-left: 0.8em;
}

#portalSpreewaldInfo p { margin-left: 0.1em; }

#portalSpreewaldInfo a {
	color: #fff;
	text-decoration: underline;
	margin-left: 0.75em;
}

#portalSpreewaldInfo a:visited {
	color: #fff;
	text-decoration: underline;
}

#portalSpreewaldInfo a:hover { text-decoration: underline; }

#suche {
	width: 14em;
	height: 2em;
	float: left;
	margin: -1.3em 0 0 44.2em;
}

.suchbuttonn {
	background-image: url(../gfx/pics/button_suche.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: none;
	width: 19px;
	height: 19px;
}

.inputSuche {
	border: none;
	background-color: #eff7d7;
	font-size: 0.95em;
	margin-top: 0.2em;
	margin-right: -0.2em;
	padding-left: 0.3em;
	width: 9em;
	float: left;
}

#videofilm {
	width: 12em;
	height: 3em;
	background-image: url(../gfx/layout/bg_infoleisteHaederMiddleSymbole.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin: 0 0 0 .8em;
}

#videofilm p { 
	margin-top: 0.1em;
	margin-left: 1em;
}

#videofilm a {
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
}

.videofilm { margin: -1.6em 0 0 1em; }

.symbol_video { margin: 0.7em 0.5em 0 9em; }

/***********************************************/
/* Content */
/***********************************************/

#content {
	width: 100%;
	height: 20.3em;
	background-color: #fff;
	padding-top: 0.5em;
}

.uebersichtskarte {
	width: auto;
	height: auto;
	background-color: #fff;
	border: 3px solid #c27e14;
	float: left;
}

#main {
	background-color: #edd8b8;
	color: #000;
	height: auto;
	width: 40.7em;
	margin-left: 19.3em;
	overflow: hidden;
}

.erklaerung {
	width: auto;
	height: 7.5em;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

#main h1 {
	background-color: #c27e14;
	color: #fff;
	font-size: 1.2em;
	margin-top: -0.05em;
	padding-left: 0.5em;
}

#main p {
	/*	padding-top: -1em;*/
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	margin-top: -0.2em;
	font-size: 0.95em;
}

#mainFormular {
	background-color: #c27e14;
	color: #fff;
	width: 100%;
	height: 9em;
	padding: 0.5em;
}

#box1 {
	width: 33%;
	float: left;
}

#box2 {
	width: 20%;
	float: left;
}

#box3 {
	width: 38%;
	float: right;
}

select { }

.labelContent {
	width: 8.3em;
	float: left;
}

/***********************************************/
/* Karte */
/***********************************************/

#karte {
	width: 100%;
	height: 39em;
	background-color: #fff;
	margin-top: 0.2em;
}

#kartenausschnitt {
	width: 43em;
	height: 38em;
	border: solid 2px #c27e14;
	float: left;
	overflow: hidden;
	margin-right: 0.5em;
	vertical-align: middle;
	text-align: left;
	cursor: default;
}

#infobox1 {
	width: 16.2em;
	height: 22.6em;
	background-color: #83b724;
	float: left;
}

#infobox1 h2 {
	background-color: #3f6b03;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -0.01em;
	margin-bottom: -0.6em;
	padding-left: 0.5em;
}

#infobox1 p {
	width: 16em;
	height: 21em;
	font-size: 0.95em;
	padding-top: 0.3em;
	margin-top: 1em;
	margin-left: 0.5em;
	padding-right: 0.5em;
	overflow-y: scroll;
}

#infobox2 {
	width: 16.0em;
	background-color: #fff;
	height: 15em;
	float: right;
	margin-top: 0.5em;
	margin-right: 0.03em;
	border: 1px solid #c27e14;
}

.sym_left {
	float:left;
	white-space:nowrap;
	width:8em;
}

.sym_right {
	float:right;
	white-space:nowrap;
	text-align:left;
	width:8em;
}

#infobox2 h3 {
	background-color: #c27e14;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -0.01em;
	margin-bottom: -0.6em;
	padding-left: 0.5em;
}

#infobox2 p {
	font-size: 0.9em;
	padding: 0.5em;
}

#uebersicht {
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	float: left;
}

/***********************************************/
/* Kartenshop */
/***********************************************/

#kartenshop {
	width: 100%;
	height: 17.5em;
	background-color: #83b724;
	overflow: hidden;
}

#kartenshop h3 {
	background-color: #3f6b03;
	color: #fff;
	font-size: 1em;
	height: 1.5em;
	padding-left: 2em;
	margin-bottom: 0.1em;
	background-image: url(../gfx/karten/bg_h3.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -0.02em;
}

#karte1 {
	width: 31%;
	height: 15em;
	float: left;
	margin-right: 0.5em;
	padding: 0.5em;
}

#karte2 {
	width: 31%;
	height: 13em;
	float: left;
	margin-right: 0.5em;
	padding: 0.5em;
}

#karte3 {
	width: 30%;
	height: 13em;
	float: left;
	padding: 0.5em;
}

#karte1 p, #karte2 p, #karte3 p {
	color: #fff;
	font-size: 0.9em;
	margin-top: 1px;
}

#pan {
	width:90px;
	height:55px;
	cursor:move;
	display:none;
	position: relative;
	top:10px;
	cursor:move;
}

/***********************************************/
/* Legende */
/***********************************************/

#legende {
	width: 100%;
	height: 21em;
	margin-top: -0.6em;
	background-color: #edd8b8;
}

#legende h4 {
	background-color: #c27e14;
	color: #fff;
	padding-left: 2em;
}

#legende p {
	padding: 0.5em;
	margin-top: -1em;
}

#legendebox1 {
	width: 14em;
	float: left;
	padding: 0.5em;
}

#legendebox2 {
	width: 13em;
	float: left;
	padding: 0.5em;
}

#legendebox3 {
	width: 14em;
	float: left;
	padding: 0.5em;
}

#legendebox4 {
	width: 15em;
	float: right;
	padding: 0.5em;
}

/***********************************************/
/* Footer */
/***********************************************/

#footer {
	width: 60em;
	height: 2em;
	background-color: #83b724;
	color: #FF0;
}

#footer p {
	width: 50em;
	margin-top: 1.6em;
	margin-left: 18em;
	padding-top: 0.3em;
	font-size: 0.9em;
}

#footer a {
	color: #FF0;
	text-decoration: none;
}

#footer a:visited {
	color: #FF0;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0;
	text-decoration: underline;
}

/***********************************************/
/*   Elemente die wiederholt genutzt werden    */
/***********************************************/

.fllft {
	float: left;
	margin-right: 0.6em;
}

.flrgt {
	float: right;
	margin-left: 0.3em;
}

.fllftRahmen {
	float: left;
	margin-right: 0.6em;
	border: 1px solid #c27e14;
	padding: 0.3em;
}

/***********************************************/
/*         Ladebalken-Elemente                 */
/***********************************************/
.progress {
	position: absolute;
	height: 1.5em;
	top: 300px;
}

#panel {
	background: #DDD;
	z-index: 1;
}

#progressBar {
	background: #333;
	left: 32em;
	z-Index: 2;
}

#rahmen {
	text-align: center;
	color: #FFF;
	z-Index: 3;
}

/***********************************************/
/* Unterseiten */
/***********************************************/

#WrapperMain {
	width: 60em;
	margin-top: 0.5em;
}

#WrapperContent {
	width: 45.3em;
	float: left;
}

.contentbox {
	width: 45.3em;
	background-color: #edd8b8;
	overflow: hidden;
	margin-bottom: 0.8em;
}

.contentbox h1, .contentbox h2 {
	width: 39em;
	font-size: 1.2em;
	color: #fff;
	background-color: #c27e14;
	margin-top: -0.1em;
	text-indent: 1.2em;
}

.contentbox p { padding: 0.2em 1.5em 1.5em 1.5em; }

/***********************************************/
/* Sidebar Unterseiten */
/***********************************************/

#sidebar {
	width: 14em;
	float: right;
}

#socialbookmark {
	width: 13.5em;
	border: 3px solid #3f6b03;
}

#socialbookmark h1 {
	background-color: #3f6b03;
	color: #fff;
	font-size: 1em;
	text-indent: 0.7em;
	margin-top: 0;
}

#socialbookmark p { padding: 0.3em 0.3em 0.3em 0.5em; }
