@charset "utf-8";
/* CSS Document */

/* Framework */

body {
	margin: 0px;
	padding: 0px;
	background:url(../assets/bg.jpg) center 50px no-repeat #87225a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #535353;
}

a {
	color: #e41370;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	clear: both;
	margin: 0px 0px 15px 0px;
}

em {
	font-style: normal;
	color: #e41370;
}

#total {
	width: 980px;
	height: 702px;
	margin: 50px auto;
}

#header {
	width: 100%;
	height: 60px;
	padding-top: 20px;
	float: left;
}

#logo {
	width: 173px;
	float: left;
}

#naviContainer {
	float: left;
}

#main {
	width: 100%;
	height: 563px;
	float: left;
}

*html #main {
	margin-top: -31px;
}

*html .mainStart {
	margin-top: 0px !important;
}

#column1_1 {
	width: 100%;
	height: 100%;
	float: left;
}

#column1_2 {
	width: 512px;
	height: 100%;
	float: left;
}

#column1_2 .fliesstext {
	margin-left: 155px;
}

#column2_2 {
	width: 468px;
	height: 100%;
	float: left;
}

#footer {
	width: 100%;
	margin-top: 9px;
	float: left;
}

/* Navigation */

#navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	width: 170px;
	float: left;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
}

#navigation li a:hover {
	color: #9ec241;
	text-decoration: none;
}

#navigation li.active a {
	color: #2f9634;
	font-weight: bold;
}

/* Inhalt */

#headline1_2 {
	height: 129px;
}

#headline2_2 {
	height: 261px;
}

.fliesstext {
	width: 320px;
	height: 276px;
	padding: 15px 10px;
	background: url(../assets/contentBG.png) no-repeat;
	behavior: url(iepngfix.htc);
}

* html .fliesstext {
	height: 246px;
}

.fliesstext ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	color: #e41370;
}

.fliesstext ul li {
	width: 160px;
	float: left;
}

.fliesstext .hDivide2 {
	width: 50%;
	float: left;
	color: #2f9634;
}

/* Footer */

#footerContent {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #e41370;
	font-size: 0.9em;
	line-height: 1.8em;
}

#footerContent li {
	width: 163px;
	float: left;
	text-align: center;
}