/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #E4E4E4 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #02561C;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #009A30;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #000;	
}
h1 { font-size: 1.5em; color: #009A30; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #02561C;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #02561C;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #02561C;
}
a:hover img {  
  border: 2px solid #02561C !important; /* IE fix*/
  border: 2px solid #02561C;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #E7FBDA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #02561C; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #E7FBDA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #02561C;   
	color: #02561C;
	font: bold 1.2em/1.5em Verdana, Tahoma, Helvetica, sans-serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #CCC; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #02561C;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #E7FBDA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}
#main h1, h2, h3 {
	color: #000;	
}
.post-footer {
	background-color: #E7FBDA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #fff;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #E7FBDA;
	border-left:4px solid #000;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #009A30;
	color: #FFF;
	border-left:4px solid #000;
}
#sidebar  ul.sidemenu .selected {
background: #009A30;
color: #FFF;
border-left:010px solid #000;
}
/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;	
	min-height:605px;	
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #000; 
	border-top: 10px solid #02561C;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 80%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 35%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #02561C; }
.gray  {	color: #000; }

/* hellgrüne BOX*/
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* sdhp Slider-Box */
.round{
background-color: #E4fADC;
margin-left: 10px;
padding-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
width: 420px;
text-align: left;
}
.toggle {

outline:none;
}
.hiddenDiv{
display:none;
}
.slidetitle{
font-size:13px;
font-weight:bold;
color:#009A30;
text-align: center;
text-transform:uppercase;
}

#form .green{
background-color:#E4fADC;
}

#bewerben{
display:none;
margin:0;
font-family: arial,verdana, sans;
padding-left:20px;
padding-top:20px;
padding-bottom:20px;
background-color:#E4fADC;

}

#bewerben h3{
font-family: arial,verdana, sans;
color: #02561C;
}

#bewerben input{
width: 250px;
font-size:16px;
color: #446D8C;
}
#jetztbewerben{
width: 250px;
font-size:16px;
color: #446D8C;
}
#bewerben input.err{
width: 250px;
font-size:16px;
color: #446D8C;
border:2px solid #9F1319;
}

#bewerben textarea{
font-family: arial,verdana, sans;
width: 250px;
height: 90px;
font-size:14px;
color: #446D8C;

}
#bewerben label{

font-size:12px;
font-weight:bold;
color: #02561C;
line-height: 1.8em;
vertical-align: bottom;
}
#info{
font-family: arial,verdana, sans;
font-size:11px;
color:#999;
}

#warning{
display:none;
font-family: arial,verdana, sans;
font-size:11px;
color:#9F1319;
}


#response {
display: none;
-moz-border-radius: 12px;
border-radius: 12px;
background: #b4e391; /* old browsers */
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* ie */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4fADC', endColorstr='#dbf043',GradientType=0 ); /* ie */
width: 280px;
font-family: arial,verdana, sans;
font-size:14px;
font-weight:bold;
color: #02561C;
padding-left: 50px;
padding-top: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-color:#1F6D00;
border: solid 1px;
}
#error {
display: none;
-moz-border-radius: 12px;
border-radius: 12px;
background: #f3c5bd; /* old browsers */
background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* ie */
width: 280px;
font-family: arial,verdana, sans;
font-size:14px;
font-weight:bold;
color: #000;
padding-left: 50px;
padding-top: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-color:#911A00;
border: solid 1px;
}
#feedback {
display: none;
-moz-border-radius: 12px;
border-radius: 12px;
background: #b4e391; /* old browsers */
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* ie */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4fADC', endColorstr='#dbf043',GradientType=0 ); /* ie */
width: 280px;
font-family: arial,verdana, sans;
font-size:14px;
font-weight:bold;
color: #02561C;
padding-left: 50px;
padding-top: 20px;
padding-bottom: 50px;
padding-right: 20px;
border-color:#1F6D00;
border: solid 1px;
}

.event{
margin-top: 20px;
padding:10px;
background: url(http://www.gewerbeverein-reiat.ch/images/calendar.png) no-repeat;
background-color: #E4fADC;
width: 400px;
min-width: 400px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size: 12px;
background-position:20px 20px;
text-align: left;
}
.eventtitle{
padding: 0px 5px 0px 80px;
color: #555;
line-height: 45px;
text-transform: uppercase;
letter-spacing: 0.2em;
text-shadow: 1px 1px 2px #999;
}
.eventlabel{
margin-left: 50px;
color: #555;
font-weight:bold;
font-size: 14px;
padding:6px;
text-shadow: 1px 1px 2px #fff;
}

.eventdate{
margin-left: 56px;
color: #02561C;
font-weight:normal;
font-size: 14px;
}

.eventtext{
margin-left: 56px;
color: #000;
font-weight:normal;
font-size: 12px;
padding-right:20px;
padding-bottom:20px;
}
