body {
	margin:0px;
	color:#272727;
	font-size:14px;
	font-family:"Helvetica";
	background-color:#E4E4E4;
	border-top:60px solid #272727;
}

a {
	color:#272727;
	text-decoration:none;
	border:0px;
}

a:hover, .active { color:#D7182A; }

.wrapper {
	margin:0px auto;
	margin-top:-60px;
	width:900px;
}

.menu {
	height:40px;
	margin-left:-30px;
	padding-top:20px;
}

.menu a {
	font-size:16px;
	color:white;
	padding:22px 30px;
}

.menu a:hover { background:url(../_layout/design/MENU_ARROW.jpg) no-repeat center bottom; }

.menu .active { background:url(../_layout/design/MENU_ARROW.jpg) no-repeat center bottom; }

.header-titel {
	padding-top:20px;
	margin-bottom:30px; /* ABSTAND "HEADER TITEL" ZU "HEADER BILD" */
}

.header-titel .titel {
	font-weight:100;
	font-size:30px;
	padding-top:15px;
	text-align:right;
}

.header-image {
	width:910px;
	height:310px;
	padding-top:5px;
	padding-left:5px;
	background:url(../_layout/design/BG_HEADER.jpg) no-repeat top left;
}

.content h1 {
	font-weight:100;
	margin-bottom:30px;
}

.content {
	float:left;
	width:630px;
	line-height:23px;
}

.content .image {
	margin-bottom:20px;
	padding:3px;
	border:1px solid white;
}

.content img:hover { border:1px solid #D7182A; }

.content .datei {
	color:black;
	font-size:12px;
	font-weight:bold;
	padding:10px 20px;
	border:1px solid #DDD;
}

.content .datei a { color:black; }
.content .datei a:hover { color:#EC008C; }

.content .datei:hover {
	background-color:#D7182A;
}

.content .datei img {
	margin-top:3px;
	margin-right:20px;
}

.content .datei img:hover { border:0px; }

.content .permalink {
	color:#ACACAC;
	font-size:11px;
	margin-top:20px;
	margin-bottom:20px;
}

.content .permalink a { color:#ACACAC; }
.content .permalink a:hover { color:#D7182A; }

.right {
	margin-left:660px;
	padding-top:30px;
}

.right h2 {
	font-size:18px;
	font-weight:100;
	padding-bottom:10px;
	margin-bottom:0px;
	border-bottom:1px solid white;
}

.submenu-box a {
	display:block;
	padding:12px 0px;
	border-bottom:1px solid white;
}

.footer {
	clear:left;
	margin-top:20px;
	padding-top:20px;
	margin-bottom:20px;
	font-size:11px;
	font-weight:100;
}

/* FORMULAR STYLES */
label {
	display:block;
	float:left;
	width:150px;
	padding-top:3px;
}

input[type=text] {
	font:13px "Helvetica";
	width:434px;
	border:1px solid white;
	background-color:transparent;
	padding:10px;
}

input[type=submit] {
	margin-left:150px;
	border:1px solid white;
	padding:7px 20px;
	background-color:transparent;
}

textarea {
	font:13px "Helvetica";
	width:434px;
	height:250px;
	border:1px solid white;
	background-color:transparent;
	padding:10px;
}

.recaptcha {
	margin-top:5px;
}

.recaptcha_image_cell {
	background-color:transparent !important;
}
