/*
////////////////////////////////////////////////////////////////
//
// Allgemeine Styles
//
// Weblication GRID CMS 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}
html                 {overflow-y:scroll;overflow-x:auto; height: 100%}

#body                {background-color:#ededed;}
#bodyPopup           {background-color:#FFFFFF}

body                 {font-family:Arial, Helvetica, Sans-serif;font-size:12px;color:#505050;font-weight:normal;line-height:16px; height: 100% }

div                  {}
span                 {}

i                    {font-style: normal;;}
u                    {text-decoration: none;}

/* Überschriften */

h1                   {font-size:22px;font-weight:bold;color:#c1090b;margin:0 0 14px 0}
h2                   {font-size:15px;font-weight:bold;color:#808080;margin:0 0 14px 0}
h3                   {font-size:13px;font-weight:bold;color:#c1090b;margin:0 0 0 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 0px 16px;padding:0 0 0 9px;}
ol                   {margin:0 0 0px 28px;list-style-type:decimal}
#blockContent        {list-style-image:url(/wDefault/wGlobal/layout/images/decoration/bullet_list.gif)}
#blockRight          {list-style-image:url(/wDefault/wGlobal/layout/images/decoration/bullet_list.gif)}

/* 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                 {}

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:#505050;border:none;font-size:11px;line-height:18px;height:18px;color:#ffffff; padding: 0 4px;}
button:hover         {cursor:pointer;background-color:#005f0b;border:none;font-size:11px;line-height:18px;height:18px;color:#ffffff; padding: 0 4px;}

/* Links */

a                    {text-decoration:underline;color:#505050}
a:hover              {text-decoration:underline;color:#505050}
a.intern             {padding:0 0 0 14px;background:url(/wDefault/wGlobal/layout/images/links/intern.gif) center left no-repeat}
a.extern             {padding:0 0 0 14px;background:url(/wDefault/wGlobal/layout/images/links/extern.gif) center left no-repeat}
a.download           {padding:0 0 0 14px;background:url(/wDefault/wGlobal/layout/images/links/download.gif) center left no-repeat}
a.audio              {padding:0 0 0 14px;background:url(/wDefault/wGlobal/layout/images/links/audio.gif) center left no-repeat}
a.video              {padding:0 0 0 14px;background:url(/wDefault/wGlobal/layout/images/links/video.gif) center left no-repeat}
a.mail               {padding:0 0 0 18px;background:url(/wDefault/wGlobal/layout/images/links/mail.gif) center 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}

td.bgColor1, th.bgColor1 {background-color:#f0f0f0}

/* Grundgerüst */

#blockPre              {}
#blockPreInner         {}

#blockMain             {min-height: 100%;width:988px;background-color:#FFFFFF;margin:0 auto; padding:0 6px; }

#blockMainInner        {padding:0 0 60px 0;}

* html #blockMain {
height:100%;
overflow:visible;
}

#blockMainPopup        {}
#blockMainInnerPopup   {padding:10px 10px 10px 10px}

#blockContent          {float:left;width:738px;margin:0 0 0 6px;padding:0}
* html #blockContent   {float:left;width:738px;margin:0 0 0 0px;padding:0; }
#blockContentInner     {padding:25px 0px 16px 18px; line-height: 150%}
* html #blockContentInner     {padding:25px 0px 16px 18px; line-height: 150%; border:1px solid white }

#blockTop              {margin: 0; height: 195px; background-color: #fff; border-bottom: 6px solid #fff; }
#blockTopInner         {overflow:hidden;}
#blockTopInnerLeft     {float: left; width: 244px; }
#blockTopInnerRight    {float: right; width: 738px; height:185px; }

#blockRight            {float:right;width:170px;vertical-align:top}
#blockRightInner       {padding:0 0 0 0}

#blockBottom           {position: relative; width: 988px; padding:10px 0 0 0; margin: -40px auto 0 auto;}
#blockBottomInner      {float:right; width: 700px; text-align: center; padding:0 20px;font-size:11px;}

#blockLeft             {float:left;width:244px;background-color: #ecd400}
#blockLeftInner        {}

#blockLeftContentRight {overflow:hidden;margin:0 0 0 0; }

#blockPost             {}
#blockPostInner        {}

#blockBreadcrump       {background-color: #f9f2b2; width: 738px; height: 29px; float: right; border-top: 6px solid #fff; }
#blockPrint            {float: right; font-size: 11px; margin-top: -26px;}
#blockBackTop          {text-align: right; font-size: 11px;}

/* Globale Elemente */

#globalFunctions                {height:18px;margin:0 0 8px 0;text-align:right}
#globalFunctions a              {line-height:18px;padding:0 4px 0 4px;color:#939393}
#globalFunctions a:hover        {}

#logo                           {float:left; width: 219px; margin: 13px 0 0 25px;}
#kontakt                        {float:left;; width: 219px; margin: 4px 0 0 25px;font-weight: bold;line-height:130%;}
* html #kontakt                 {float:left;; width: 219px; margin: 4px 0 0 13px;font-weight: bold;line-height:150%;}
#banner                         {float: right; margin:0; height: 150px; overflow: hidden; }
#sprachen                       {position:relative; top: 0px; left:80px; width: 164px; }
#sprachen a                     {margin: 0 5px 0 0;}

#kontakt h2                     {font-size: 12px; color: #005f0b; margin: 0 0 0 0;}

#search                         {float:right;margin:5px 20px 0 0}
.searchLabel                    {float:left;line-height:20px;margin:0 8px 0 0}
.searchInput                    {float:left;font-size: 11px; height: 14px; width:120px;margin:0 8px 0 0}
.searchButton                   {float:left}

.clearBoth                      {height:0px;line-height:0px;font-size:0px;clear:both;padding:0px;margin:0;overflow:hidden;}
.space                          {height:20px;}


/* 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              {position:absolute;margin:1px 0 0 5px}
#beButtonEditBottom             {position:absolute;margin:1px 0 0 5px}
#beButtonEditLeft               {position:absolute;margin:-15px 0 0 5px}

#beButtonEditNavigation         {position:absolute;margin:-20px 0 0 5px}

/* Allgemeine Elemente */

.elementStandard                {margin:0 0 10px 0}
.elementHeadline                {margin:0 0 10px 0}
.elementText                    {margin:0 0 10px 0}
.elementText .fragmentVorlauf   {font-weight: bold; color: #005f0b; }
.elementText .fragmentInfo      {background-position:4px 4px;background-repeat:no-repeat;background-image:url(/wDefault/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(/wDefault/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(/wDefault/wGlobal/layout/images/icons/info.gif);padding:8px 8px 8px 64px;border:solid 1px #c0c0c0;background-color:#ffffff}
.elementQualityBlock            { background-color: #fff; padding: 10px 25px; margin: 15px 0 0 0; }

.elementPicture                 {margin:0 0 10px 0; }
#blockLeft .elementPicture,
#blockLeft .elementPictureLeft,
#blockLeft .elementPictureRight {margin:0 22px; }
.elementPictureLeft             {float: left; margin:0 15px 10px 0; }
.elementPictureRight            {float: right; margin:0 0 10px 15px; }
.elementPicture .title,
.elementPictureLeft .title,
.elementPictureRight .title     {font-weight: bold; line-height:120%;font-size:11px; margin-top: 5px;}

.elementLink                    {margin:0 0 10px 0}
.elementVideo                   {margin:0 0 10px 0}
.elementAudio                   {margin:0 0 10px 0}
.elementPortlet                 {margin: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}

.elementContainer1              {margin:0 0 16px 0}
.elementContainer1 .col1        {}

.elementContainer2              {margin:0 0 16px 0}

.elementContainer2 .col1        {float:left;width:352px;margin:0 16px 0 0}
* html .elementContainer2 .col1 {float:left;width:352px;margin:0 14px 0 0}
.elementContainer2 .col2        {float:left;width:352px}

.elementContainer3              {margin:0 0 0 0}
.elementContainer3 .col1        {float:left;width:229px;margin:0 16px 0 0}
.elementContainer3 .col2        {float:left;width:229px;margin:0 16px 0 0}
* html .elementContainer3 .col1        {float:left;width:229px;margin:0 14px 0 0}
* html .elementContainer3 .col2        {float:left;width:229px;margin:0 14px 0 0}
.elementContainer3 .col3        {float:left;width:230px}

.elementContainer2_1 .col1_2_1    {float:left;width:474px;margin:0 16px 0 0}
* html .elementContainer2_1 .col1_2_1    {float:left;width:450px;margin:0 14px 0 0}
.elementContainer2_1 .col2_2_1    {float:left;width:229px}

.elementContainerKasten         {margin: 0 0 16px 0;padding:8px;background-color:#f9f2b2;}
.elementContainerKasten h1      {font-size: 14px; color: #505050; margin: 0; padding: 0; }
.elementContainerKasten ul      {margin: 0 0 0 8px; list-style-image:url(/wDefault/wGlobal/layout/images/decoration/bullet_list.gif)}
.elementContainerKasten .elementHeadline  {margin:0 0 4px 0}

.elementLinkBack                {float: right; margin: 0 15px 0 0;}
.elementLinkBack img            {padding: 0 6px 0 0;}
.elementLinkTop                 {float: right;}
.elementLinkTop img             {padding: 0 6px 0 0;}
.elementLinkBack a, .elementLinkTop a {text-decoration: none;}

/* Elemente des oberen Bereich */

/* Elemente des linken Bereiches */

#blockLeft .elementHeadline     {margin:0 0 8px 0px;padding:6px 10px 6px 10px; }
#blockLeft .elementHeadline h1  {font-size: 14px; color: #005f0b; border-bottom: 1px solid #005f0b;}
#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;background-color:#DBE9F2}

/* Elemente des unteren Bereiches */

