/**
*
* @author Lukas Bürki < >, Remo Häusler < >
* @version 1.0
* @module Rosengarten
*/

/* ------------------------------ basics
*/
body{
	margin:0px;
	text-align:center;
	font-size:12px;
	font-family: "Avant Garde", Arial, sans-serif;
}
#site{
	margin:auto;
	width:600px;
	height:100%;
	text-align:left;
	color:white;
	background-color:#B3AA83;
}
/* ------------------------------ head
*/
#head{
	width:600px;
	height:250px;
	position:absolute;
}
/*#head tr{
	visibility:hidden;
}
.hover tr{
	visibility:visible !important;
}*/
.button{
	cursor:pointer;
	width:25px;
	height:25px;
	display:none;
	visibility:hidden;
}
.hover .button {
	visibility:visible !important;
}
.hover #Point{
	width:25px;
	height:25px;
}
/* ------------------------------ menu
*/
#menu{
	text-align:center;
	background-color:#7E785C;
	
	top:250px;
	width:600px;
}
#menu table{
	margin:auto;
}
#menu td{
	padding:0px;
}
#menu td a{
	display:block;
	width:100%;
	text-decoration:none;
	color:white;
	font-size:12px;
	text-transform:uppercase;
}
#menu td a{
	padding-top:5px;
	padding-bottom:5px;
}
#menu td a span{
	margin:5px 0px;
	padding:0px 10px;
}
#menu .level2{
	background-color:#7E785C;
}
.jsMenu{}
.jsMenu .level2{
	position:absolute;
	display:none;
	width:150px;
	z-index:3;
	border-top:1px solid #B3AA83;
}
#menu .level2 a{
	padding-top:4px;
	padding-bottom:2px;
}
#menu .level2 a span{
	padding:5px 10px;
}
.jsMenu .level2 a:hover{
	background-color:#585440;
}
#menu td:hover .level2, #menu .hover .level2{
	display:block;
}
/* ------------------------------ title
*/
h1{
	width:600px;
	height:45px;
	text-align:center;
	background-image:url(../images/tbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight:normal;
	font-size:24px;
	margin:0px;
	padding-top:5px;
	/*margin-top:5px;*/
	background-color:#B3AA83;
}
/* ------------------------------ pane
*/
#pane{
	background-color:#B3AA83;
	overflow:auto;
	width:600px;
}
#pane{ /* ie */
	scrollbar-base-color:#B3AA83;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#7E785C;
	scrollbar-face-color:#B3AA83;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#7E785C;
	scrollbar-track-color:#B3AA83;
}
.fitPane{
	top:330px;
	bottom:50px;
	position:absolute;
	z-index:1;
	height:expression(document.body.clientHeight-330-50);
}
#pane .lft{
	width:250px;
	display:inline;
	float:left;
	margin-top:0px;
	margin-left:50px;
}
#pane .rgt{
	width:250px;
	display:inline;
	float:left;
	margin-top:0px;
	margin-left:10px;
}
#pane .ctr{
	width:500px;
	margin-left:50px;
}
#pane p{
	margin-top:0px;
}
#pane a{
	color:white;
}
#pane h4{
	margin:0px;
	font-size:12px;
}
.form {
	margin:0px;
	padding:0px;
}
.form fieldset{
	border:0px;
	margin:0px;
	padding:0px;
}
.form legend{
	display:none;
}
.form input, .form textarea{
	color:white;
	width:100%;
	background-color:#B3AA83;
	border:1px solid white;
	/*border-color:#7E785C;*/
	font-size:12px;
	font-family: "Avant Garde", Arial, sans-serif;
}
.confirm{
	width:32%!important;
	background-color:#7E785C!important;
}
/* ------------------------------ foot
*/
#foot{
	width:600px;
	height:40px;
	bottom:0px;
	text-align:center;
	background-color:#B3AA83;
}
.fitFoot{
	position:absolute;
}