@charset "utf-8";

/* Farbdefinition:- Navigationsschrift:Courier (bzw. Courier Bold)
 
 - Blau       #006699

 - Hellgrün           rgb(80%, 83%, 0%)
 - Dunkelgrün         rgb(48%, 58%, 19%)
 - Dunkelgrün Schrift #336600
 
 - Grüne CI-CD Grün	     rgb(81, 160, 37)
 - Grüne CI-CD Schwarz   rgb(81, 160, 37)

*/



body {
	font:12px Arial, Helvetica, sans-serif;
	background-color:rgb(80%, 83%, 0%);
	background-color:#FFF;
	/*background-image:url(/_layout/images/bg_gruene_hellgruen.gif);*/
	margin:0;
	padding:0;
	text-align:center;
	color:black;
}
a:link {
	color:rgb(100%,100%,100%);
	text-decoration:none;
}
a:visited {
	color:rgb(80%,80%,80%);
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
li a.aktiv {
	color:rgb(0,0,0);
	text-decoration:none;
}
a:active {
	color:#006699;
	text-decoration:none;
}

/* Menu Navigation */

#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:rgb(0%, 0%, 0%);
	text-decoration:none;
	font-weight:bold;
}
#menu a:active {
	color:rgb(0, 38, 27);
	text-decoration:none;
	font-weight:bold;
}
#menu li a.aktiv {
	color:rgb(0,0,0);
	text-decoration:none;
}

/* Menu Navigation aktiv */

#menu li.aktiv a:link, #menu li.aktiv a:visited {
	color:#336600;
	text-decoration:none;
}

#menu li.aktiv a:hover {
	color:rgb(0, 0, 0);
	text-decoration:none;
	font-weight:bold;
}
#menu li.aktiv a:active {
	color:rgb(0, 0, 0);
	text-decoration:none;
	font-weight:bold;
}
#menu li.aktiv a.aktiv {
	color:rgb(0,0,0);
	text-decoration:none;
}

#meta1 {
	font-weight:bold;
}
#meta1 a:link {
	color:rgb(0%, 0%, 0%);color:#336600;
	text-decoration:none;
}
#meta1 a:visited {
	color:rgb(0%, 0%, 0%);color:#336600;
	text-decoration:none;
}
#meta1 a:hover {
	color:rgb(0%, 0%, 0%);
	text-decoration:none;
	/*font-weight:bold;*/
}
#meta1 a:active {
	color:rgb(0%, 0%, 0%);;
	text-decoration:none;
	/*font-weight:bold;*/
}
#container { 
	width:955px; 
	background:rgb(81, 160, 37);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0;
	
	text-align:left;
} 
#header { 
	margin:0;
	padding:0;
	height:174px;
	background-image:url(/_layout/logo_gruene_biel.png);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}
#searchFormular {
padding-right:24px;
}
#sidebar1 {
	float:left; 
	width:250px; 
	min-height:auto;
	line-height:2em;
	padding:0px 0 15px 0;
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:1em;
	font-weight:bold;
}

* html #sidebar1 {
	/* \*/
	margin-right:   -3px;
	/* */
}

#sidebar1 ul {
	margin:0; 
	padding:.2em 0;
	list-style:none;
	line-height:1.5em;
}
#sidebar1 ul li {
	padding:.4em 0 .4em 1em;
	list-style:none;
	border-bottom:1px black solid;
}
#sidebar1 ul li.aktiv {
	padding:.4em 0 .4em 1em;
	list-style:none;
	border-bottom:1px black solid;
	background-color:#EEE;

}
#sidebar1 ul ul {
	list-style:none;
	

}
#sidebar1 ul li li {
	padding:0 0 .1em 0;
	margin-left:1.2em; 
	list-style:none;
	border-bottom:none;
}

#sidebar2 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	/* background:#EBEBEB;Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	margin:0 0 0 10px;
	padding:52px 10px 15px 10px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
#meta1 {
	width:955px;
	text-align:left;
	height:2.5em;
	/*background-color:#FFF;*/
	background-image:url(/_layout/meta.png);
	background-repeat:repeat;
	border-top:1px black solid;
	border-bottom:1px black solid;
}
#meta1 span, #meta1 div.rechts {
	display:block;
	padding-top:.25em;
	padding-left:1em;
	padding-right:1em;
}
#meta1 span a.aktiv {
	color:rgb(0%, 0%, 0%);
	font-weight:bold;
}
#meta1 .links {
	text-align:left;
	/*width:83px;*/
	float:left;
}
#meta1 .mitte {
	/*text-align:center;
	width:84px;*/
	float:left;
}
#meta1 .rechts {
	text-align:right;
	/*width:83px;*/

	float:right;
}





#menu {
	clear:both;
	margin-top:50px;
}
#mainContent { 
	margin:0 0px 20px 280px; 
	padding:0 0 0 10px;
} 

* html #mainContent {
	/* \*/
	margin-left:   277px;
	/* */
}

#Content {
	width:445px;
	margin:52px 0 2em 5px;
	padding:0 20px 1em 0;
	color:Black;
	line-height:1.3em;
	min-height:32em;
	border-right:1px black solid;
}


* html #Content {
	/* \*/
	width:   442px;
	/* */
}

#Content a:link {
	text-decoration:underline;
}
#Content a:visited {
	text-decoration:underline;
}
#Content a:hover {
	text-decoration:underline;
}
#Content a:active {
	text-decoration:underline;
}
h1{ 
	color:white;;
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 .5em 0;
	padding:0px;
} 
h2{ 
	color:rgb(0%, 0%, 0%);
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:1.2em;
	font-weight:bold;
	margin:0.5em 0 0em 0;
	padding:0px;
}
h3{ 
	font-weight:bold;
	margin:0.5em 0 0em 0;
	/*color:rgb(111, 112, 111);*/
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:1.1em;
}
#Content h3+img {
	margin: .5em .5em 0em 0
}
p{
	margin:0.25em 2em .5em 0;
	padding:0px;
}
td {
	vertical-align:top;
	padding:5px 10px 0px 0; 
}
th {
	width:100px;
	text-align:right;
	vertical-align:top;
}

#Content li {
	margin-bottom:.5em;
}
#News {
	margin:30px 0;
	border:1px #006699 dashed; /* blau */
	background-color:rgb(251, 251, 229);
	padding:.5em;
}
#News h1 {
	margin:0 0 .5em 0;
	padding:0;
}
#News h2 {
	margin:0;
	padding:0;
	color:rgb(111, 112, 111);
	font-size:1.1em;
}
#mainContent ul {
	margin:.25em 0 .25em 15px;
	padding:0;
	list-style:square;
}
#mainContent li 
{
	padding-left:0px;
	/*background-image:url(/_layout/liste.gif);
	background-repeat:no-repeat;
	background-position:0 50%;*/
}
/*label {
	display:block;
	float:left;
	width:100px;
}
p.box label {
	display:inline;
	float:none;
	width:80px;
}

input[type=text] {
	width:270px;
}
form p {
	margin:0 0 5px 0;
}
form h2 {
	margin:30px 0 5px 0;
}
.box input {
	width:18px;
}*/
#footer { 
	padding:0;
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:1em;
	font-weight:bold;
} 
#footer p {
	margin:0;
	padding:.5em 0;
}
#footer table td.links{
	width:250px;
	height:2.5em;
	border-top:1px black solid;
	background-color:rgb(251, 251, 229);
}
#footer table td.weiss{
	width:40px;
	border-top:2px #FFFFFF dashed; /* weiss */
	background-color:#FFFFFF;
}
#footer table td.rechs{
	width:480px;
	border-top:1px black solid;
	background-color:rgb(251, 251, 229);
}
.fltrt { 
	float:right;
	margin-left:8px;
}
.fltlft { 
	float:left;
	margin-right:8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

#searchFormular form {
	margin: 0;
}
