@charset "iso-8859-2";
/* CSS Document */

* {
	padding:0;
	margin:0 auto;	
}

html, body {
	width:100%;
	height:95%;
}

html, body, textarea {
	scrollbar-base-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#434646;
	scrollbar-darkshadow-color:#d6a120;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#f7ecd2;
	scrollbar-shadow-color:#f7ecd2;
	scrollbar-track-color:#f7ecd2;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#434747;
	font-size:10px;
	text-align:left;
}

a {
	color:#434747;
}

a:hover{
	color:#d6a120;
}

a:active, a:focus, object, input {
	outline: 0;
}

a.zoom:hover {
	cursor:url(img/zoom.png), pointer;
}

div#container {
	width:992px;
	height:600px;
	position:relative;
	float:left;
	padding-top:5px;
}

div#header {
	width:992px;
	height:572px;
	position:relative;
	float:left;
}

div#left {
	position:relative;
	float:left;
	width:200px;
	height:572px;
	overflow:hidden;
}

div#languages {
	visibility:hidden;
	position:relative;
	float:left;
	text-align:center;
	height:16px;
	width:200px;
	padding-top:6px;
}

div#languages .lang_active {
	color:#CCC;
}

div#left_border {
	position:relative;
	float:left;
	width:198px;
	height:548px;
	border:1px solid #f7ecd2;
	overflow:hidden;
}

div#lefthead {
	position:relative;
	float:left;
	width:198px;
	height:170px;
	text-align:center;
	overflow:hidden;
}

div#subnavi_head {
	position:relative;
	float:left;
	width:198px;
	height:20px;
	margin-top:10px;
	overflow:hidden;
}

div#subnavi {
	position:relative;
	float:left;
	width:178px;
	height:245px;
	padding:5px 10px 10px 2px;
	overflow:hidden;
}

div#subnavi ul {
	list-style:none;
	line-height:12px;
}

div#left_bottom {
	position:relative;
	float:left;
	width:198px;
	padding-top:15px;
	text-align:center;
}


div#navi {
	position:relative;
	float:left;
	width:782px;
	height:48px;
	margin-left:8px;
}

div#content {
	position:relative;
	float:left;
	margin:8px 0 0 8px;
	width:774px;
	height:508px;
	border:1px solid #f7ecd2;
	padding:3px;
	overflow:hidden;
}
div#page_content {
	position:relative;
	float:left;
	overflow-y:auto;
	padding:0 5px 5px 5px;
	height:503px;
	width:764px;
}

div#content .detail, div#page_content .detail {
	color:#d6a120;
}

div#content a{
	text-decoration:none;
	color:#d6a120;
	font-weight:bold;
}
div#content a:hover{
	text-decoration:underline;
}

div#flash_content {
	display:none;
}

div#footer {
	position:relative;
	float:left;
	width:992px;
	height:25px;
}
div#impressum {
	position:relative;
	float:left;
	width:200px;
	margin-top:5px;
	text-align:center;
	text-transform:lowercase;
}
div#adress {
	position:relative;
	float:left;
	width:780px;
	margin:5px 0 0 8px;
	text-align:center;
}




h1.imageheader {
	overflow: hidden;
	height: 35px;
	text-indent: -999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position:left top;
}
h2 {
	font-size:12px;
	font-weight:bold;
}

.tr_yellow {
	background-color:#f7ecd2;
}

.tbl_prices td {
	padding:3px 3px 3px 5px;
}



/*+++++++++++++++++++++ Googlemap +++++++++++++++++++++++ */

div#map {
	width: 760px;
	margin:0px auto;
	height: 465px;
	border:1px solid #f7ecd2;
}

/*+++++++++++++++++++++ SiteMap +++++++++++++++++++++++ */

.csc-sitemap {
	float:left;
	width:500px;
}

.csc-sitemap ul {
	list-style:none;
	line-height:16px;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	width:130px;
}

.csc-sitemap ul ul {
	list-style:square;
	padding:0 0 0 155px;
	font-size:10px;
	text-transform:none;
	margin:-16px 0 3px 0;
	width:200px;
	text-align:left;
	border-top:1px solid #f7ecd2;
}

.csc-sitemap ul ul ul{
	padding-left:20px;
	font-size:10px;
	text-transform:none;
	margin:0;
	text-align:left;
	border:none;
}

	












