/*----------------------------------------------------*/
/* CSS -> Grüne-{Ortsverband} Stand: 31.08.2008       */
/* Author: Frank Haberland, http://www.7zwo.de        */
/* Alle Rechte vorbehalten                            */
/*----------------------------------------------------*/
/*--------------------------------------------------- */
/*                LAYOUT DER SEITEn                   */
/*--------------------------------------------------- */

body {
margin: 0 auto;
padding-top: 20px;
background: #e3f7b4; /* url(images/cms/banner_gruen.jpg) repeat-x;  */
background-attachment:fixed;
FONT-FAMILY: 40% Arial, Helvetica, sans-serif;
}

/* Versteckter Bereich, unterhalb der Navigation. */
/* Automatische Verlinkung auf www.gruene-surfer.de/system/redirect */
/* bei Angabe einer Bildressource */
/* Einstellungen: width: 175px; height: {variabel}; Image-Url; Standard: all-news.gif*/

.shortnewsBanner{
 width: 175px; /* max. 175px; */
 margin-left: 10px;
 margin-top: 20px;
 height: 240px; /* 240px; */
 border: 0px;
 cursor:pointer ;
 background: url(http://www.gruene-surfer.de/system/pagesync/images/xxxxxxxxx.gif) top right no-repeat;
}


.aktuelles{
 width: 170px;
 height: 41px;
 border: 0px;
 background: url(http://www.gruene-surfer.de/system/pagesync/images/aktuelles.gif) top right no-repeat;
}

.banner{
width: 980px;
height: 169px;
}

/* Standard: Willkommen bei den Grünen */
.ueberschrift{
font-weight:bold;
FONT-FAMILY: Arial, Helvetica, sans-serif;
color: #f4a137;
font-size: 12px;
line-height: 14px;
text-align: right;
}
/* für IE6 */
* html .ueberschrift{
FONT-FAMILY: Arial, Helvetica, sans-serif;
padding: 15px;
font-weight:bold;
color: #f4a137;
font-size: 12px;
line-height: 14px;
text-align: right;
}

/* Schrift: Ortsverband */
.sitename_banner{
position: absolute;
top: 60px;
left: 220px;
width: 540px;
float: right;
font-size: 54px;
color: #ffffff;
font-style:italic;
font-weight:bold;
text-align: right;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* für IE7 */
*+html .sitename_banner{
position: absolute;
top: 115px;
left: 230px;
width: 540px;
float: right;
font-size: 54px;
color: #ffffff;
font-style:italic;
font-weight:bold;
text-align: right;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* für IE6 */
* html .sitename_banner{
FONT-FAMILY: Arial, Helvetica, sans-serif;
position: absolute;
top: 105px;
left: 210px;
width: 540px;
font-size: 45px;
color: #efefef;
font-style:italic;
font-weight:bold;
text-align: right;
}

#presse{
position: absolute;
top: 160px;
left: 800px;
background-color: #ffffff;
}

.suche {
position: absolute;
left: 845px;
top: 1px;
}

.suchergebnis {
position: absolute;
left: 0px;
top: 12px;
padding-left: 10px;
background-color: #ffffff;
width: 561px;
}

.topnavi {
position: absolute;
left: 710px;
top: 1px;
height: 15px;
float: right;
}

input {
width: 18px; /* the width of my button image */
height: 12px; /* the height of my button image */
height: 19px;
color: #005200;
background-color: #ffffff;
border: 1px inset #555;
line-height: 8px;
font-size:13px;
}

#cntnt01searchinput  {
border: 1px inset #555; /* Set explicitly to override the border:none above*/
width: 100px; /* width and height to override the settings above*/
height: 15px;
line-height: 16px;
font-size:10px;
}

#wrap {
background: #e3f7b4;
color: #000000;
margin: 0;
width: 976px;
padding-top: 5px;
border: 0px solid #ffffff; /* Rahmen */
}

/* -------------------------------------------------- */
/*               LAYOUT DER NAVIGATION                */
/* -------------------------------------------------- */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* Navigation Aufbau */
#avmenu {
clear: left;
float: left;
width: 205px;
margin-left: 10px;
margin-top: 10px;
font-size: 0.8em;
background-color: #ffffff;
min-height: 583px;
}
/* für IE6 */
* html #avmenu {
clear: left;
float: left;
width: 195px;
margin-left: 8px;
margin-top: 10px;
font-size: 0.8em;
background-color: #ffffff;
min-height: 583px;
}
/* für IE6 */
* html #avmenu ul {
margin: 0px;
vertical-align: middle;
list-style: none;
width: 180px;                                /*  Breite der Menuepunke */
padding-left: 10px;
padding-top: 5px;
font-size: 0.9em;                   /* Schriftgr??e der Navi */
}

#avmenu ul {
margin: 0px;
vertical-align: middle;
list-style: none;
width: 180px;                                /*  Breite der Menuepunke */
padding-left: 10px;
padding-top: 5px;
font-size: 0.9em;                   /* Schriftgr??e der Navi */
}

#avmenu li {
margin-bottom: 5px;
line-height: 25px;
}

/* 1. Untermenue */
#avmenu li a {
font-weight: bold;
line-height: 25px;                         /*         H?he der Menuepunkte */
width: 190px;
text-decoration: none;
color: #005200;
display: block;
border-bottom: 1px dotted #023202;
}
/* für IE6 */
* html #avmenu li a {
font-weight: bold;
line-height: 25px;                         /*         H?he der Menuepunkte */
width: 180px;
text-decoration: none;
color: #005200;
display: block;
border-bottom: 1px dotted #023202;
}

/* 1. Untermenu bei MouseOver */
#avmenu li a:hover {
background-color: #eff6e1;
text-decoration: none;
color: #005200;
}

/* 1. Untermenu aktiviert */
#avmenu li a.menuactive {
color: #f4a137;
line-height: 25px;
width: 190px;
}
/* für IE6 */
* html #avmenu li a.menuactive {
color: #f4a137;
line-height: 25px;
width: 180px;
}

/* 2. Untermenue */
#avmenu li li a {
font-weight: normal;
width: 170px;
line-height: 25px;
text-decoration: none;
font-size: 1.1em;
color:  #005200;
}

/* 2. Untermenu bei MouseOver */
#avmenu li li a:hover {
color: #005200;
line-height: 25px;
width: 170px;
font-size: 1.1em;
}

/* 2. Untermenu aktiviert */
#avmenu li li a.menuactive {
color: #f4a137;
width: 170px;
line-height: 25px;
border-bottom: 1px dotted #023202;
}

/* 3. Untermenu bei MouseOver */
#avmenu li li li a {
font-weight: normal;
height: 30px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
}

/* 3. Untermenu bei MouseOver */
#avmenu li li li a:hover {
background: #005200;
color: #f4a137;
border:0;
}

/* 3. Untermenu aktiviert */
#avmenu li li li a.menuactive {
background: #eaeaea;
color: #f4a137;
border:0;
}

.shortnews {
position: absolute;
top: 204px;
left: 805px;
width: 170px;                            /* Breite der Infobox - Newsbox */
color: #005200;                          /* Schriftfarbe (dunkelgruen) */
background-color: #ffffff;               /* Hintergrundfarbe Newsbox (mint) */
line-height: 1.3em;
font-size: 12px;
min-height: 550px;
border: 0px;
}

.hiddenNews{
margin-left: 10px;
margin-top: 25px;
width: 185px;
height: 200px;
}

#extras {
float: right;
width: 100px;                            /* Textinfo, rechts */
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

/* -------------------------------------------------- */
/*                 LAYOUT DES CONTENT                 */
/* -------------------------------------------------- */

#main{
position: absolute;
left: 224px;
background: #ffffff;
width: 545px;
padding-left:12px;
padding-right: 15px;
padding-top: 10px;
}

#content {
margin: 10px 180px 0px 224px;              /* Textinfo, 0px= rechter Rand 224px = linker Rand */
line-height: 1.3em;
text-align: left;
font-size: 0.9em;
min-height: 583px;
background: #ffffff;
}

#content p {
font-size: 12px;
margin-top: 10px;
color: #005200;
}

#content h2 {
font-size: 1.1em;
margin: 0 0 0.5em 0;
color: #005200;
}

#content h3 {
font-size: 1.1em;
margin: 0 0 10px 0;
color: #005200;
}

#content img {
padding: 0px;
border: 0px solid #808080;
}

.hr {
border-bottom: 1px dotted;
color: #023202;
}

/* -------------------------------------------------- */
/*            Link - Formatierungen                   */
/* -------------------------------------------------- */

a {
text-decoration: none;
color: #1c7c20;
}

a:hover {
text-decoration: underline;
color: #f4a137;
}#content img {
padding: 0px;
border: 0px solid #808080;
}

.hr {
border-bottom: 1px dotted;
color: #023202;
}

/* -------------------------------------------------- */
/*            Link - Formatierungen                   */
/* -------------------------------------------------- */

a {
text-decoration: none;
color: #1c7c20;
}

a:hover {
text-decoration: underline;
color: #f4a137;
}
