/* -- INCLUDE OTHER CSS -- */
@import url("content.css");
@import url("lightbox.css");
@import url("navigations.css");
@import url("styles.css");


/* -- General -- */
html, body  { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a, a:active, a:visited {
	color: #e43227;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, a img {
	border: none !important;
}




/* -- Layout -- */
#content-background {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	background: url("../gfx/bg-content.gif") repeat-x;
}

#content-background #float-center {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 845px;
	height: auto;
	text-align: left;
}

#content-background #float-center #navigation-additional {
	margin: 0px 15px 0px 15px;
	padding: 13px 0px 0px 0px;
	width: 815px;
	height: 17px;
	text-align: right;
	font-size: 0.9em;
}

#content-background #float-center #head {
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 5px 15px;
	width: 815px;
	height: 165px;
	text-align: left;
	background: url("../gfx/bg-head.gif") no-repeat;
	overflow: hidden;
}

#content-background #float-center #head #logo {
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 140px;
	height: 161px;
	float: left;
	text-align: left;
	border-bottom: 4px #ffcc00 solid;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
}

#content-background #float-center #head #teaser-animation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 650px;
	height: 165px;
	float: left;
	text-align: left;
	background: #999;
	position: relative;
	overflow: hidden;
}

#content-background #float-center #main {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	width: 815px;
	height: auto;
	text-align: left;
	background: url("../gfx/bg-main.gif") repeat-y;
}


#content-background #float-center #main #col-left {
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 40px 10px;
	width: 141px;
	height: auto;
	float: left;
	text-align: left;
	overflow-x: hidden;
	font-size: 0.95em;
	color: #333333;
}


#content-background #float-center #main #col-center {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 483px;
	height: auto;
	float: left;
	text-align: left;
}

#content-background #float-center #main #col-center #breadcrumb {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	width: 483px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}

#content-background #float-center #main #col-center #content {
	margin: 15px;
	padding: 0px 0px 0px 0px;
	width: 453px;
	height: auto;
}

#content-background #float-center #main #col-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	width: 161px;
	height: auto;
	float: right;
	text-align: left;
	font-size: 0.95em;
}


#footer {
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	background: url("../gfx/bg-footer.gif") repeat-x;
}

#footer #footer-content {
	margin: 0px auto 0px auto;
	padding: 35px 0px 0px 0px;
	width: 845px;
	height: 90px;
	background: url("../gfx/bg-footer-end.gif") no-repeat;
}

#footer #footer-content #projekt-partner {
	margin: 0px 0px 0px 0px;
	padding: 24px 0px 0px 12px;
	width: 588px;
	height: 66px;
	float: left;
	font-size: 0.9em;
	position: relative;
}

#footer #footer-content #projekt-foederer {
	margin: 0px 0px 0px 0px;
	padding: 24px 10px 0px 5px;
	width: 230px;
	height: 66px;
	float: right;
	font-size: 0.9em;
	position: relative;
}






.fixfloat {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    float: none;
    clear: both;
}