/*
Stylesheet für den Campingplatz ‘Alte Löweninsel’ in Lauenbrück.
2009 / Sven-S. Porst <ssp-web@earthlingsoft.net>
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(hintergrund.gif) #ccc;
	font-family: Georgia, Times, serif;
}

h1, h2, h3, h4, ul, table {
	line-height: 133%;
}

p {
	margin-bottom: 1em;
	line-height: 166%;
}

span.index {
	font-size: 71%;
	position: relative;
	top:0.3em;
}

img {
	border: 0px none transparent;
}

.centred {
	text-align:center;
}

.centred img {
	width:90%;
	-ms-interpolation-mode: bicubic;
}



/*
	Auf Standardseiten Grashintergrund verwenden, auf speziellen Seiten das Hintergrundbild und feste Größe verwenden
*/
#page {
	background: url(grass.jpeg);
	width: 80%;
	min-width: 34em;
	max-width: 1000px;
	margin: 2em auto 0;
	border: 3px white solid;
	position: relative;
	-webkit-box-shadow: 1px 2px 25px #000;
	-moz-box-shadow: 1px 2px 25px #000;
}

body#start #page, body#kanu #page, body#schwimmen #page, body#natur #page {
	background: transparent;
}


img#background {
	display:none; 
}

body#start img#background, body#kanu img#background, body#schwimmen img#background, body#natur img#background {
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	-ms-interpolation-mode: bicubic;
}


#head {
	position: absolute;
	width: 100%;
	top: 0px;
	background: url(transparent.png);
	z-index: 5;
}

* html #head {
	background: url(transparent.gif);
	margin-top: -9em;
}

* html body#start #head, * html body#kanu #head, * html body#schwimmen #head, * html body#natur #head {
	margin-top : 0em;
}



#main {
	overflow: hidden;
	position: relative;
	line-height: 0;
}


h1 {
	font-size: 166%;
	padding: 3em 1em .25em;
}

#text {
	position: relative;
	width: auto;
	margin: 9em 2em 2em 2em;
	padding: 1em 1em 0em 1em;
	z-index: 0;
	background:url(transparent.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 2px 5px rgba(50, 50, 50, 0.7);
}

body#start #text, body#kanu #text, body#schwimmen #text, body#natur #text  {
	position:absolute;
	bottom: 0px;
	right: 0px;
	margin: 2em 1em 1em 1em;
	width: 60%;
}

body#start #text, body#schwimmen #text {
	left: 0px;
	right: auto;
}

* html #text {
	background: url(transparent.gif);
	font-weight: bold;
}



/*
	MENÜ
*/
ol.menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	margin-left: 28px;
	top: -1em;
	z-index: 10;
}

ol.menu li {
	float: left;
	position: relative;
	margin: 3px;
	border: 2px solid #fff;
	overflow: hidden;
	background: #111;
	-webkit-box-shadow: 1px 2px 3px rgba(100, 100, 100, 0.5);
	-moz-box-shadow: 1px 2px 3px rgba(100, 100, 100, 0.5);
}

* html ol.menu li {
	font-weight: bold;
}

*:first-child+html ol.menu li {
	font-weight: bold;
}

/* Workaround für Bildskalierungsbugs in IE & & 7 => feste Breiten */
* html ol.menu li img {
	width: 4em;
}

*:first-child+html ol.menu li img {
	width: 4em;
}

* html ol.menu li.medium img {
	width: 6em;
}

*:first-child+html ol.menu li.medium img {
	width: 6em;
}

* html ol.menu li.wide img {
	width: 9em;
}

*:first-child+html ol.menu li.wide img {
	width: 9em;
}


ol.menu li img {
	position: absolute; 
	display: block;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px; 
	width: 100%;
	-ms-interpolation-mode: bicubic;
}

* html ol.menu li img {
	left:-.5em;
}

ol.menu li a, ol.menu li span.active {
	position: relative;
	display: block;
	padding: 3em 0em .3em 0em;
	color: #fff;
	text-decoration: none;
}

*:first-child+html ol.menu li a, *:first-child+html ol.menu li span.active {
	width: 100%;
}

ol.menu .active .name,ol.menu a:hover .name {
	text-decoration:underline;
}

ol.menu li span.name {
	z-index:20;
	position:relative;
	padding: .3em .5em;
}

* html ol.menu li span.name {
	background: #333;
}


ol.menu li a span.dim {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(transparent-dark.png);
}

ol.menu a:hover span.dim,ol.menu span.active span.dim {
	background: transparent;
	text-decoration: underline;
}


/*
	SPRACHAUSWAHL
*/
ul.languagepicker {
	position: absolute;
	top:0.5em;
	left: 0.5em;
	list-style-type: none;
	z-index: 20;
}

ul.languagepicker li {
	margin-bottom: 3px;
}

ul.languagepicker img {
	display: block;
	height: 12px;
	width: 16px;
}

ul.languagepicker li a, ul.languagepicker li span.currentLanguage {
	border: 1px solid #999;
	display: block;
	height: 12px;
	width: 16px;
}

ul.languagepicker li span.currentLanguage, ul.languagepicker li a:hover {
	border-color: #000;
}

ul.languagepicker li span.flagtext {
	display: block; 
	width: 0px;	
	text-indent: -100000px;
}

* ul.languagepicker li span.flagtext {
	position: absolute;
}



/*
	SEITENFUSS
*/
#foot {
	width:80%;
	margin:0 auto;
	text-align:center;
	margin: 10px auto;
}

#foot ul {
	list-style-type:none;
}

#foot li {
	display:inline;
	margin:0 .7em;
}

#foot a {
	text-decoration:none;
	color: #333;
}

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



h4 {
	margin-top: 1em;
}

table {
	margin: 1em auto;
}

th {
	text-align: left;
	width:20em;
	font-weight: normal;
}

td {
	text-align:right;
	width:5em;
}

body#start #text, body#schwimmen #text {
	left:0;
	right: auto;
}


* html iframe {
	width: 500px!important;
}

#text ul {
	padding-left: 2em;
	margin: .5em auto;
	line-height: 166%;
	list-style-type: disc;
}



/*
	Für Google Highlight
*/
.highlight {
	background: yellow;
}


/*
	Kennzeichnen anderssprachiger Links.
*/
#text a[hreflang]:after
{
	content: "[" attr(hreflang) "]";
	margin-left: 0.3em;
}
