* {	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	text-decoration: none;
	/*background: url(images/bg_body2.gif) repeat-x bottom fixed;
	background-color: #dbdfe1;*/
	background: url(images/bg_body3.gif) repeat-x top fixed;
	background-color: #9fa0a2;
}

a {
	color: #575757;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
p, blockquote {
	line-height: 20px;
	margin-bottom: 20px;
	color: #575757;
	text-align: justify;
}
	p.linklist {
		line-height: 40px;
	}
	p.person {
		margin-bottom: 50px;
	}
		p.person .name {
			font-size: 14px;
		}
	.imprint p {
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 18px;
	}
blockquote {
	font-size: 15px;
	margin: 30px 0px;
}
td {
	color: #575757;
}
input {
	background: #f7b0d7;
	padding: 3px;
}
h1, h2, h3 {
	color: #e6007d;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	color: #6e6e6e;
	height: 22px;
	font-size: 20px;
	margin-bottom: 30px;
}
	h2.active {
		color: #e6007d;
	}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: none;
	margin-top: 15px;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.tagcloud {
	line-height: 30px;
}
.clear {
	clear: both;
}
.font-small {
 font-size: 9px;
 text-transform: uppercase;
}
.font-active {
	color: #ec429e;
}
.font-pink {
	color: #e6007d;
}

.line {	
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e6007d;
	top: 75px;
	left: 0px;
	z-index: 100;
}

#page {
	width: 1021px;
	margin: 0px auto;
}
#logo {
	width: 158px;
	margin-right: 15px;
	margin-top: 35px;
	float: left;
}
#main {
	float: left;
	width: 721px;
	border-left: 1px solid #a4a5a6;
	border-right: 1px solid #a4a5a6;
	background: url(images/bg_main2.gif) repeat-y;
	padding: 32px 60px 10px 50px;
}
	#main-bottom {
		float: left;
		height: 5px;
		width: 831px;
		margin-left: 173px;
		margin-bottom: 30px;
		border: 1px solid #a4a5a6;
		border-top: 0px;
		background: url(images/bg_main_bottom.gif) no-repeat;
	}
#header {
	color: #222;
}
	#header label, #header input {
		font-size: 9px;
		text-transform: uppercase;
	}
	#header form {
		margin-bottom: 8px;
	}

.nav {
	list-style-type: none;
	float: left;
	margin-top: 22px;
	font-weight: bold;	
	position: relative;
	z-index: 300;
}
	.nav li {
		float: left;
		margin-right: 15px;
		padding-right: 15px;
		vertical-align: middle;
		background: url(images/bg_nav.gif) right no-repeat;		
		position: relative;
	}
	.nav li.last {
			background: none;
		}
		.nav a, .nav li:hover ul a {
			color: #333;
			text-transform: uppercase;
			font-size: 11px;
		}
		.nav li:hover a, .nav li:hover a:hover {
			color: #ec429e;
			text-decoration: none;
		}
/* sub levels */
.nav ul {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	width: 270px;
	list-style-type: none;	
	padding-top: 17px;
}
.nav ul li {
	float: none;
	background: none;
}
.nav li:hover ul {
	display: block;
}

#title {
	position: relative;
	top: -50px;
}

#content {
	margin-top: 160px;
	padding-top: 10px;
	padding-bottom: 80px;
	border-top: 1px solid #a3a3a3;
}
	#content .c-left {
		width: 255px;
		margin-right: 25px;
		float: left;
	}
	#content .c-right {
		width: 441px;
		float: left;
	}
	#content a {
		color: #e6007d;
	}

#footer {
	margin-top: 35px;
}
	#footer img {
		margin-right: 20px;
	}
	#footer .nav {
		margin-top: 0px;
	}
	#footer li {
		margin-right: 0px;
		padding-right: 0px;
		margin-left: 15px;
		padding-left: 15px;
		background: url(images/bg_nav.gif) left no-repeat;
	}
		#footer li.last {
			background: none;
		}

