@import url(inc_common.css);
@import url(inc_csc.css);
@import url(inc_gallery.css);
@import url(inc_htmlarea.css);
@import url(inc_flashheading.css);

/*
 * Reset
 */
#margin, 
.left, .right, #logo,
#header, #content, #footer,
#footer, 
#metanav, #metanav ul, #metanav li,
#mainnav, #mainnav ul, #mainnav li,
#subnav, #subnav ul, #subnav li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
    background: transparent;
    text-align: left
}

#metanav ul, #mainnav ul, #subnav ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}

/*
 * Margin
 */

#margin {
	background: white;
	margin: 0 auto;
	width: 960px;
	padding: 13px 13px 4px 13px;
	text-align: left;
}

/*
 * Cols
 */

.left, .right {
	padding: 4px 20px;
}
.right {
	float: right;
	width: 610px;
	padding-left: 0;
}
.left {
	float: left;
	padding-top: 20px;
	padding-right: 0;
	width: 265px;
}

/*
 * Header
 */

#header {
	position: relative;
	background: white;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	color: #2e4f22;
}

#header a {
	color: #2e4f22;
}

#logo {
	position: absolute;
	top: 50px;
	left: 47px;
}

/*
 * Metanavigation
 */

#metanav {
	position: absolute;
	top: 14px;
	left: 24px;
	color: #4a4a4c;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#metanav ul {
	padding-left: 5px;
}

#metanav li {
	float: left;
}

#metanav li a {
	color: #4a4a4c;
	text-decoration: none;
}

#metanav li a:hover {
	text-decoration: underline;
}

#metanav li.lang a {
	padding-right: 22px;
}

#metanav li.de a {
	background: url(../images/icon_lang_de.gif) no-repeat right center;
}

#metanav li.en a {
	background: url(../images/icon_lang_en.gif) no-repeat right center;
}



/*
 * Subnavigation
 */

#subnav {
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#subnav li {
	margin-bottom: 6px;
}

#subnav li a {
	display: block;
	width: 230px;
	background: #e05a1d;
	text-decoration: none;
	padding: 2px 13px 3px 14px;
	color: white;
}

#subnav li a:hover, #subnav li.act a {
	background-color: #73777A;
}
/*
 * Hauptnavigation
 */

#mainnav {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 179px;
	background: url(../images/header.png) no-repeat center top;
}

#mainnav ul {
	position: absolute;
	border: 1px solid white;
	border-left: none;
	left: 323px;
	top: 45px;	
	text-transform: uppercase;
	font-size: 10px;
}

#mainnav li {
	float: left;
	text-align: center;
	border-left: 1px solid white;
}

#mainnav li a {
	display: block;
	background: #e05a1d;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 2px 0;
}

#mainnav li img {
	border-bottom: 1px solid white;
	display: block;
	margin-bottom: 2px;
}

#mainnav li a:hover, #mainnav li.act a {
	color: #e05a1d;
	background: white;
	text-decoration: none;
}

/*
 * Content
 */
#contentwrap {
	background: white;
	overflow: hidden;
	clear: both;
	padding-top: 32px;
}

#content {
}

/*
 * Footer
 */

#footer {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	font-size: 10px;
	padding: 10px 0 20px 0;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#siteby {
	float: left;
	padding-left: 44px;
	color: #9db598;
	text-align: left;
	color: white;
}
#siteby a {
	color: white;
}

#adresse {
	float: right;
	padding-right:44px;
	width: 620px;
	text-align: right;
}

#printlink {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding: 9px 38px 10px 0;
	border-bottom: 4px solid #e05a1d;
}

#printlink a {
	text-decoration: none;
	background: url(../images/icon_print.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}

#printlink a:hover { text-decoration: underline; }

