/*
Theme Name: pp_hackensack
Theme URI: http://www.hackensack.de
Description: 
Version: 1.0
Author: Design: Marko Seeber, Umsetzung: Till Jürgens
Author URI: http://www.hackensack.de 
*/

* {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  border:0;
}

body {
	position: relative;
	background: #e5e5e6;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	text-align: left;
}

#links {
	position: absolute;
	height: 540px;
	width: 50%;
	background: url('images/links.jpg') repeat-x;
}
#rechts {
	position: absolute;
	height: 540px;
	width: 50%;
	left: 50%;
	background: url('images/rechts.jpg') repeat-x;
}
#main {
	position: absolute;
	height: 540px;
	width: 1189px;
	margin-left: -594px;
	top: 0px;
	left: 50%;
	background: url('images/header.jpg') no-repeat center;
	z-index: 1;
}
#content {
	position: absolute;
	width: 750px;
	margin-left: -375px;
	top: 257px;
	left: 50%;
	background: url('images/bg.gif') repeat-y;
	z-index: 2;
}
#navi {
	position: relative;
	width: 180px;
	margin-left: 55px;
	float: left;
}
a {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#navi li {
	list-style-type: none;
}


#artikel {
	position: relative;
	width: 420px;
	margin-left: 40px;
	margin-right: 55px;
	float: right;
}
#artikel p {
	margin-bottom: 15px;
}
a.title {
	font-size: 20px;
	color: #f87a02;
}
a.title:active {
	font-size: 20px;
	color: #f87a02;
}
a.title:visited {
	font-size: 20px;
	color: #f87a02;
}
a.title:hover {
	font-size: 20px;
	color: #f87a02;
}

.post {
	margin-bottom: 40px;
}

.text a {
	text-decoration: underline;
}
.text a:active {
	text-decoration: underline;
}
.text a:visited {
	text-decoration: underline;
}
.text a:hover {
	text-decoration: underline;
}

.neu {
	float: left;
	margin-right: 200px;
}
.alt {
	float: right;
}

input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 10px;
}
textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}