/*
Purpose: Playland Stylesheet
Author: M. Busslinger, www.clearbyte.ch
Date: 14.03.2010
*/

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	color:#333;
	background-color:#b8ae68;
	margin:20px;
	padding:0px;
	font-size:12px;
	text-align:center;
}
h1 {
	margin:0px 0px 10px 7px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ff8f00;
}
h1 a {
	/*margin:0px 0px 10px 7px;*/
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ff8f00;
}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px 7px 0 7px;
	font-size: 12px;
	line-height: 20px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	/*color:#09c;*/
	font-size:11px;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#ff8f00;}
a:visited {color:#07a;}
a:hover {
	text-decoration:underline;
}
.grid_3 {
	/*	width:50%;*/
	width:490px;
	float:left;
	padding-left:7px;
	padding-bottom:5px;
}
.grid_3 p {
	text-align:justify;
/*	word-spacing: -2px;*/
	padding-right:2px;
}
.clear{
	clear:left;
}
/* All the content boxes belong to the content class. */
.header {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border-bottom:solid 10px #b8ae68;
	text-align:left;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background: white url(images/logo.png) no-repeat;
	}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:1000px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	text-align:left;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.footer {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:1000px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffcc02;
	text-align:right;
/*	padding:10px;*/
	padding: 0 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.footer p {
	color:#000;
	font-size:14px;
	padding-top:8px;
}
.adresse {
	font-size:14px;
	color:#b8ae68;
	float:left;
	padding-top:35px;
}
.news {
	padding: 10px;
	height:170px;
	margin-top:15px;
	border: solid 1px #b8ae69;
	background-color:#fff5ce;
}
.news h2 {
	color:#b8ae68 !important;
	font-size:28px;
}
.news p {
	padding:0 7px 0 0 !important;
}
.footerImg {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	bottom:70px;
	left:-30px;
	z-index:99;
	width:1000px;
	height:118px;
	background: url(images/panda.gif) no-repeat;
}

/* sitemap ------------------------------------------------------------------------------ */
.LSM_0 {
	padding: 0 0 0 7px;
	margin: 0 0 0 14px;
}
.LSM_1 {
	padding: 0 0 0 12px;
	margin: 0 0 0 14px;
}

/* form --------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding: 0 0 5px 7px;
/*	padding-bottom: 5px;*/
	border: none;
}
form.full { width: 100%; }

fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
.content ul {
list-style-type:square;
}
.content ul li {
padding:0 0 3px 0;
}
