/*
////////////////////////////////////////////////////////////////
//
// Allgemeine Styles
//
// Weblication CMS Grid Strukturdesign Version 5.0.9.1
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/* Stylesheet für Standard-Gui-Element */
@import url(wgl.css);

/* Stylesheet für Navigationen */
@import url(nav.css);

/* Formatierung von HTML-Elementen */

*                    {margin:0;padding:0}

#body                {background-color:#1a171b}

body                 {font-family:Verdana, Sans-serif, Helvetica;font-size:10px;color:#19161a;font-weight:normal;line-height:14px}

div                  {}
span                 {}

/* Überschriften */

h1                   {font-size:18px;font-weight:bold;line-height:22px;color:#808080;margin:0 0 14px 0}
h2                   {font-size:15px;font-weight:bold;line-height:19px;color:#808080;margin:0 0 14px 0}
h3                   {font-size:12px;font-weight:bold;line-height:16px;color:#808080;margin:0 0 14px 0}
h4                   {font-size:11px;font-weight:bold;line-height:13px;color:#808080;margin:0 0 14px 0}
h5                   {font-size:11px;font-weight:bold;line-height:13px;color:#808080;margin:0 0 14px 0}
h6                   {font-size:11px;font-weight:bold;line-height:13px;color:#808080;margin:0 0 14px 0}

/* Textblöcke */
p                    {margin:0 0 14px 0}

/* Listen */
ul                   {margin:0 0 14px 16px;padding:0 0 0 9px;list-style-image:url(/de//wGlobal/layout/images/decoration/bullet_list.gif)}
ol                   {margin:0 0 14px 28px;list-style-type:decimal}

/* Definitionslisten */
dl                   {}
dt                   {}
dd                   {margin:0 0 14px 0;padding:0 0 0 16px;color:#a0a0a0}

/* Horizontale Linien */
hr                   {background-color:#AEA794;color:#AEA794;height:1px;border-style:none}

/* Formularelemente */

form                 {overflow:hidden}

input                {font:inherit;border:1px solid #666666;border-color:#666666 #B6B6B6 #B6B6B6 #666666;font-size:11px;padding:1px 2px 1px 2px}
select               {font:inherit;border:1px solid #666666;border-color:#666666 #B6B6B6 #B6B6B6 #666666;font-size:11px;padding:1px 2px 1px 2px}
textarea             {font:inherit;border:1px solid #666666;border-color:#666666 #B6B6B6 #B6B6B6 #666666;font-size:11px;padding:1px 2px 1px 2px}

button               {cursor:pointer;background-color:#B6B6B6;border:none;font-size:11px;line-height:18px;height:18px;color:#ffffff}
button:hover         {cursor:pointer;background-color:#98BFD7;border:none;font-size:11px;line-height:18px;height:18px;color:#ffffff}

/* Links */

a                    {text-decoration:none;color:#b50107}
a:hover              {text-decoration:underline;color:#b50107}
a.intern             {padding:0 0 0 14px;background:url(/de//wGlobal/layout/images/links/intern.gif) top left no-repeat}
a.extern             {padding:0 0 0 14px;background:url(/de//wGlobal/layout/images/links/extern.gif) top left no-repeat}
a.download           {padding:0 0 0 14px;background:url(/de//wGlobal/layout/images/links/download.gif) top left no-repeat}
a.audio              {padding:0 0 0 14px;background:url(/de//wGlobal/layout/images/links/audio.gif) top left no-repeat}
a.video              {padding:0 0 0 14px;background:url(/de//wGlobal/layout/images/links/video.gif) top left no-repeat}

/* Bilder */

a img                {border:none}

img.picture          {margin:4px 4px 4px 4px}
img.pictureLeft      {float:left;margin:4px 4px 4px 0}
img.pictureRight     {float:right;margin:4px 0 4px 4px}

/* Tabellen */

table                {font:inherit;color:inherit;border:none}
tr, thead, tbody     {}
th, td               {vertical-align:top}

table.light          {border:none;margin-bottom:12px;}
table.light th       {border:none;text-align:left;background-color:#f0f0f0}
table.light td       {border:none;padding:2px}

table.default        {border-style:solid none none solid;border-width:1px;border-color:#a0a0a0;margin-bottom:12px;}
table.default th     {border-style:none solid solid none;border-width:1px;border-color:#a0a0a0;padding:2px;text-align:left;background-color:#f0f0f0}
table.default td     {border-style:none solid solid none;border-width:1px;border-color:#a0a0a0;padding:2px}

table.full           {border-style:solid none none solid;border-width:1px;border-color:#a0a0a0;margin-bottom:12px;}
table.full th        {border-style:none solid solid none;border-width:1px;border-color:#a0a0a0;padding:2px;text-align:left;background-color:#f0f0f0}
table.full td        {border-style:none solid solid none;border-width:1px;border-color:#a0a0a0;padding:2px}

/* Grundgerüst */

#blockPre              {}
#blockPreInner         {}

#blockMain             {width:958px;background-color:#FFFFFF;margin:0 auto}
#blockMainInner        {}

#blockContent          {float:left;width:305px;padding:0 0 0 0;}
#blockContentInner     {padding:4px 19px 19px 9px }

#blockTop              {height:419px;margin:0 0 10px 0;position:relative;}
#blockTopInner         {}

#blockRight            {float:right;width:321px;vertical-align:top;margin:0 10px 0 0;}
#blockRightInner       {padding:0 0 0 12px}

#blockBottom           {padding:0;color:#ffffff;}
#blockBottomInner      {background-color:#b50107;font-size:9px;line-height:20px;text-align:left;padding:2px 0 0 13px;}
#blockBottomInner a    {color:#ffffff;}
#blockBottomInner a:hover  {color:#ffffff;text-decoration:underline;}

#blockLeft             {float:left;width:312px;padding:0 0 0 10px;}
#blockLeftInner        {}

#blockLeftContentRight {overflow:hidden;margin:17px 0 10px 0;}

#blockPost             {width:958px;margin:0 auto;}
#blockPostInner        {color:#ffffff;text-align:right;}

/* Globale Elemente */

#globalFunctions                {height:18px;margin:0 0 8px 0;text-align:right;color:#ffffff;font-weight:bold;font-size:9px;}
#globalFunctions a              {line-height:18px;color:#ffffff;margin:0 7px 0 8px;}
#globalFunctions a:hover        {text-decoration:none;color:#b50107;}

#first                          {position:relative;background-color:#1a171b;height:146px;}
#logo                           {position:absolute;top:26px;background-color:#1a171b}
#logomb                         {position:absolute;top:0;left:-5px;background-color:#1a171b}
#werbung                        {position:absolute;top:26px;right:0px;background-color:#1a171b}
#second                         {padding:6px 10px 5px 10px;height:274px;}
.flashright                     {width:321px;float:right}
.flashleft                      {width:617px;float:left;}
#banner                         {float:left;}
#banner .text                   {position:absolute;top:332px;left:30px;border:2px solid #b50107;background-color:#ffffff;padding:4px 0 0 9px;color:#000000;height:38px;width:300px;font-weight:bold;}
#imagebox                       {float:right;width:309px;}
#imagebox .text                 {background-color:#b50107;height:51px;color:#ffffff;font-weight:bold;padding:4px 0px 0px 9px;}
#imagebox a                     {color:#ffffff;}


#search                         {float:right;margin:0 0 0 0}
.searchLabel                    {float:left;line-height:20px;margin:0 8px 0 0}
.searchInput                    {float:left;width:120px;margin:0 8px 0 0}
.searchButton                   {float:left}

/* Pflegeschaltflächen */

#beButtonLayoutwizard           {position:absolute;margin:8px 0 0 8px}

#beButtons                      {float:right;margin:0 0 0 3px}
#beButtonAdmin                  {}
#beButtonPage                   {float:left;margin:0}
#beButtonContent                {float:left}

#beButtonEditTop                {}
#beButtonEditRight              {}
#beButtonEditBottom             {position:absolute;margin:1px 0 0 5px}
#beButtonEditLeft               {position:absolute;margin:5px 0 0 5px}

#beButtonEditNavigation         {position:absolute;margin:0 0 0 5px}

/* Allgemeine Elemente */

.elementStandard                {margin:0 0 10px 0}
.elementsecondHeadline          {margin:-17px 0 10px 0}
.elementHeadline                {margin:0 0 10px 0}
.elementText                    {margin:0 0 10px 0}
.elementText .fragmentInfo      {background-position:4px 4px;background-repeat:no-repeat;background-image:url(/de//wGlobal/layout/images/icons/info.gif);padding:8px 8px 8px 64px;border:solid 1px #c0c0c0;background-color:#ffffff}
.elementText .fragmentWarning   {background-position:4px 4px;background-repeat:no-repeat;background-image:url(/de//wGlobal/layout/images/icons/warning.gif);padding:8px 8px 8px 64px;border:solid 1px #c0c0c0;background-color:#ffffff}
.elementText .fragmentTip       {background-position:4px 4px;background-repeat:no-repeat;background-image:url(/de//wGlobal/layout/images/icons/info.gif);padding:8px 8px 8px 64px;border:solid 1px #c0c0c0;background-color:#ffffff}


.elementPicture                 {margin:0 0 10px 0}
.elementPicture .title          {line-height:20px;font-size:10px}
.elementLink                    {margin:0 0 10px 0}
.elementVideo                   {margin:0 0 10px 0}
.elementAudio                   {margin:0 0 10px 0}
.elementPortlet                 {margin:0 0 10px 0}
.elementScript                  {margin:0 0 10px 0}
.elementSource                  {margin:0 0 10px 0;padding:4px;background-color:#FFFFCC;overflow:auto;white-space:nowrap}
.elementSource h4               {margin:0 0 4px 0;background-color:#ffffcc;padding:4px 4px 4px 0;border-bottom:solid 1px #cccccc}
.elementPlain                   {margin:0 0 10px 0;overflow:auto;padding:4px;background-color:#f0f0f0;border:solid 1px #a0a0a0}
.elementDelimiter               {margin:0 0 10px 0}

.elementContainer               {margin:0 0 18px 0}
.elementContainerBox            {margin:0 0 18px 0}

.elementContainer1              {margin:0 0 0 0;background-color:#fde1e2;padding:0 10px 0 0;border-bottom:#B4101D;}
.elementContainer1 .col1        {}
.elementContainer1 .elementHeadline      {background-color:#B4101D;margin:0 0 2px 0;}
.elementContainer1 .elementHeadline    img  {background-color:#B4101D;margin: 0 0 0 9px;}
.elementContainer1 h2 {color:#ffffff;margin:0 0 0 0;}
.elementContainer1 .elementPicture        {border-left:9px solid #b4101d}
.elementContainer1 .elementLink            {margin:0 0 5px 10px;font-weight:bold;font-size:12px;}
.elementContainer1 .elementText           {margin:0 0 5px 9px;}
.elementContainer1 .elementDelimiter      {margin:0 0 5px 9px;}


.elementContainer2              {margin:0 0 0 0}

.elementContainer2 .col1        {float:left;width:254px;margin:0 16px 0 0}
.elementContainer2 .col2        {float:left;width:254px}

.elementContainer3              {margin:0 0 0 0}
.elementContainer3 .col1        {float:left;width:164px;margin:0 16px 0 0}
.elementContainer3 .col2        {float:left;width:164px;margin:0 16px 0 0}



.elementContainerBox1           {margin:0 0 16px 0;padding:8px;background-color:#ffffff;border:1px none #e0e0e0}
.elementContainerBox1 .col1     {}

.elementContainerBox2           {margin:0 0 16px 0;padding:8px;background-color:#ffffff;border:1px none #e0e0e0}
.elementContainerBox2 .col1     {float:left;width:49%;margin:0 2% 0 0}
.elementContainerBox2 .col2     {float:left;width:49%}

.elementContainerBox3           {margin:0 0 16px 0;padding:8px;background-color:#ffffff;border:1px none #e0e0e0}
.elementContainerBox3 .col1     {float:left;width:32%;margin:0 2% 0 0}
.elementContainerBox3 .col2     {float:left;width:32%;margin:0 2% 0 0}
.elementContainerBox3 .col3     {float:left;width:32%}

/* Elemente des oberen Bereich */

.adresse                        {color:#ffffff;position:absolute;top:82px;left:235px;}
.adresse                        {color:#ffffff;position:absolute;top:82px;left:237px;}
.adresse a                      {color:#ffffff;}
.adresse a:hover                {color:#ffffff;}


/* Elemente des linken Bereiches */

#blockLeft .elementHeadline     {margin:0 0 8px 0px;padding:6px 10px 6px 10px;}
#blockLeft .elementText         {margin:0 0 8px 0px;padding:6px 10px 6px 10px;}

/* Elemente des Inhaltsbereiches */

/* Elemente des rechten Bereiches */

#blockRight .elementHeadline    {margin:0 0 1px 0;padding:2px 6px 2px 10px;background-color:#98BFD7}
#blockRight .elementHeadline h1 {margin:0;padding:0;color:#ffffff;}
#blockRight .elementHeadline h2 {margin:0;padding:0;color:#ffffff;}
#blockRight .elementHeadline h3 {margin:0;padding:0;color:#ffffff;}
#blockRight .elementHeadline h4 {margin:0;padding:0;color:#ffffff;}
#blockRight .elementText        {margin:0 0 10px 0;padding:10px 6px 6px 10px;}

/* Elemente des unteren Bereiches */

#blockBottomInner .elementText {margin:0;}

#logos                          {background-color:#999999;height:113px;}
#logos img                      {margin:5px 10px 5px 10px;float:left;}

/*Listen Weblics*/

/*List: Newsbox RED*/
.wglListEntryDetailsNBred                          {border:1px solid #b50107;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBred .wglListTitleNBred       {width:135%;height:18px;background-color:#b50107;margin:0 0 0 0px;}
.wglListEntryDetailsNBred .wglListTitleNBred a     {}
.wglListEntryDetailsNBred a.wglListTitleNBred      {}
.wglListEntryDetailsNBred .wglListThumbnailNBred   {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBred .wglListDescriptionNBred {padding:3px 5px 0 10px;margin:0 0 2px 0;}
.wglListEntryDetailsNBred .wglListDescriptionNBred p {}
.wglListEntryDetailsNBred .wglListContentNBred     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBred .wglListInfoNBred        {}
.wglListEntryDetailsNBred .wglListMoreNBred        {padding:3px 0 0 10px;font-weight:bold;}


/*List: Newslist RED*/
.wglListEntryDetailsNLred                          {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #b50107;}
.wglListEntryDetailsNLred .wglListTitleNLred       {color:#000000;font-size:11px;font-weight:bold;margin:0;}

.wglListEntryDetailsNLred .wglListTitleNLred a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLred a.wglListTitleNLred      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLred .wglListThumbnailNLred   {width:100%;border-left:18px solid #b50107;}
.wglListEntryDetailsNLred .wglListThumbnailDivNLred   {overflow:hidden;}
.wglListEntryDetailsNLred .wglListDescriptionNLred {margin:0 0 2px 0;}
.wglListEntryDetailsNLred .wglListContentNLred     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLred .wglListInfoNLred        {}
.wglListEntryDetailsNLred .wglListMoreNLred        {font-weight:bold;}

/*List: Eventlist RED*/ 
.wglListEntryDetailsELred                          {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #b50107;}
.wglListEntryDetailsELred .wglListTitleELred       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELred .datered                 {color:#b50107;padding:0 0 4px 10px;}
.wglListEntryDetailsELred .wglListTitleELred a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELred a.wglListTitleELred      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELred .wglListThumbnailELred   {border-left:18px solid #b50107;padding:0 0 0 10px;}
.wglListEntryDetailsELred .wglListDescriptionELred {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELred .wglListContentELred     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELred .wglListInfoELred        {padding:0 0 0 10px;}
.wglListEntryDetailsELred .wglListMoreELred        {font-weight:bold;padding:0 0 3px 10px;}

/*******************************************************************************************************/

/*List: Newsbox BROWN*/
.wglListEntryDetailsNBbrown                            {border:1px solid #9b4314;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBbrown .wglListTitleNBbrown       {width:135%;height:18px;background-color:#9b4314;margin:0 0 0 0px;}
.wglListEntryDetailsNBbrown .wglListTitleNBbrown a     {}
.wglListEntryDetailsNBbrown a.wglListTitleNBbrown      {}
.wglListEntryDetailsNBbrown .wglListThumbnailNBbrown   {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBbrown .wglListDescriptionNBbrown {padding:3px 5px 0 10px;margin:0 0 2px 0;}
.wglListEntryDetailsNBbrown .wglListDescriptionNBbrown p {}
.wglListEntryDetailsNBbrown .wglListContentNBbrown     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBbrown .wglListInfoNBbrown        {}
.wglListEntryDetailsNBbrown .wglListMoreNBbrown        {padding:3px 0 0 10px;font-weight:bold;color:#9b4314;}


/*List: Newslist BROWN*/
.wglListEntryDetailsNLbrown                            {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #9b4314;}
.wglListEntryDetailsNLbrown .wglListTitleNLbrown       {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLbrown .wglListTitleNLbrown a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLbrown a.wglListTitleNLbrown      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLbrown .wglListThumbnailNLbrown   {width:100%;border-left:18px solid #9b4314;}
.wglListEntryDetailsNLbrown .wglListDescriptionNLbrown {margin:0 0 2px 0;}
.wglListEntryDetailsNLbrown .wglListContentNLbrown     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLbrown .wglListInfoNLbrown        {}
.wglListEntryDetailsNLbrown .wglListMoreNLbrown        {font-weight:bold;color:#9b4314;}

/*List: Eventlist BROWN*/
.wglListEntryDetailsELbrown                            {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #9b4314;}
.wglListEntryDetailsELbrown .wglListTitleELbrown       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELbrown .datebrown                 {color:#9b4314;padding:0 0 4px 10px;}
.wglListEntryDetailsELbrown .wglListTitleELbrown a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELbrown a.wglListTitleELbrown      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELbrown .wglListThumbnailELbrown   {border-left:18px solid #9b4314;padding:0 0 0 10px;}
.wglListEntryDetailsELbrown .wglListDescriptionELbrown {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELbrown .wglListContentELbrown     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELbrown .wglListInfoELbrown        {padding:0 0 0 10px;}
.wglListEntryDetailsELbrown .wglListMoreELbrown        {font-weight:bold;padding:0 0 3px 10px;color:#9b4314}

/*******************************************************************************************************/

/*List: Newsbox GREEN*/
.wglListEntryDetailsNBgreen                            {border:1px solid #008534;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBgreen .wglListTitleNBgreen       {width:135%;height:18px;background-color:#008534;margin:0 0 0 0px;}
.wglListEntryDetailsNBgreen .wglListTitleNBgreen a     {}
.wglListEntryDetailsNBgreen a.wglListTitleNBgreen      {}
.wglListEntryDetailsNBgreen .wglListThumbnailNBgreen   {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBgreen .wglListDescriptionNBgreen {padding:3px 5px 0 10px;margin:0 0 2px 0;}
.wglListEntryDetailsNBgreen .wglListContentNBgreen     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBgreen .wglListInfoNBgreen        {}
.wglListEntryDetailsNBgreen .wglListMoreNBgreen        {padding:3px 0 0 10px;font-weight:bold;color:#008534;}


/*List: Newslist GREEN*/
.wglListEntryDetailsNLgreen                            {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #008534;}
.wglListEntryDetailsNLgreen .wglListTitleNLgreen       {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLgreen .wglListTitleNLgreen a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLgreen a.wglListTitleNLgreen      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLgreen .wglListThumbnailNLgreen   {width:100%;border-left:18px solid #008534;}
.wglListEntryDetailsNLgreen .wglListDescriptionNLgreen {margin:0 0 2px 0;}
.wglListEntryDetailsNLgreen .wglListContentNLgreen     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLgreen .wglListInfoNLgreen        {}
.wglListEntryDetailsNLgreen .wglListMoreNLgreen        {font-weight:bold;color:#008534;}

/*List: Eventlist GREEN*/
.wglListEntryDetailsELgreen                            {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #008534;}
.wglListEntryDetailsELgreen .wglListTitleELgreen       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELgreen .dategreen                 {color:#008534;padding:0 0 4px 10px;}
.wglListEntryDetailsELgreen .wglListTitleELgreen a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELgreen a.wglListTitleELgreen      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELgreen .wglListThumbnailELgreen   {border-left:18px solid #008534;padding:0 0 0 10px;}
.wglListEntryDetailsELgreen .wglListDescriptionELgreen {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELgreen .wglListContentELgreen     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELgreen .wglListInfoELgreen        {padding:0 0 0 10px;}
.wglListEntryDetailsELgreen .wglListMoreELgreen        {font-weight:bold;padding:0 0 3px 10px;color:#008534}

/*******************************************************************************************************/

/*List: Newsbox LIGHTGREEN*/
.wglListEntryDetailsNBlightgreen                                  {border:1px solid #7db51d;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBlightgreen .wglListTitleNBlightgreen        {width:135%;height:18px;background-color:#7db51d;margin:0 0 0 0px;}
.wglListEntryDetailsNBlightgreen .wglListTitleNBlightgreen  a     {}
.wglListEntryDetailsNBlightgreen a.wglListTitleNBlightgreen       {}
.wglListEntryDetailsNBlightgreen .wglListThumbnailNBlightgreen    {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBlightgreen .wglListDescriptionNBlightgreen  {padding:3px 5px 0 10px;margin:0 0 2px 0;}
.wglListEntryDetailsNBlightgreen .wglListContentNBlightgreen      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBlightgreen .wglListInfoNBlightgreen         {}
.wglListEntryDetailsNBlightgreen .wglListMoreNBlightgreen         {padding:3px 0 0 10px;font-weight:bold;color:#7db51d;}


/*List: Newslist LIGHTGREEN*/
.wglListEntryDetailsNLlightgreen                                  {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #7db51d;}
.wglListEntryDetailsNLlightgreen .wglListTitleNLlightgreen        {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLlightgreen .wglListTitleNLlightgreen  a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLlightgreen a.wglListTitleNLlightgreen       {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLlightgreen .wglListThumbnailNLlightgreen    {width:100%;border-left:18px solid #7db51d;}
.wglListEntryDetailsNLlightgreen .wglListDescriptionNLlightgreen  {margin:0 0 2px 0;}
.wglListEntryDetailsNLlightgreen .wglListContentNLlightgreen      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLlightgreen .wglListInfoNLlightgreen         {}
.wglListEntryDetailsNLlightgreen .wglListMoreNLlightgreen         {font-weight:bold;color:#7db51d;}

/*List: Eventlist LIGHTGREEN*/
.wglListEntryDetailsELlightgreen                                 {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #7db51d;}
.wglListEntryDetailsELlightgreen .wglListTitleELlightgreen       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELlightgreen .datelightgreen                 {color:#7db51d;padding:0 0 4px 10px;}
.wglListEntryDetailsELlightgreen .wglListTitleELlightgreen a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELlightgreen a.wglListTitleELlightgreen      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELlightgreen .wglListThumbnailELlightgreen   {border-left:18px solid #7db51d;padding:0 0 0 10px;}
.wglListEntryDetailsELlightgreen .wglListDescriptionELlightgreen {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELlightgreen .wglListContentELlightgreen     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELlightgreen .wglListInfoELlightgreen        {padding:0 0 0 10px;}
.wglListEntryDetailsELlightgreen .wglListMoreELlightgreen        {font-weight:bold;padding:0 0 3px 10px;color:#7db51d}

/*******************************************************************************************************/

/*List: Newsbox OLIVE*/
.wglListEntryDetailsNBolive                            {border:1px solid #0069b2;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBolive .wglListTitleNBolive       {width:135%;height:18px;background-color:#0069b2;margin:0 0 0 0px;}
.wglListEntryDetailsNBolive .wglListTitleNBolive a     {}
.wglListEntryDetailsNBolive a.wglListTitleNBolive      {}
.wglListEntryDetailsNBolive .wglListThumbnailNBolive   {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBolive .wglListDescriptionNBolive {padding:3px 5px 0 10px;margin:0 0 2px 0;}
.wglListEntryDetailsNBolive .wglListContentNBolive     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBolive .wglListInfoNBolive        {}
.wglListEntryDetailsNBolive .wglListMoreNBolive        {padding:3px 0 0 10px;font-weight:bold;color:#0069b2;}


/*List: Newslist OLIVE*/
.wglListEntryDetailsNLolive                            {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #0069b2;}
.wglListEntryDetailsNLolive .wglListTitleNLolive       {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLolive .wglListTitleNLolive a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLolive a.wglListTitleNLolive      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLolive .wglListThumbnailNLolive   {width:100%;border-left:18px solid #0069b2;}
.wglListEntryDetailsNLolive .wglListDescriptionNLolive {margin:0 0 2px 0;}
.wglListEntryDetailsNLolive .wglListContentNLolive     {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLolive .wglListInfoNLolive        {}
.wglListEntryDetailsNLolive .wglListMoreNLolive        {font-weight:bold;color:#0069b2;}

/*List: Eventlist OLIVE*/
.wglListEntryDetailsELolive                            {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #0069b2;}
.wglListEntryDetailsELolive .wglListTitleELolive       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELolive .dateolive                 {color:#0069b2;padding:0 0 4px 10px;}
.wglListEntryDetailsELolive .wglListTitleELolive a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELolive a.wglListTitleELolive      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELolive .wglListThumbnailELolive   {border-left:18px solid #0069b2;padding:0 0 0 10px;}
.wglListEntryDetailsELolive .wglListDescriptionELolive {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELolive .wglListContentELolive     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELolive .wglListInfoELolive        {padding:0 0 0 10px;}
.wglListEntryDetailsELolive .wglListMoreELolive        {font-weight:bold;padding:0 0 3px 10px;color:#0069b2}

/*******************************************************************************************************/

/*List: Newsbox YELLOW*/
.wglListEntryDetailsNByellow                              {border:1px solid #67686e;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNByellow .wglListTitleNByellow        {width:135%;height:18px;background-color:#67686e;margin:0 0 0 0px;}
.wglListEntryDetailsNByellow .wglListTitleNByellow  a     {}
.wglListEntryDetailsNByellow a.wglListTitleNByellow       {}
.wglListEntryDetailsNByellow .wglListThumbnailNByellow    {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNByellow .wglListDescriptionNByellow  {padding:3px 5px 0 10px;margin:0 0 6px 0;}
.wglListEntryDetailsNByellow .wglListDescriptionNByellow  p {}
.wglListEntryDetailsNByellow .wglListContentNByellow      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNByellow .wglListInfoNByellow         {}
.wglListEntryDetailsNByellow .wglListMoreNByellow         {padding:3px 0 0 10px;font-weight:bold;color:#67686e;}


/*List: Newslist  YELLOW*/
.wglListEntryDetailsNLyellow                              {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #67686e;}
.wglListEntryDetailsNLyellow .wglListTitleNLyellow        {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLyellow .wglListTitleNLyellow  a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLyellow a.wglListTitleNLyellow       {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLyellow .wglListThumbnailNLyellow    {width:100%;border-left:18px solid #67686e;}
.wglListEntryDetailsNLyellow .wglListDescriptionNLyellow  {margin:0 0 2px 0;}
.wglListEntryDetailsNLyellow .wglListContentNLyellow      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLyellow .wglListInfoNLyellow         {}
.wglListEntryDetailsNLyellow .wglListMoreNLyellow         {font-weight:bold;color:#67686e;}

/*List: Eventlist YELLOW*/
.wglListEntryDetailsELyellow                             {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #67686e;}
.wglListEntryDetailsELyellow .wglListTitleELyellow       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELyellow .dateyellow                 {color:#67686e;padding:0 0 4px 10px;}
.wglListEntryDetailsELyellow .wglListTitleELyellow a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELyellow a.wglListTitleELyellow      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELyellow .wglListThumbnailELyellow   {border-left:18px solid #67686e;padding:0 0 0 10px;}
.wglListEntryDetailsELyellow .wglListDescriptionELyellow {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELyellow .wglListContentELyellow     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELyellow .wglListInfoELyellow        {padding:0 0 0 10px;}
.wglListEntryDetailsELyellow .wglListMoreELyellow        {font-weight:bold;padding:0 0 3px 10px;color:#67686e}

/*******************************************************************************************************/

/*List: Newsbox DARKYELLOW*/
.wglListEntryDetailsNBdarkyellow                              {border:1px solid #92811b;list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding:0pt;width:100%;hight:72px;padding-bottom:4px;}
.wglListEntryDetailsNBdarkyellow .wglListTitleNBdarkyellow        {width:135%;height:18px;background-color:#92811b;margin:0 0 0 0px;}
.wglListEntryDetailsNBdarkyellow .wglListTitleNBdarkyellow  a     {}
.wglListEntryDetailsNBdarkyellow a.wglListTitleNBdarkyellow       {}
.wglListEntryDetailsNBdarkyellow .wglListThumbnailNBdarkyellow    {margin:2px 8px 0pt 0pt;}
.wglListEntryDetailsNBdarkyellow .wglListDescriptionNBdarkyellow  {padding:3px 5px 0 10px;margin:0 0 6px 0;}
.wglListEntryDetailsNBdarkyellow .wglListDescriptionNBdarkyellow  p {}
.wglListEntryDetailsNBdarkyellow .wglListContentNBdarkyellow      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNBdarkyellow .wglListInfoNBdarkyellow         {}
.wglListEntryDetailsNBdarkyellow .wglListMoreNBdarkyellow         {padding:3px 0 0 10px;font-weight:bold;color:#92811b;}


/*List: Newslist  DARKYELLOW*/
.wglListEntryDetailsNLdarkyellow                             {list-style-image:none;margin:5px 0 5px 0;overflow:hidden;padding-bottom:5px;width:100%;border-bottom:1px solid #92811b;}
.wglListEntryDetailsNLdarkyellow .wglListTitleNLdarkyellow        {color:#000000;font-size:11px;font-weight:bold;margin:0;}
.wglListEntryDetailsNLdarkyellow .wglListTitleNLdarkyellow  a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLdarkyellow a.wglListTitleNLdarkyellow       {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsNLdarkyellow .wglListThumbnailNLdarkyellow    {width:100%;border-left:18px solid #92811b;}
.wglListEntryDetailsNLdarkyellow .wglListDescriptionNLdarkyellow  {margin:0 0 2px 0;}
.wglListEntryDetailsNLdarkyellow .wglListContentNLdarkyellow      {padding:4px 4px 4px 0pt;}
.wglListEntryDetailsNLdarkyellow .wglListInfoNLdarkyellow         {}
.wglListEntryDetailsNLdarkyellow .wglListMoreNLdarkyellow         {font-weight:bold;color:#92811b;}

/*List: Eventlist DARKYELLOW*/
.wglListEntryDetailsELdarkyellow                             {list-style-image:none;overflow:hidden;width:100%;border-bottom:1px solid #92811b;}
.wglListEntryDetailsELdarkyellow .wglListTitleELdarkyellow       {color:#000000;font-size:11px;font-weight:bold;margin:0;padding:0 0 0 10px;}
.wglListEntryDetailsELdarkyellow .datedarkyellow                 {color:#92811b;padding:0 0 4px 10px;}
.wglListEntryDetailsELdarkyellow .wglListTitleELdarkyellow a     {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELdarkyellow a.wglListTitleELdarkyellow      {color:#000000;font-size:11px;font-weight:bold;}
.wglListEntryDetailsELdarkyellow .wglListThumbnailELv   {border-left:18px solid #92811b;padding:0 0 0 10px;}
.wglListEntryDetailsELdarkyellow .wglListDescriptionELdarkyellow {margin:0 0 2px 0;padding:0 0 0 10px;}
.wglListEntryDetailsELdarkyellow .wglListContentELdarkyellow     {padding:4px 4px 4px 0pt;padding:0 0 0 10px;}
.wglListEntryDetailsELdarkyellow .wglListInfoELdarkyellow        {padding:0 0 0 10px;}
.wglListEntryDetailsELdarkyellow .wglListMoreELdarkyellow        {font-weight:bold;padding:0 0 3px 10px;color:#92811b}

/*******************************************************************************************************/

/*Box*/

.box             {background-color:#fde1e2;border-bottom:1px solid #b4101d;margin:0 0 5px 0;padding:0 0 5px 0;}
.box  h1         {margin:0}
.box .titel      {margin:0 10px 0 9px;margin: 0 0 0 0;background-color:#b4101d;border-bottom:1px solid #ffffff;}
.box .bild       {border-left:9px solid #b4101d;margin:0 0 5px 0;}
.box .textbold      {margin:0 10px 0 9px;font-weight:bold;}
.box .linie         {margin:5px 10px 5px 9px;}
.box .text          {margin:0 10px 0 9px;}
.box .link          {font-weight:bold;margin:5px 0 0 9px;}

/*Navigation*/
 
#navigation                              {position:absolute;width:100%;top:115px;left:0px;height:20px;background-image:url(/de/wGlobal/layout/images/navigation/nav1.gif);background-color:#CCCCCC;}

#nav1red                               {visibility:hidden;}
#nav2red                               {visibility:hidden;}
#nav2redtruck                          {visibility:hidden}
#navigation .navMainred                {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMainred .navLevel1Container {background-color:#b50107;}
#navigation .navMainred:hover          {background-color:#b4101d;color:#ffffff;}
#navigation .navMainred span           {margin:0 8px 0 9px;}
#navigation .navMainred a              {font-weight:bold;line-height:20px;color:#19171b;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMainred a:hover        {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#b4101d;padding:0;text-decoration:none}

#nav2green                             {visibility:hidden}
#navigation .navMaingreen              {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMaingreen .navLevel1Container {background-color:#008534}
#navigation .navMaingreen:hover        {background-color:#008534}
#navigation .navMaingreen span         {margin:0 8px 0 9px;}
#navigation .navMaingreen a            {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMaingreen a:hover      {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#008534;padding:0;text-decoration:none}

#nav2lightgreen                        {visibility:hidden}
#navigation .navMainlightgreen         {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMainlightgreen .navLevel1Container {background-color:#7db51d;}
#navigation .navMainlightgreen:hover   {background-color:#7db51d;}
#navigation .navMainlightgreen span    {margin:0 8px 0 9px;}
#navigation .navMainlightgreen a       {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMainlightgreen a:hover {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#7db51d;padding:0;text-decoration:none}

#nav2brown                              {visibility:hidden}
#navigation .navMainbrown               {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMainbrown .navLevel1Container {background-color:#9b4314;}
#navigation .navMainbrown:hover         {background-color:#9b4314;}
#navigation .navMainbrown span          {margin:0 8px 0 9px;}
#navigation .navMainbrown a             {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMainbrown a:hover       {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#9b4314;padding:0;text-decoration:none}

#nav2olive                              {visibility:hidden}
#navigation .navMainolive               {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMainolive .navLevel1Container {background-color:#0069b2;}
#navigation .navMainolive:hover         {background-color:#0069b2;}
#navigation .navMainolive span          {margin:0 8px 0 9px;}
#navigation .navMainolive a             {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMainolive a:hover       {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#0069b2;padding:0;text-decoration:none}

#nav2yellow                            {visibility:hidden}
#navigation .navMainyellow             {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMainyellow .navLevel1Container {background-color:#67686e}
#navigation .navMainyellow:hover        {background-color:#67686e}
#navigation .navMainyellow span         {margin:0 8px 0 9px;}
#navigation .navMainyellow a            {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMainyellow a:hover      {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#67686e;padding:0;text-decoration:none}

#nav2darkyellow                            {visibility:hidden}
#navigation .navMaindarkyellow             {float:left;height:20px;list-style-type:none;margin:0;padding:0;font-weight:bold;border-right:1px solid #494a4f;}
#navigation .navMaindarkyellow .navLevel1Container {background-color:#92811b}
#navigation .navMaindarkyellow:hover        {background-color:#92811b}
#navigation .navMaindarkyellow span         {margin:0 8px 0 9px;}
#navigation .navMaindarkyellow a            {font-weight:bold;line-height:20px;color:#000000;border-top:1px none #FFFFFF;padding:0;text-decoration:none}
#navigation .navMaindarkyellow a:hover      {font-weight:bold;line-height:20px;color:#FFFFFF;background-color:#92811b;padding:0;text-decoration:none}

