@charset "UTF-8";
/* CSS Document by TonkBerlin.de */

body {
	margin:0;
	background-color:#FFF;
	background-image:url(images/bg_pattern.jpg);
	background-position:0 0;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#9D005D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	color:#9D005D;
	font-size:20px;
	font-weight:normal;
	margin:0 0 5px 0;
}

h2 {
	color:#9D005D;
	font-size:16px;
	font-weight:normal;
	margin:0 0 5px 0;
}

h3 {}

hr {
	border:1px dashed #9D005D;
}

#intro {
	top:45%;
	left:50%;
	width:595px;
	height:650px;
	position:absolute;
	margin:-325px 0 0 -298px;
}

#container {
	top:30px;
	left:50%;
	width:900px;
	margin:0 0 20px -450px;
	position:absolute;
	background-color:#d4d4d4;
	background-image:url(images/bg_pattern_container.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
	float:left;
	z-index:20;
}

#logo {
	top:30px;
	left:50%;
	width:1100px;
	height:100px;
	margin:0 0 0 -550px;
	position:absolute;
	z-index:30;
}

#image_meta {
	width:860px;
	height:15px;
	padding:55px 20px 0 20px;
	margin:0 0 15px 0;
	color:#989898;
	text-align:right;
	float:left;
	text-transform:uppercase;
}

#image_teaser {
	width:860px;
	height:250px;
	margin:0 20px 20px;
	background-image:url(images/image_teaser.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-box-shadow: 0 0 20px #989898;
	-webkit-box-shadow: 0 0 20px #989898;
    box-shadow: 0 0 20px #989898;
	float:left;
}

#navi {
	width:858px;
	padding:10px 0;
	margin:0 20px 0 20px;
	color:#989898;
	font-weight:bold;
	text-align:center;
	border:1px solid #989898;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	float:left;
}

#navi a {
	color:#9D005D;
	text-decoration:none;
}

#navi a:hover {
	color:#FF7BAB;
}

#navi a.aktiv {
	color:#FF7BAB;
}

#content {
	width:900px;
	padding:0 0 20px 0;
	float:left;
}

#content_left {
	width:260px;
	padding:30px 30px 0 40px;
	background-image:url(images/bg_content_left.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}

#content_right {
	width:510px;
	padding:30px 35px 0 25px;
	background-image:url(images/bg_content_right.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}

#content_right_home {
	width:510px;
	padding:30px 35px 0 25px;
	background-image:url(images/bg_content_right.png);
	background-position:0 0;
	background-repeat:repeat-y;
	float:left;
}

#footer {
	width:860px;
	color:#989898;
	padding:10px 20px;
	float:left;
}

#footer a {
	color:#989898;
}

/* CLASSES */

.image_news {
	border:1px solid #fff;
	-moz-box-shadow: 0 0 20px #989898;
	-webkit-box-shadow: 0 0 20px #989898;
    box-shadow: 0 0 20px #989898;
}

.marg_left {
	margin:0 0 15px 20px;
}
