/*
Theme Name: Greenery V2
Theme URI: http://businessbroker.bizmp.com/businessbroker.html
Description: Converted Greenery template from OSWD converted for wordpress
Author: Business Broker
*/



/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0;
	text-align: center;
	font: 0.62em verdana, arial, sans-serif;
	line-height: 170%;
	color: #EEE;
	background: #444 url(images/bg_body-rit-weiss.gif) repeat-y top center;
}

p { 
 /* padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px; */
}

h1{
	color: #00ACE1;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
}

a {
  color: #00ACE1;
  text-decoration: none;
}

a:visited {
  color: #00ACE1;
}

a:hover, a:focus, a:active {
  color: #FF8C00;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}


/***************************************************
 form style
 ***************************************************/

input,
textarea {
  padding: 1px 2px;
  margin: 3px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #444;
}

input{
  border: 0px;
  border-bottom: 1px solid #999;
}

textarea {
  border: 1px solid #999;
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
   */    
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    

}

input.button{
  background: #aaa;
  color: #333;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  color: #FFF;
  background-color: #999;
  border-color: #EEE;
}



#content h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1.5em verdana, sans-serif;
  text-transform: uppercase;
  background: #686868 url(images/rounded_tr.gif) no-repeat top right;
}

#content h1 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_br.gif) no-repeat bottom right;
}

#sidebar h1 {
  text-align: right;
  background: #686868 url(images/rounded_tl.gif) no-repeat top left;
  font-size: 1em;
}

#sidebar h1 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}


#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}


#content #sidebar ul{
  margin:0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#content #sidebar li{
  margin:0px;
  padding: 0px;
}

blockquote {  
  margin: 0;
  background: #686868 url(images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 13.40em !important;
  height: 13.30em;
  background: #585858 url(images/bg_header-rit.jpg) repeat-y top center;    
  color: #00ACE1;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  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#diskussionstab{
	float: right;
	margin-right: 60px;
	font-weight: 800;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1.0em;
	color: #00ACE1;
}

#menu ul li a:hover,
#menu ul li a:focus{
  font-weight: bold;
  color: #FF8C00;
  background: url(images/menu_tab-rit.gif) no-repeat bottom center;
}

#menu ul li.current_page_item a {
  font-weight: bold;
  color: #FF8C00;
  background: url(images/menu_tab-activ-rit.gif) no-repeat bottom center;
}

#menu ul ul li{
  display: none;
  width: 8em;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: left;
}

#menu ul li.current_page_item li{
  display: none;
}

#menu ul li.current_page_item li a {
  display: block;
  float: left;
  font-weight: normal;
  color: #00ACE1;
  background-image: none;
}
#menu ul li.current_page_item li a:hover,
#menu ul li.current_page_item li a:focus {
  font-weight: bold;
  color: #FF8C00;
  background-image: none;
}

#menu ul li.current_page_parent a {
  font-weight: bold;
  color: #FF8C00;
  background: url(images/menu_tab-activ-rit.gif) no-repeat bottom center;
}

#menu ul li.current_page_parent li{
  display: none;
}

#menu ul li.current_page_parent li a {
  display: block;
  float: left;
  font-weight: normal;
  color: #00ACE1;
  background-image: none;
}
#menu ul li.current_page_parent li.current_page_item a {
  font-weight: bold;
  color: #FF8C00;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
	padding: 1em 55px 1em 0;
	margin-right: 0.5em; 
	font-size: 1.5em;
}

#title h1 {
  background-image: none;
}



/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: left;
  width: 410px !important;
  /*width: 437px;*/
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

.entry{	
  font-size:1.2em;
}

#content .entry ol {
	padding-left: 25px;
}

#content .entry ol li{
	list-style-type: decimal;
	list-style-position: outside;
	color: #eee;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#content .entry ol ul li{
	list-style-type: none;
	list-style-position: outside;
	padding-top: 0.5em;
	padding-bottom: 0em;
	font-weight: 700;
}

#content .entry .utitel{        
	font-style: italic;
	font-weight: 300;
}

.postmetadata{
	border-top: 1px dashed #999;
	clear: both;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#plant
{
	background-image: url(images/earth.jpg);
	height: 604px;
	width: 166px;
}

#sidebar {
  float: right;
  width: 145px !important;
  /*width: 160px;*/
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
  font-size: 1.em;
}


#comment_bottom
 {
	background-image: url(images/comment_bg.gif);
	height: 18px;
	width: 145px;
 }
 
ul, li {
  list-style:none;
  margin:0px;
  padding: 0px;
 }

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #00ACE1;
}

#comments a:visited {
  color: #00ACE1;
}

#comments a:hover {
  color: #FF8C00;
}

.commentlist{
	margin:0px;
	padding:0px;
}
.commentlist li{
	border-bottom: 1px dashed #999;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 20px 0px 0px 30px;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
	clear: both;
	float: none;
	width: 500px;
	color: #888;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #FF8C00;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
	border:0px none white;
	padding: 10px;
}

img.left {
  padding: 5px 10px 5px 0;
}

img.right {
  padding: 5px 0 5px 10px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

.kommentarteil{
	clear: both;
}

@media print{#menu {display:none;}}
@media print{#sidebar {display:none;}}
