/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/
	/********************************************
   HTML ELEMENTS
********************************************/ /* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;
}

/* links */
a {
	background: inherit;
	color: #72A545;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
}

/* headers */
h1,h2,h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
	font-size: 1.4em;
	color: #65944A;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
}

p,h1,h2 {
	margin: 10px 15px;
}

h3 {
	margin: 0px 0px;
	margin-top: 5px;
}

/* images */
.abt {
	padding: 5px;
	display: inline;
}

img {
	border: 1px solid #DADADA;
}

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: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #72A545;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #72A545;
	font: bold 1.2em/ 1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}

/* start - table */
hr {
	border: 1px dahed #74A846;
}

/* end - table */
.mandatorystyle {
	background-color: #cdebb9;
}

.formtable td {
	padding-top: 5px;
	vertical-align: top;
}

.error {
	color: #000000;
}

.formalert {
	background-color: #cdebb9;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.searchform p {
	margin: 10px;
	padding: 0;
}

.searchform input.textbox {
	width: 110px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;
	vertical-align: top;
}

.error {
	color: #ffffff;
}

/***********************
	  LAYOUT
************************/
#header-content,#content,#footer-content {
	width: 800px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
}

#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 5;
}

#header-content h1#logo {
	position: absolute;
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0;
	left: 0px;
}

#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 65px;
	left: 40px;
}

#header-content #slogan img {
	background: transparent;
	border: 0px;
	margin: 5;
	padding: 5;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 5px;
	font: bolder 1.3em 'Lucida Grande, Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-content li {
	display: inline;
}

#header-content li a {
	float: left;
	display: block;
	padding: 5px 5px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #272727;
}

#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}

#header-content li a#current {
	background: #65944A;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 800px;
	height: 200px;
	padding: 15px 10px 10px 10px;
	background: #FFF url(headerphoto2.jpg) no-repeat center;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
}

.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
}

#sidebar ul.sidemenu li {
	padding: 0px 10px;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration: none;
}

#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #65944A;
	color: #65944A;
}

/* main */
#main {
	float: left;
	width: 68%;
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 18px;
}

PixelGreen.css (Zeile 38)

#main h1 {
	padding: 10 0 0 0px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #f2f2f2;
	font: normal 1.5em Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
}

#main  form {
	font: normal 12px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	line-height:20px;
}

#main form input,form select {
	height: 30px;
}


#main .form input[type=text],form input[type=password],form input[type=file],form textarea,form select {
	border: 2px solid #ddd;
	padding: 4px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: normal 14px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: #333;
	width: 100%;
}


#main .formstyle {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#444444 url(/images/bg-home_signup.png) no-repeat scroll left top;
float:left;
font-size:12px;
margin:0;
overflow:hidden;
padding:0;
text-shadow:0 -1px 1px #000000;
width:360px;
padding:15px;
}

#main .formstyle440 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#444444 url(/images/bg-home_signup.png) no-repeat scroll left top;
float:left;
font-size:12px;
margin:0;
overflow:hidden;
padding:0;
text-shadow:0 -1px 1px #000000;
width:440px;
padding:15px;
}

#main .formstyle p, .formstyle440 p {
	
	margin: 0 0 1.5em;
	font: normal 12px/ 12px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	color:#ffffff;
	line-height: 22px;
}

#main form  ul {
	
	margin: 0 0 1.5em;
	font: normal 12px/ 12px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	color:#ffffff;
	line-height: 20px;
}




#main .formstyle h1, .formstyle440 h1 {
	font: normal 30px/ 30px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	margin: 0 0 10px;
	color:#ffffff;
}

#main .formstyle h2, .formstyle440 h2 {
	font: normal 21px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	margin: 30px 0 10px;
	color:#ffffff;
}

#main .formstyle h3, .formstyle440 h3{
	font: normal 16px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	color:#ffffff;
}




#main form input::-moz-focus-inner,form textarea::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#main .form input:focus,form textarea:focus {
	border-color: #65944A;
}


#main form input[type="hidden"] {
	display: none !important;
}

#main form ul.inline-form {
	font-size: 14px;
}

#main form ul.inline-form li {
	position: relative;
		list-style: none;
}

#main form ul.inline-form li label {
	position: absolute;
	display: none;
	top: 0;
	padding: 0 8px;
	line-height: 30px;
	color: #999;
}

#main form ul.inline-form li label.overlay {
	cursor: text;
	z-index: 2;
}

#main form ul {
	margin-bottom: 0;
}

#main form ul li {
	clear: both;
	zoom: 1;
	margin-bottom: 18px;
}

#main form ul li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main form ul li label {
	display: block;
	position: relative;
	margin-bottom: 2px;
}

#main form ul li label em {
	position: absolute;
	right: 0;
	font-style: normal;
	color: #777;
	font-size: 11px;
}

#main form ul li textarea {
	height: 120px;
}

#main form ul li.inline input,form ul li.submit input,form ul li .checkboxes input,form ul li .radio-buttons input
	{
	width: auto;
	vertical-align: middle;
	margin: 0 3px 2px 2px;
}

#main form ul li.inline label,form ul li.submit label,form ul li .checkboxes label,form ul li .radio-buttons label
	{
	display: inline;
}

#main form ul li .checkboxes {
	clear: both;
	zoom: 1;
	width: 480px;
	padding: 9px 0 5px;
	border-top: 1px dotted #ddd;
	margin-top: 5px;
}

#main form ul li .checkboxes:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main form ul li .checkboxes label {
	float: left;
	margin-right: 20px;
	width: 140px; *: overflow-x hidden;
	margin-bottom: 0;
}

#main form ul li .checkboxes label.last {
	margin-right: 0;
}

#main form ul li .checkboxes label input {
	margin: 0 4px 0 0;
	height: auto;
}

#main form ul li .file-upload input {
	border: 0;
	height: auto;
}

#main form ul li .image-upload input,form ul li .image-url input {
	display: block;
	height: auto;
}

#main form ul li .image-upload a,form ul li .image-url a {
	font-size: 11px;
}

#main form ul li .image-upload a:link,form ul li .image-upload a:visited,form ul li .image-url a:link,form ul li .image-url a:visited
	{
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #ccc;
}

#main form ul li .image-upload a:hover,form ul li .image-url a:hover {
	color: #333;
	border-bottom: 1px solid #555;
}

#main form p input,form input.search-button,form .submit input {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #eee url(/images/bg-tabbar.png) repeat-x bottom;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(0.9, #e3e3e3) );
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 4px 10px;
	border: 1px solid #bbb;
	color: #333;
	text-shadow: #fff 0 1px 1px;
	font: bold 11px/ 20px "Lucida Grande", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: 2px;
}

#main form p input:hover,form input.search-button:hover,form .submit input:hover
	{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(0.9, #eee) );
}

#main form p input:active,form input.search-button:active,form .submit input:active
	{
	background: #ddd;
	color: #000;
}

#main form p input[disabled],form input.search-button[disabled],form .submit input[disabled]
	{
	color: #555 !important;
	background: #ddd !important;
	cursor: auto !important;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.date {
	margin: 0;
	padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

.date h1 {
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #f2f2f2;
	font: normal 1.5em Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
}

#address1 {
	background: #FFF url(gradientbg.jpg) repeat-x;
	float: left;
	width: 250px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
}

#address2 {
	background: #FFF url(gradientbg.jpg) repeat-x;
	float: right;
	width: 250px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
}

#address1 .comments {
	padding-top: 2px;
	padding-left: 10px;
	margin: 0 5px 0 5px;
}

#address2 .comments {
	padding-left: 10px;
	margin: 0 5px 0 5px;
}

.Abteilung { /* Seiteninhalt wieder links ausrichten */
	width: 100%;
	margin: 0px;
	padding: 0;
	clear: both;
}

.AbteilungHeader { /* Seiteninhalt wieder links ausrichten */
	clear: both;
	padding-bottom: 80px;
}

.AbteilungHeader img {
	border: 0px;
	padding: 15px 20px 10px 10px;
	float: left;
	margin: 0 0 0em 0em;
	background: transparent;
}

.AbteilungHeader h1 {
	border: 0px;
	padding: 15px 20px 10px 10px;
	margin: 0 0 0em 0em;
	float: right;
	text-align: right;
	width: 444px;
	padding-bottom: 40px;
}

.AbteilungHeader h2 {
	border: 0px;
	padding: 15px 20px 10px 10px;
	margin: 0 0 0em 0em;
}

.post {
	margin-bottom: 15px;
	padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	float: left;
	width: 100%;
}

.post .votesImages {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 15px;
	padding-left: 2px;
	margin-bottom: 5px;
}

/* Bilder die im Bericht hinzugefügt wurden */
.post .images {
	background-color: #D4D4D4;
	border: 1px solid #f2f2f2;
	margin-left: 5px;
	text-align: center;
	float: left;
	width: 180px;
	border: solid 1px;
}

.post .images img {
	margin: 2px;
}

/* Bilder die im Bericht hinzugef�gt wurden */
.post .comment {
	margin-left: 4px;
}

.post .post-header img {
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	margin: 5px;
	padding: 0px 10px 10px 10px;
}
.post .social_toolbox  {
	position:relative;
 	left:360px; top: 0px; 
	z-index:1;
	margin-top: 15px;
	padding-right: 10px;
	
	
}
.post .post-header h1 {
	float: right;
	width: 475px;
	margin: 0;
	padding: 0;
}

.post .post-footer {
	clear: both;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}

.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font: normal .95em/ 1.6em Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	text-align: left;
}

#footer h1,#footer p {
	margin-left: 0;
}

#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}

#footer-content a {
	text-decoration: none;
	color: #777;
}

#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}

#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
}

/* 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;
}

.gray {
	color: #BFBFBF;
}


.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left;
	/*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a,.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #65944A;
	text-decoration: none;
	color: #65944A;
}

.pagination a:hover,.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}

.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink,.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext {
	font-weight: bold;
}

.curlycontainer {
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 100%;
	background-color: #FAFAFA;
}

.curlycontainer .innerdiv {
	background: transparent url(brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}

/*******************************************************************************
********** Comments
*******************************************************************************/
#comments {
	margin-bottom: 30px;
}

/* Überschrift */
#comments h2.comm {
	font-size: 14pt;
	padding-top: 30px;
	clear: none;
}  /* clear:none wegen Trackback Hilfe-Link */ /* Kommentar-Boxen */
#comments .boxnormal,#comments .boxauthor {
	margin: 20px 0 20px 0;
	border-top: 3px solid #DCEEEE;
	border-bottom: 3px solid #DCEEEE;
	background: #FFF url(bg-box-blue.gif) repeat-x;
}

#comments .boxauthor {
	background-image: url(bg-box-green.gif);
	border-color: #CAF2B2;
}

/* Links */
#comments .cbody a:link {
	text-decoration: underline;
}

#comments .boxnormal a:link,#comments .boxnormal a:visited {
	color: #6686c8;
}

#comments .boxauthor a:link,#comments .boxauthor a:visited {
	color: #43A806;
}

#comments .boxnormal a:hover,#comments .boxnormal a:hover,#comments .boxauthor a:hover,#comments .boxauthor a:hover
	{
	color: #DB1064;
}

#comments .boxnormal a.liexternal {
	background-image: url(ind_arrow-topright_blue.png);
}

#comments .boxauthor a.liexternal {
	background-image: url(ind_arrow-topright_green.png);
}

#comments a.liexternal:hover {
	background-image: url(ind_arrow-topright_red.png);
}

/* Oberer Bereich: Gesamt */
#comments .head {
	border-bottom: 1px solid #DCEEEE;
	padding: 7px 15px 7px 15px;
}

#comments .boxauthor .head {
	border-color: #CAF2B2;
}

/* Oberer Bereich: Gravatar */
#comments .head .gravatar {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	font-size: 1px;
	color: white;
	border: 1px solid #cccccc;
	background: url(gravatar_empty.png) no-repeat 1px 1px;
}

#comments .head .gravatar img {
	padding: 1px;
}

/* Oberer Bereich: Name */
#comments .head .name {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	margin-bottom: 4px;
	color: #666;
}

/* Oberer Bereich: Datum */
#comments .head .datecomment,#comments .head .datecomment a:link,#comments .head .datecomment a:visited
	{
	font-size: 8pt;
	line-height: 100%;
}

/* Oberer Bereich: Nummer */
#comments .head .number {
	float: right;
	margin-top: 7px;
}

#comments .head .number a:link,#comments .head .number a:visited {
	font-size: 16pt;
}

/* Body */
#comments .cbody {
	padding: 10px 15px 10px 15px;
}

#comments .cbody p {
	padding-top: 8px;
	padding-bottom: 8px;
}

#comments .boxnormal .cbody blockquote {
	background-image: url(icon_quote-blue.png);
	color: #819bd1;
}

#comments .boxauthor .cbody blockquote {
	background-image: url(icon_quote-green.png);
	color: #43A806;
}

#comments .head .config {
	width: 90px;
	float: right;
	margin: 0 10px 0 0;
}

.urbangreymenu {
	width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar {
	font: bold 13px Verdana;
	color: white;
	background: #65944A url(media/arrowstop.gif) no-repeat 8px 6px;
	/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	/*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a {
	font: normal 13px Arial;
	color: white;
	background: #000000;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited {
	color: white;
}

.urbangreymenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #65944A;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {
	position: absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px;
	/*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #8a3c3d;
	color: white;
}

#termine-menu {
	padding-left: 20px;
}

#termine-menu a {
	padding: 0 5px;
	border: 1px solid #65944A;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

#termine li {
	padding-left: 20px;
	color: black;
}

#termine-menu a.wactive {
	background-color: #E0E0E0;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.tooltip {
	min-width: 250px;
	max-width: 250px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	padding: 5px;
	border: 1px;
	background: transparent;
}

.tooltip_bottom {
	background: url('box_buttom_black.png');
	height: 15px;
	opacity: 0.9;
}

.tooltip_head {
	background: url('box_top_black.png');
	height: 15px;
	opacity: 0.9;
	text-align: right;
	padding-right: 20px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.tooltip_message {
	opacity: 0.9;
	padding-left: 18px;
	padding-right: 18px;
	background: url('box_middle_black.png');
}

.message {
	font-weight: bold;
}

ul.gallery {
	list-style: none;
	margin: 0 0 10px 0;
	width:150px;
	margin-right: 20px ;
	max-width:150px;
}

ul.gallery li {
	display: block;
	float: left;
	margin: 2px 20px 2px 2px;
	
}

ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #65944A solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}

ul.gallery li a:hover {
	border: 2px #313739 solid;
}


ul.gallery_news {
	list-style: none;
	margin:20px;
	display:block;
	min-width:510px;
	width:510px;
}

ul.gallery_news li {
	display: block;
	float: left;
	margin: 2px 12px 5px 2px;
	
}

ul.gallery_news li a {
	padding: 2px;
	display: block;
	border: 2px #65944A solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}

ul.gallery_news li a:hover {
	border: 2px #313739 solid;
}
#slideshow {
    position:relative;
    height:200px;
    text-align:center;
}

#slideshow IMG {
     position:relative;
    top:0;
    left:0;
    z-index:2;
    text-align:center;
}

#slideshow IMG.active {
    z-index:4;
}

#slideshow IMG.last-active {
    z-index:3;
}

.newsattach{
	margin-left:30px;
}
ul.newsattach li{
	line-height:30px;	
	vertical-align:middle;
}
ul.newsattach li img{
	line-height:40px;	
	margin-bottom:10px;
	padding-left:20px;
	vertical-align:middle;
}

#slideshowcontainer span {
background-color:#FFFFFF;
color:#000000;
font-family:Arial,'Trebuchet MS',Sans-serif;
font-size:18px;
margin-left:400px;
text-align:left;
opacity:0.55;
padding:3px;
position:relative;
top:-50px;
 z-index:99999;
}


/* Sidebar Flickr */
#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	
	position: relative;
}
#sidebar .wrap {
	min-height:225px;
	height:225px;
}
#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
	
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
	
}
