/*

Name: KS Hausverwaltung
Description: CSS DEFS
Version: 1.0
Author: Henry Farkas
Author URI: http://www.emsone.de

*/


/* ----------------------------------------------------------
  get tripoli css defs
---------------------------------------------------------- */

@import url(tripoli/tripoli.base.css);


/* ----------------------------------------------------------
  global settings
---------------------------------------------------------- */

* {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
  color: #000;
}

body, html {
	height: 100%;
	font-size: 12px;
	background: #fff;
	border: 0; /* damn IE */
}

a {
	color: #898989;
	text-decoration: underline;
}
a:hover {
	color: #9d0c2e;
	text-decoration: underline;
}
a.anchor {
	color: #000;
	text-decoration: none;
}
a.anchor:hover {
	color: #000;
	text-decoration: none;
}
a.img {
	color: #000;
}
a.img:hover {
	text-decoration: none;
}
a.footer {
	color: #fff;
}
a.footer:hover {
	text-decoration: underline;
}

b {
	font-weight: bold;
}


/* ----------------------------------------------------------
  header
---------------------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 291px;
	overflow: hidden;
}

/* *********************************
	banner
********************************* */

#header .banner .center {
	float: left;
	overflow: hidden;
	position: relative;
	left: -450px;
	width: 900px;
	height: 251px;
	background: #000 url('img/header_bg.jpg') no-repeat;
}
#header .banner .left-side {
	float: left;
	position: relative;
	width: 100%;
	height: 251px;
	background: url('img/header_bg_left.png') repeat-x;
}
#header .banner .right-side {
	float: left;
	position: relative;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 251px;
	background: url('img/header_bg_right.png') repeat-x;
}

/* *********************************
	nav
********************************* */

#header .nav {
	clear: both;
	width: 100%;
	height: 40px;
}
#header .nav .sides {
	width: 100%;
	height: 40px;
	background: url('img/nav_bg_sides.png') repeat-x;
	text-align: center; /* IE bullshit */
}
#header .nav .center {
	width: 800px;
	height: 40px;
	margin: 0 auto;
}
#header .pagenav ul {
	position: relative;
	width: 100%;
	list-style-type: none;
}
#header .pagenav .page_item {
	float: left;
	width: 20%;
	height: 40px;
}
#header .pagenav .page_item a div.page-item-label {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding-top: 13px;
	text-decoration: none;
	text-align: center;
}
#header .pagenav .page_item a:hover div.page-item-label {
	color: #cbf825;
	text-decoration: none;
}
#header .pagenav .current_page_item a div.page-item-label {
	color: #f95a7f;
}

/* ----------------------------------------------------------
  page
---------------------------------------------------------- */

#page {
	position: relative;
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}

#page .sides {
	width: 100%;
	background: url('img/page_bg_sides.png') repeat-x bottom;
	float: left;
}
#page .center {
	width: 100%;
	background: url('img/page_bg.png') no-repeat bottom center;
	float: left;
}
#page .col-wrapper {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
}
#page .page-top-bg {
	width: 100%;
	float: left;
	background: url('img/page_top_bg.png') repeat-x top;
}
#page .gap {
	clear: both;
	width: 100%;
	height: 70px;
}

/* *********************************
	main col
********************************* */

#page .mcol {
	width: 514px;
	float: left;
	padding: 0 30px 20px 0;
	overflow: hidden;
}
#page .mcol .entry {
	width: 514px;
	float: left;
	border: 4px solid #6ceb23;
	border-width: 0 0 0 4px;
	margin-top: 25px;
}
#page .mcol .entry .title {
	width: 100%;
	height: 37px;
	float: left;
	background: url('img/mcol_entry_title_bg.png') no-repeat top right;
}
#page .mcol .entry .title .bg {
	width: 425px;
	height: 37px;
	float: left;
	background-color: #6ceb23;
}
#page .mcol .entry .title h1 {
	display: block;
	padding: 10px 0 0 12px;
	margin: 0;
	color: #fff;
	font-size: 1.6em;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#page .mcol .entry .content {
	float: left;
	margin: 18px 5px 10px 15px;
}
#page .mcol .entry .content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 23px 0 0 0;
	clear: both;
}
#page .mcol .entry .content h1:first-child {
	margin: 0;
}
#page .mcol .entry .content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 18px 0 0 0;
	clear: both;
}
#page .mcol .entry .content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 14px 0 0 0;
	clear: both;
}
#page .mcol .entry .content p {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}
#page .mcol .entry .content hr {
	clear: both;
	display: block;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  color: #c2c2c2;
  border: none;
  margin: 20px 0px 0px 0px;
}
#page .mcol .entry .content img {
	margin: 13px 10px 8px 0;
	float: left;
	border: 1px solid #c2c2c2;
}
#page .mcol .entry .content ul {
	margin: 12px 0 0 35px;
	padding: 0;
	list-style-type: none;
}
#page .mcol .entry .content li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4;
	margin: 8px 0 8px 0;
	display: block;
}
#page .mcol .entry .content li .item-wrapper {
	position: relative;
	display: inline;
}
#page .mcol .entry .content li .arrow-small {
	position: absolute;
	top: 4px;
	left: -17px;
	width: 8px;
	height: 9px;
	background: url('img/arrow_big.png') no-repeat bottom left;
}

/* *********************************
	right col
********************************* */

#page .rcol {
	float: right;
	width: 256px;
}
#page .rcol .entry {
	float: left;
	width: 252px;
  border: 4px solid #86ba97;
	border-width: 0 0 0 4px;
	margin-top: 25px;
}
#page .rcol .entry .title {
	width: 100%;
	height: 37px;
	float: left;
	background: url('img/rcol_entry_title_bg.png') no-repeat top right;
}
#page .rcol .entry .title .bg {
	width: 198px;
	height: 37px;
	float: left;
	background-color: #86ba97;
}
#page .rcol .entry .title h1 {
	display: block;
	padding: 12px 0 0 12px;
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#page .rcol .entry .content {
	float: left;
	position: relative;
	margin: 15px 5px 10px 13px;
}
#page .rcol .entry .content h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#page .rcol .entry .content h1:first-child {
	margin: 0;
}
#page .rcol .entry .content h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 0 0;
}
#page .rcol .entry .content h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 13px 0 0 0;
}
#page .rcol .entry .content p {
	font-size: 0.8em;
	font-weight: normal;
	margin: 8px 0 0 0;
	line-height: 1.7;
}
#page .rcol .entry .content ul {
	margin: 6px 0 0 25px;
	padding: 0;
	list-style-type: none;
}
#page .rcol .entry .content li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4;
}
#page .rcol .entry .content li .item-wrapper {
	position: relative;
	margin: 5px 0 5px 0;
}
#page .rcol .entry .content li .arrow-small {
	position: absolute;
	top: 5px;
	left: -16px;
	width: 6px;
	height: 7px;
	background: url('img/arrow_small.png') no-repeat bottom left;
}
#page .rcol .entry .content img {
	margin: 8px 8px 0 0;
}

/* ----------------------------------------------------------
  footer
---------------------------------------------------------- */

#footer {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 220px;
}

#footer .sides {
	width: 100%;
	height: 100%;
	background: url('img/footer_bg_sides.png') repeat-x top;
}
#footer .center {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: url('img/footer_bg.png') no-repeat top center;
	float: none; /* IE fix */
}

#footer .wrapper {
	position: relative;
	left: 70px;
	top: 27px;
	width: 100%;
	float: left;
}

/* *********************************
	nav
********************************* */

#footer .nav {
	position: absolute;
	width: 100%;
}
#footer .pagenav {
	float: left;
}
#footer .pagenav ul {
	position: relative;
	list-style-type: none;
	margin-left: -10px;
}
#footer .pagenav .page_item {
	float: left;
	display: block;
	padding: 0 10px;
}
#footer .pagenav .page_item a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	line-height: 1.1;
}
#footer .pagenav .page_item a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .pagenav span {
	color: #fff;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	padding: 0 10px;
}

/* *********************************
	seperator
********************************* */

#footer .seperator {
	position: absolute;
	top: 27px;
	width: 582px;
	height: 2px;
	background: url('img/footer_seperator.png') repeat-x;
}

/* *********************************
	contact info
********************************* */

#footer .contact {
	position: absolute;
	top: 40px;
}
#footer .contact p {
	color: #fff;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	line-height: 1.1;
	margin-top: 6px;
}
#footer .contact b {
	color: #fff;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

/* *********************************
	copyright footer
********************************* */

#footer .copyright {
	position: absolute;
	top: 131px;
	color: #86ba97;
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
	line-height: 1.1;
}