﻿/* -- Allgemeine Styles  -- */
p, form, fieldset, ul, ol, li, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #868789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
input {
	margin:0;
}

img {
	border: none;
}

a {
	color:#868789;
	text-decoration:underline;
}
a:focus {
	border:thin solid red;
	/*outline: 0;*/
}

a:hover {
	color: #000;
	text-decoration:none;
}

a:active {
	border:thin solid red;
	/*outline: 0;*/
}

ul {
	list-style: none;
	}

h1 {	
	color:#868789;
	margin: 0 0 12px;
	font-size: 30px;
	text-indent:-30px;
}
* Html h1{
text-indent:0px;
}

p {
	margin: 12px 0;
	font-size: 12px;
	line-height: 15px;
	color: #868789;
}
	
.clear {
	clear: both;
}

.hidden {
	display: none;
}

table tr,
table td {
	vertical-align: top;
}



/* -- Wrapper -- */

.wrapper {
	margin: 0px auto 10px auto;
	width: 909px;
}

/* -------- Main Color Changer -------- */

/* - Grau - */
.wrapper.gray #sidebar #logo {
	background: url(images/logo_lebenshilfe.jpg) repeat-y;
}

.wrapper.gray #navi {
	background: #c5c7c8;
	}
	
.wrapper.gray a {
	color: #868789;
}

.wrapper.gray a:hover {
	color: #000;
	text-decoration:none;
}

.wrapper.gray h1,
.wrapper.gray h2,
.wrapper.gray h3,
.wrapper.gray h4, 
.wrapper.gray h5 {
	color:#868789;
}

.wrapper.gray #kontaktbox,
.wrapper.gray #sidebar .box {
	background: url(images/sidebar_box-gray.jpg) repeat-y;
}

.wrapper.gray #kontaktbox img {
	border: 1px solid #868789;
}

.wrapper.gray .bild-Rechts,
.wrapper.gray .bild-Links,
.wrapper.gray .bild-Mitte {
	border: 2px solid #868789;
}

/* - Grün - */

.wrapper.green #sidebar #logo {
	background: url(images/logo_wwl.jpg) repeat-y;
}

.wrapper.green #navi {
	background: #c8d200;
	}
	
.wrapper.green a {
	color: #bbc204;
}

.wrapper.green a:hover {
	color: #000;
	text-decoration:none;
}


.wrapper.green h1,
.wrapper.green h2,
.wrapper.green h3,
.wrapper.green h4,
.wrapper.green h5 {
	color:#bbc204;
}

.wrapper.green .subnavi ul li ul li {
	color: #bbc204;
}

.wrapper.green #kontaktbox,
.wrapper.green #sidebar .box {
	background: url(images/sidebar_box-green.jpg) repeat-y;
}

.wrapper.green #kontaktbox img {
	border: 1px solid #bbc204;
}

.wrapper.green .bild-Rechts,
.wrapper.green .bild-Links,
.wrapper.green .bild-Mitte {
	border: 2px solid #bbc204;
}

/* - Rot - */

.wrapper.red #sidebar #logo {
	background: url(images/logo_stiftung.jpg) repeat-y;
}

.wrapper.red #navi {
	background: #e3001b;
	}
	
.wrapper.red a {
	color: #e3001b;
}

.wrapper.red a:hover {
	color: #000;
	text-decoration:none;
}


.wrapper.red h1,
.wrapper.red h2,
.wrapper.red h3,
.wrapper.red h4,
.wrapper.red h5 {
	color:#e3001b;
}

.wrapper.red #kontaktbox,
.wrapper.red #sidebar .box {
	background: url(images/sidebar_box-red.jpg) repeat-y;
}

.wrapper.red #kontaktbox img {
	border: 1px solid #e3001b;
}

.wrapper.red .bild-Rechts,
.wrapper.red .bild-Links,
.wrapper.red .bild-Mitte {
	border: 2px solid #e3001b;
}

/* - Blau - */
.wrapper.blue #sidebar #logo {
	background: url(images/logo_assistenz.jpg) repeat-y;
}

.wrapper.blue #navi {
	background: #009de0;
	}
	
.wrapper.blue a {
	color: #009de0;
}

.wrapper.blue a:hover {
	color: #000;
	text-decoration:none;
}


.wrapper.blue h1,
.wrapper.blue h2,
.wrapper.blue h3,
.wrapper.blue h4,
.wrapper.blue h5 {
	color:#009de0;
}

.wrapper.blue #kontaktbox,
.wrapper.blue #sidebar .box {
	background: url(images/sidebar_box-blue.jpg) repeat-y;
}

.wrapper.blue #kontaktbox img {
	border: 1px solid #009de0;
}

.wrapper.blue .bild-Rechts,
.wrapper.blue .bild-Links,
.wrapper.blue .bild-Mitte {
	border: 2px solid #009de0;
}


/* - Orange - */
.wrapper.orange #sidebar #logo {
	background: url(images/logo_verein.jpg) repeat-y;
}

.wrapper.orange #navi {
	background: #f29702;
	}
	
.wrapper.orange a {
	color: #f29702;
}

.wrapper.orange a:hover {
	color: #000;
	text-decoration:none;
}


.wrapper.orange h1,
.wrapper.orange h2,
.wrapper.orange h3,
.wrapper.orange h4,
.wrapper.orange h5 {
	color:#f29702;
}

.wrapper.orange #kontaktbox,
.wrapper.orange #sidebar .box {
	background: url(images/sidebar_box-orange.jpg) repeat-y;
}

.wrapper.orange #kontaktbox img {
	border: 1px solid #f29702;
}

.wrapper.orange .bild-Rechts,
.wrapper.orange .bild-Links,
.wrapper.orange .bild-Mitte {
	border: 2px solid #f29702;
}


/* -------- Main Color Changer -------- */


/* -- Header -- */
#header {
	position: relative;
	margin-bottom: 1px;
	width: 909px;
	height: 140px;
	}
#header #slogen {
	position: absolute;
	bottom: 5px;
	right: 20px;
	z-index: 100;
	width: 221px;
	height: 30px;
}

/* -- Navigation -- */

#navi {
	margin-bottom: 1px;
	padding: 4px 0 0 0;
	height: 23px;
	list-style: none;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	}
	
#navi li {
	display: inline;
	padding-right: 20px;
	}
	
#navi li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
#navi li a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#navi li a.active {
	color: #000000;
	}

/* -- Suche -- */

#suche {
	position: relative;
	width: 909px;
	height: 21px;
	background: url(images/form_bg.jpg) no-repeat;
	}
	
#suche input {
	position: absolute;
	top: 1px;
	right: 33px;
	width: 117px;
	height: 17px;
	padding: 1px 3px;
	color: #868789;
	border: none;
	background: none;
}

#suche input#suchbutton {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 30px;
	height: 18px;
	cursor: pointer;
}

*+html #suche input#suchbutton {
	top: 2px;
}

*html #suche input#suchbutton {
	top: 2px;
}

/* -- Sidebar -- */
#sidebar {
	float: left;
	width: 260px;
}

#sidebar #logo {
	width: 260px;
	height: 154px;
	margin: 0 0 20px 0;
}

/* - Box - */
#sidebar .box {
	margin: 0 0 40px 0;
	padding: 0 5px 2px 20px;
	;
}

#sidebar .box h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

#sidebar .box p {
	margin: 0px;
	font-size: 11px
}

#sidebar .box a {
	font-weight: bold;
	text-decoration: none;
}

#sidebar .box .mehr {
	text-align: right;
	padding: 0 26px 0 0;
}

#sidebar .box .mehr img {
	position: absolute;
	padding: 0px 0 0 6px;
}

#termine ul li {
	margin: 0 0 8px 0;
}
#termine .termine-date {
	float: left;
	display: block;
	padding: 0 0px 0 0;
	width: 70px;
	
}
#termine .termine-title {
	float: left;
	display: block;
	width: 165px;
}


/* - Subnavi - */

.subnavi ul li a {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	}
	
.subnavi ul li a.active {
	color: #000000;
	}
	
.subnavi ul li ul {
	padding: 0 0 0 15px;
}

.subnavi ul li ul li {
	list-style: square;
}
	
.subnavi ul li ul a {
	font-size: 13px;
}

/* -- Contant -- */
#container {
	float: left;
	margin: 70px 0 0 75px;
	width: 574px;
}

#content {
	width: 574px;
}

#content h2 {
	font-size: 20px;
	margin: 0;
}

#content h3 {
	font-size: 15px;
	margin: 0;
}

#content h4 {
	font-size: 13px;
	margin: 0;
}

#content h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#content p {
	margin: 0 0 12px 0;
}

#content ul {
	margin: 12px 0;
	padding: 0 0 0 20px;
	list-style: square;
}

#container #contentfooter {
	margin: 30px 0;
	padding: 10px 0 0 0;
	background: url(images/content_footer-bg.jpg) repeat-x top center;
	width: 574px;
}

/* - Breadcrumb - */
#container #contentfooter span {
	float: left;
	width: 77px;
}

#container #contentfooter #breadcrumb {
	float: left;
	width: 350px;
}

#container #contentfooter #breadcrumb li.active {
	text-decoration: underline;
}

#container #contentfooter ul li {
	display: inline;
}
	
#container #contentfooter ul li a {
	padding: 0px 3px 0 0;
	text-decoration: none;
}
	
#container #contentfooter ul li a:hover {
	color: #000000;
}

/* - Bookmarks - */
#container #contentfooter .tx-timtabsociable-pi1 {
	float: left;
	margin: 0 0 0 10px;
	width: 137px;
}

#container #contentfooter .tx-timtabsociable-pi1 ul {
	text-align: right;
}

/* -- Footer -- */
#footer {
	padding-top: 3px;
	height: 19px;
	background: #cdcfd0;
	text-align: right;
}
	
#footer li {
	display: inline;
}
	
#footer li a {
	padding: 0px 15px 0 0;
	color: #535456;
	text-decoration: none;
}
	
#footer li a:hover {
	color: #000000;
}

#content img.bild-Rechts,
img.bild-Rechts {
	float: right;
	margin: 0  0 10px 10px;
}

#content img.bild-Links,
img.bild-Links {
	float: left;
	margin: 0 10px 10px 0;
}

#content img.bild-Mitte,
img.bild-Mitte {
	display: block;
	margin: 10px auto;
}

/* -- Content Elemente -- */
#kontaktbox {
	margin: 20px 0;
	padding: 0 0 0 20px;
}

#kontaktbox h2 {
	margin: 0 0 15px 0;
}

#kontaktbox img {
	float: left;
	display: block;
	padding: 1px;
}

#kontaktbox #kontaktdaten {
	float: left;
	padding: 0 0 0 50px;
}



