/* 
* 
* 
$Revision: 22 $
* $LastChangedDate: 2008-03-21 12:55:02 +0100 (Fr, 21 Mrz 2008) $
* $Author: arvid $
*
*/
/*#############################################################
Name: buergerstiftung
Date: 2009-01-08
Description: Template for Buergerstiftung Pluederhausen
Author: Manfred Janzen
URL: http://www.pluederhausen.de

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #990000;}
a:hover {color: red;}
body {
	background: white;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	width: 100%;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
ul,ol {
	margin-left: 18px;
}
ul li {
	
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1 {font-size: 1.4em;}
h1,h2,h3 {color: #990000;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(../grafiken/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 835px;
	margin-left: 16%;
}

/* top */
.top {
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 530px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFFFFF;
}

/* header */
.logo {
	background: white url(../grafiken/logo.gif) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 304px;
	float:left;
	border-right: 1px solid black;
}
.header {
	background:transparent url(../grafiken/header.jpg) no-repeat scroll 0 0;
	float:left;
	height:180px;
	margin:0 auto;
	width:530px;
}

/* item */
.item {	
	width: 530px;
}

.item .content {
	float: left;

}
.item h1.main {
	display: block;
	width: 100%;
	color: #000000;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {
	padding: 12px 18px;
}

/* main */
.main {
	float: left;
}


/* navigation */
.navigation {
	float: left;
	padding-left: 78px;
	margin-right: 27px;
	width: 200px;
	clear: both;
	text-transform: lowercase;
	background: url(../grafiken/bgnavigation.gif) 79px 50% no-repeat;
	height: 370px;
}

.navigation li {
	display: block;
	margin-left: -18px;
	list-style: none;
}
.navigation li a.menuactive, .navigation li a.menunewIdActive {
	display: block;
	color: white;
	line-height: 20px;
	padding-left: 28px;
	text-decoration: none;
	background: url(../grafiken/li_rot.gif) no-repeat 18px 50%;
	list-style: none;
}


.navigation li a.menu {
	display: block;
	color: gray;
	line-height: 20px;
	padding-left: 28px;
	text-decoration: none;
	background: url(../grafiken/li_grau.gif) no-repeat 18px 50%;
	list-style: none;
}

.navigation li a.submenuactive, .navigation li a.detailmenuactive, .navigation li a.detailmenunewIdActive {
	display: block;
	color: white;
	text-align: right;
	padding: 2px 23px 2px 18px;
	text-decoration: none;
	background: url(../grafiken/li_rot.gif) no-repeat 182px 50%;
	list-style: none;
}

.navigation li a.submenu, .navigation li a.detailmenu {
	display: block;
	color: gray;
	text-align: right;
	padding: 2px 23px 2px 18px;
	text-decoration: none;
	background: url(../grafiken/li_grau.gif) no-repeat 182px 50%;
	list-style: none;
}

.navigation li a:hover {
	color: white;
	list-style: none;
}

.maximal {
	display: inline;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 200px;
	background: url(../grafiken/bgcontainer.gif);
	background-position: 78px 2px;
	background-repeat: repeat-y;
	background-color: #333333;
	z-index:-2;
}

.content {
	font-size: 1.2em;
	line-height: 20px;
	width: 530px;
	float: right;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.body ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

.crossed {text-decoration: line-through;}

div.body h1 {
	font-size: 20px;
}

div.body h2 {
	font-size: 16px;
}

div.body h3 {
	font-size: 14px;
}
div.body {
	clear:both;
	width: 494px;
}

div.footer {
	display: block;
	margin-left: 205px;
	margin-right: 27px;
	width: 78px;
	height: 20px;
	clear: both;
	text-align: right;
	z-index: -1;
}
div.footer img {
	display: inline;
	float: left;
	border: none;
	width: auto;
	margin-right: 6px;
}


em {font-style:normal;}
em.bold {font-weight:bold;}
em.italic {font-style:italic;}
em.deadlink {
	color:#aa0000;
	text-decoration:line-through;
}
em.underlined {text-decoration:underline;}

/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	display: block;
	border: none; 
	width: 494px;
	float: none;
}

/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
img.leftcontentimage {
	display: block;
	margin:8px;
	border:1px solid;
	max-width:100px;
	float:left;
	margin-left:0px;
}

/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
img.rightcontentimage {
	display: block;
	margin:8px;
	border:1px solid;
	max-width:100px;
	float:right;
	margin-right:0px;
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	border:1px solid #527100;
	border-collapse:collapse;
	width:100%;
}
th.contenttable {
	vertical-align:top;
	border:1px solid #527100;
	background-color:#81AC00;
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	border:1px solid #527100;
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	border:1px solid #527100;
	padding:2px 5px;
}

/* -------------------------------------------------------- */
/* [newsbox|...] */
/* ------------- */
div.newsbox {
	width: 150px;
	float: right;
	border: 2px solid #990000;
	padding: 5px 5px 10px 10px;
	margin: 0px 0px 5px 5px;
	color: black;
	background-color: #ffefef;
	border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-khtml-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	-opera-border-top-left-radius: 9px;
}
div.newsbox img {
	display: block;
	border: none; 
	width: 145px;
	float: none;
	align: center;
}

#contentbereich {
	float: right;
	font-size: 12px;
	width: 512px; /* 512px */
	color: #333333;
    font-family: "Lucida Sans Unicode",sans-serif;
}
#contentbereich h3 {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 20px; /* 20px */
	color: #990000;
    font-weight: bold;
} 
#contentbereich h4 {
    font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 16px; /* 16px */
	color: #990000;
    padding-bottom: 4px; /* 4px */
    margin-bottom: 1.3636363636363636363636363636364em; /* 15px */
    clear: both;
    padding-top: 0.72727272727272727272727272727273em; /* 8px */
	display: block;
	border-bottom: 1px solid #F2F1F2;
	font-weight: normal;
}
#contentbereich h5 {
	color: #666666;
    font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 100%; /* 12px */
	font-weight: bold;
	clear: both;
}
#contentbereich h6 {
	color: #666666;
    font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 100%; /* 12px */
	font-weight: bold;
	clear: both;
}
#contentbereich p {
	margin-bottom: 2em; /* 22px */
    line-height: 1.4545454545454545454545454545455em; /* 16px */
}
#contentbereich a {
	color: #e2001a;
	text-decoration: underline;
}
#contentbereich a:hover {
    text-decoration: none;
}
#contentbereich ul {
	margin-left: 2.08333em; /* 25px */
	margin-bottom: 1.25em; /* 15px */
	margin-top: 0.83333em; /* 10px */

}
#contentbereich li {
	margin-bottom: 0.33333333333333333333333333333333em; /* 4px */
	background-image: url(../images/li_rot.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	list-style-image: url(../grafiken/li_weiss.gif);
	padding-left: 10px;
}
#contentbereich ul ul {
	margin-bottom: 0em;
	margin-top: 0em;
}
#contentbereich ol {
	margin-left: 2.08333em; /* 25px */
	margin-bottom: 1.25em; /* 15px */
	margin-top: 0.83333em; /* 10px */
}
#contentbereich form {
	padding: 0.833333em;
	background-color: #f2f1f2;
	border-top: 0.27272727272727272727272727272727em solid #ededed;
    border-bottom: 0.27272727272727272727272727272727em solid #ededed;
	margin-bottom: 0.8333em; /* 10px */
    background-position: right bottom;
    background-repeat: no-repeat;
    clear: both;
    color: #400A0A;
}
#contentbereich .aktuellTeaserHome ul {
	margin-top: 2.0833333333333333333333333333333em; /* 25px */
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentbereich .aktuellTeaserHome ul li {
 	margin-bottom: 0.83333333333333333333333333333333em; /* 10px */
	list-style: none;
	padding: 8px; /* 8px */
	float: left;
	width: 494px; /* 512px */
	background-image: none;
    margin-bottom: 1.25em; /* 15px */
	font-weight: bold;
    text-decoration: none;
}
#contentbereich .aktuellTeaserHome .aktuellbereichText {
	float: left;
	color: #333333;
	font-size: 100%; /* 12px */
    width: 385px; /* 300px */
    font-weight: bold;
}
#contentbereich .aktuellTeaserHome .aktuellbereichText ul li a {
	color: #333333;
	font-weight: bold;
    text-decoration: none;
}
#contentbereich .aktuellTeaserHome .aktuellbereichText a:hover {
    color: #990000;
}
#contentbereich .aktuellTeaserHome .teaserPicture {
	float: left;
    width: 6.25em; /* 100px */
}
#contentbereich .aktuellTeaserHome form {
	clear: both;
}
#contentbereich .aktuell ul li {
	background-image: none;
	background: url(../grafiken/li_rot.gif) no-repeat 0px 9px;
	margin-bottom: 10px;
} 
.download {
	padding-left: 1.6666666666666666666666666666667em; /* 20px */
	margin-left: 1.6666666666666666666666666666667em; /* 20px */
	margin-bottom: 0.41666666666666666666666666666667em; /* 5px */
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pictureText {
	line-height: 1.45455em;
}


