@import url(inc_common.css);
@import url(inc_htmlarea.css);
@import url(inc_csc.css);
@import url(inc_news.css);
@import url(inc_gallery.css);
@import url(inc_flashheading.css);

/* Common Page Layout
----------------------------------------------- */
#wrapper {
	width:960px;
    margin-left:-480px;
    left:50%;
    position:absolute;
}

#header {
	height:258px;
	background:url(../images/page_header_bg.gif) repeat-x;
	border-bottom:10px solid white;
}

#flash_header_swf {
	width:410px;
	height:246px;
}

#logo {
	position:absolute;
	left:420px;
	top:0px;
}

#logo a {
	display:block;
	background:url(../images/page_logo.gif) no-repeat;
	width:300px;
	height:170px;
}

#logo h1 {
	display:none;
}

#metanav {
	position:absolute;
	left:720px;
	top:0px;
	width:240px;
	height:170px;	
}

#metanav ul {
	border-top:1px dashed #BCD2C9;
	list-style-type:none;
	margin:50px 0 0 0;
	padding:0;
}

#metanav li {
	border-bottom:1px dashed #BCD2C9;
	margin:0;
	padding:3px 20px 3px 3px;
	text-align:right;
}

#metanav a {
	color:#138253;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

#metanav a:hover, #metanav a.sel {
	background-color:#EAF0D1;
}

#mainnav {
	float:right;
	margin-top:198px;
	width:520px;
}

#mainnav td {
	padding-right:20px;
	height:18px;
}

#mainnav table.mainnav_en td {
	padding-right:15px;
}

#mainnav a img {
	border-bottom:1px solid #A5243C;
}


#mainnav a:hover img, #mainnav a.sel img {
	border-bottom:1px dashed #F8F7EA;
}

#sidenav {
	margin-bottom:60px;
}

#sidenav ul {
	border-top:1px dashed #DFB7B5;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidenav li {
	border-bottom:1px dashed #DFB7B5;
	margin:0;
	/*padding:3px 20px 3px 3px;*/
	text-align:right;
}

#sidenav a {
	display:block;
	text-decoration:none;
	padding:3px 35px 2px 0px;
}

#sidenav a:hover, #sidenav a.sel {
	background:#EBE9D2 url(../images/page_sidenav_arrow.gif) no-repeat right center;
}

#pg_t1 {
	background:url(../images/page_cols_t1.gif) repeat-y;
	border-bottom:10px solid white;
}

#pg_t1 div.cl {
	float:left;
	width:370px;
	padding:35px 20px;
}

#pg_t1 div.cr {
	float:right;
	width:540px;
}

#pg_t2,
#pg_t3 {
	background:url(../images/page_cols_t2.gif) repeat-y;
	border-bottom:10px solid white;
}

#pg_t2 div.cl,
#pg_t3 div.cl {
	float:left;
	width:290px;
	padding:35px 0px;
}

#pg_t2 div.cr,
#pg_t3 div.cr {
	float:right;
	width:660px;
}

#pg_t2 div.news-latest-container,
#pg_t3 div.news-latest-container {
	margin:10px;
	margin-bottom:30px;
}

#pg_t3 #content {
	width:400px;
}

#content {
	padding:35px 20px;
}

#partners {
	/*margin-top:10em;*/
	text-align:center;
}

#footer {
	color:#ffffff;
	font-size:10px;
	background-color:#A5243C;
	padding:5px 20px 5px 20px;
}

#footer div.cl {
	float:left;
}

#footer div.cl a {
	color:#C97C8A;
	text-decoration:none;
}

#footer div.cr {
	float:right;
}

#footer a {
	color:#ffffff;
}

#footer strong {
	text-transform:uppercase;
}


/* Navigation
----------------------------------------------- */
#panorama {
	margin:auto;
	width:350px;
	height:250px;
	border:1px solid #666666;
}

/* Preisliste
----------------------------------------------- */
.pricelist td {
	padding: 3px;
}


