/*
	Design basiert auf dem Wordpress-Theme "Greenery_deDE" von Lars-Michael Rolf
	Theme URI:  http://www.dummerle.org/stuff/wp-themes/greenery_deDE.zip
	
	Modifiziert von Rafael Bujotzek, glisco internet services

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*-----------Block Level Elements--------------*/

body {
  margin: 0;  
  border: 0;
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #666 url(images/bg_body.jpg) repeat-y top center;
}

#page {
  position:relative;
}

hr {
  width: 140px;
  border-style:solid; 
  border-color: #ccc;
  margin-bottom: 15px;
}

#header {
  width: 100%;
  margin: 0 auto;
  border: 0;
  height: 3em;
  background: #585858 url(images/bg_header.jpg) repeat-y top center;  
}

.description {
	display:none;
}

#wrapper {
  position:relative; display:block;
  width: 767px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#content {
  float:left; position:absolute; display:block;
  width: 410px;
  padding: 50px 5px 20px 10px;
}

#content ul {list-style-image: url(images/li_bullet.gif);}

#sidebar {
  float:right; display:block; position:relative; 
  width: 185px;
  min-height: 610px;
  padding: 10px 10px 10px 140px;
  background: url(images/menschen.png) no-repeat top left;
}

#footer {
  float:right;
  display:block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  width:135px;
  color: #dfdfdf;
  font-size:0.9em;
}

#menu {
  width: 766px;
  margin: 0 auto;
  padding: 0;
  text-align: left;  
}



#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #fff;
}

#menu ul li a:hover,
#menu ul li a:active, .active {
  font-weight: bold;
  color: #fff;
  background: url(images/menu_tab.gif) no-repeat bottom center;
}

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}

#title {
  padding: 0em 5px 0em 0;
  float: right;
}

/*-------------Headings-------------*/

h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #ccc;
}

h1 a {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration:none;
}

h2 {
  /*clear: both;*/
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #666;
  background: #ccc url(images/rounded_tr.gif) no-repeat top right;
}

h2 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_br.gif) no-repeat bottom right;
}

h3 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #666;
}

h4 {

}

h5 {

}

table, td{
	font-size: 0.9em ;
	vertical-align:top; 
}

#ueberschrift{
	font-weight: bold;
}

.programm {
	width:35px;
	padding: 3px;
}
/*-------------The Post-------------*/

#wrapper ol li { 
  color: #9BE4FF;
}

#wrapper ol li span {
  color: #EEE;
  padding: 2px;
}

#wrapper ul {
  padding-bottom: 6px;
}

#wrapper ul li {
  margin-left: 2px;
  padding-left: 2px;
}

p {
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

a {
  color: #ccc;
}

a:visited {
  
}

a:hover {
  color: #FFF;
}

textarea {
  width: 350px;
}

input {
  width: 350px;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}

h2 a:hover, h2 a:visited, h2 a {
  text-decoration: none;
}

.post {
  clear:both;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}

blockquote {  
  margin:0;
  padding: 0 15px;
  border: #ccc 1px solid;
  background: #686868;
} 

code {
  display: block;
  padding: 5px 5px 5px 10px;
  background: #555;
  font-size:8pt;
 }

acronym, abbr {
  cursor: help;
  border-bottom: 1px solid #777;
  letter-spacing:1px;
}

/*--------------Sidebar------------*/

#sidebar ul {
  list-style: none;
}

#sidebar ul h2 {
  text-align: right;
  background: #ccc url(images/rounded_tl.gif) no-repeat top left;
}

#sidebar ul h2 span {
  display: block;
  padding: 2px; 
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}


#sidebar ul ul {
	list-style:disc;
}

#sidebar ul ul ul {
	list-style:square;
}

#sidebar .partner {
	list-style: none;
}

/*--------------Search Form-------------*/

#searchform {
	text-align:center;
}

#searchform input {
	width:110px;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}



/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

a img {
	border: none; background: none;
}

img.left {display: block; padding:1px; float:left; margin:3px 12px 3px 0;}
img.right {display: block; padding:1px; float:right; margin:3px 0 3px 12px;}
img.center {display: block; padding:1px; margin:3px auto;}

