/*
////////////////////////////////////////////////////////////////
//
// 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);
/* Stylesheet für BRD-Karte /netzwerke/wCustomBRD-Karte/ */
@import url(/netzwerke/wCustomBRD-Karte/karte_dateien/fraunhofer-dyn.css);
@import url(/netzwerke/wCustomBRD-Karte/karte_dateien/style.css);

/* Formatierung von HTML-Elementen */

*                    {margin:0;padding:0}
html                 {overflow-y:scroll;overflow-x:auto; width: 100%;}
body                 {width:1024px;margin:auto;margin-top:10px; border-right: 1px solid #d9dadb;}
#body                {background-color:#FFFFFF;}
#bodyPopup           {background-color:#FFFFFF}

body                 {font-family:Arial, Sans-serif, Helvetica;font-size:11px;color:#555555;font-weight:normal;line-height:14px}

div                  {}
span                 {}

/* Überschriften */

h1                   {font-size:16px;font-weight:bold;line-height:22px;color:#789322;margin:0 0 12px 0}
h2                   {font-size:12px;font-weight:bold;/*line-height:16px*/;color:#789322;margin:0 0 0 0}
h3                   {font-size:11px;font-weight:bold;/*line-height:19px*/;color:#789322;margin:0 0 0 0;margin-top:-10px}
h4                   {font-size:11px;font-weight:bold;/*line-height:13px*/;color:#789322;margin:0 0 0 0}
h5                   {font-size:11px;font-weight:bold;/*line-height:13px*/;color:#789322;margin:0 0 0 0}
h6                   {font-size:11px;font-weight:bold;/*line-height:13px*/;color:#789322;margin:0 0 0 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(/netzwerke/wGlobal/layout/images/decoration/bullet_list_grau.png)}
ul li a:hover       {list-style-image:url(/netzwerke/wGlobal/layout/images/decoration/bullet_list_gruen.png)}           
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:#555555}

/* Horizontale Linien */
hr                   {background-color:#AEA794;color:#555555;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:#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                    {font-weight:bold;text-decoration:none;color:#789322;background-color:transparent;}
a:hover              {text-decoration:underline;}
a.intern             {padding:0 0 0 14px;background:url(/netzwerke/wGlobal/layout/images/links/intern.gif) center left no-repeat}
a.extern             {padding:0 0 0 14px;background:url(/netzwerke/wGlobal/layout/images/links/extern.gif) center left no-repeat}
a.download           {padding:0 0 0 14px;background:url(/netzwerke/wGlobal/layout/images/links/download.gif) center left no-repeat}
a.audio              {padding:0 0 0 14px;background:url(/netzwerke/wGlobal/layout/images/links/audio.gif) center left no-repeat}
a.video              {padding:0 0 0 14px;background:url(/netzwerke/wGlobal/layout/images/links/video.gif) center left no-repeat}

/* Bilder */

a img                {border:none;border-width:0px}

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             {margin:0 0 0 74px;background-color:#FFFFFF;margin:0 auto;}
#blockMainInner        {width:1024px}

#blockMainPopup        {}
#blockMainInnerPopup   {padding:10px 10px 10px 10px}

#blockLeftContent     {float:left;min-height:375px;width:824px;background-color:#D9DADB}

#blockContent          {float:left;width:622px;min-height:375px}
#blockContentInner     {margin:0;background-color:#ECEDED;padding:30px 20px 20px 35px;/*min-height:410px*/;min-height:350px}

#blockTop              {margin:0 0 0 0;padding:0 0 0 0}
#blockTopInner         {background-color:#FFFFFF}
#blockTopInnerRandOben {height:50px;background-color:#D9DADB}
#blockTopInnerRandUnten{height:6px;background-color:#789322;border-bottom-width:3px;border-bottom-color:#FFFFFF;border-bottom-style:solid}
 
#blockRight            {float:left;width:195px;}
#blockRightInner       {padding:5px 5px 5px 0px;margin:5px 5px 0px 5px;background-color:#ffffff;}
#blockRightInner  img  {margin-top:30px;margin-left:60px}

#blockBottom              {border-left-style:solid;border-left-width:202px;border-left-color:#D9DADB;width:622px;background-color:#FFFFFF}
#blockBottomInner       {}
#blockBottomInnerImage  {margin-left:0px /*27px*/;}
#blockBottomBalkenGrau  {height:0px /*13px*/;background-color:#D9DADB}
#blockBottomBackground   {z-index:1;}
#blockBottomTrans1      {position:absolute; width:180px; height:106px; margin-left:150px; margin-top:-106px; z-index:8;}
#blockBottomTrans2      {position:absolute; width:180px; height:106px; margin-left:340px; margin-top:-106px; z-index:8;}

#blockLeft             {float:left;width:202px;background-color:#D9DADB}
#blockLeftInner        {min-height:375px;padding-top:20px;margin-top:20px}
#blockLeftInner img    {margin-left:30px;margin-top:80px}



#blockPost             {}
#blockPostInner        {}

/* Globale Elemente */

#globalFunctions               {padding-left:6px;background-color:#FFFFFF;text-align:left;border-bottom-style:solid;border-bottom-color:#D9DADB;border-bottom-width:13px}
#globalFunctions a              {line-height:18px;padding:2px 0 2px 30px;color:#555555;}
#globalFunctions a:hover        {}

#languages                      {height:30px; position:absolute; color:#808080}
#languages a                    {height:18px;display:block;font-size:11px;float:left;line-height:18px;color:#808080;text-transform:uppercase; border:1px solid #DBE9F2; padding: 0 6px; margin-right:2px;}
#languages span                 {height:18px;display:block;font-size:11px;float:left;line-height:18px;color:#808080;text-transform:lowercase; border:1px solid #DBE9F2; padding: 0 6px; margin-right:2px;}
#languages a:hover              {line-height:18px;display:block;font-size:11px;float:left;color:#808080;text-decoration:none; margin-right:2px;}
#languages .selected            {line-height:18px;display:block;font-size:11px;float:left;color:#808080;text-decoration:none; text-transform:uppercase; background-color:#DBE9F2;}
#languages .selected:hover      {line-height:18px;display:block;font-size:11px;float:left;color:#808080;text-decoration:none; text-transform:uppercase; background-color:#DBE9F2;}
#languages .last                {display:inline;}

#logo                           {float:left;width:202px;padding:0}
#banner                         {float:left;}

#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}

.clearBoth                      {height:0px;line-height:0px;font-size:0px;clear:both;padding:0px;margin:0;}

/* Pflegeschaltflächen */

#beButtonLayoutwizard           {position:absolute;margin:8px 0 0 8px}

#beButtons                      {float:right;margin:-23px 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:15px 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}
.elementHeadline                {margin:0 0 10px 0}
.elementText                    {margin:0 0 10px 0;text-align:justify;}
.elementText .fragmentInfo      {background-position:4px 4px;background-repeat:no-repeat;background-image:url(/netzwerke/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(/netzwerke/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(/netzwerke/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}
.elementMehr                    {margin:0 0 10px 0;float:right;font-size:90%}
.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}
.elementContainer1 .col1        {}

.elementContainer2              {margin:0 0 0 0}

.elementContainer2 .col1        {float:left;width:144px;margin:0 16px 0 0}
.elementContainer2 .col2        {float:left;width:374px}

.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}
.elementContainer3 .col3        {float:left;width:164px}

.elementContainerBox1           {margin:0 0 16px 0;padding:8px;background-color:#DBE9F2;border:1px none #e0e0e0}
.elementContainerBox1 .col1     {}

.elementContainerBox2           {margin:0 0 16px 0;padding:8px;background-color:#DBE9F2;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:#DBE9F2;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 */

/* 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;}

div#BRD_karte{
	position: absolute;
	width: 841px;
	height: 650px;
	background-image: url(BRD_Karte.png);
	background-repeat: no-repeat;
	z-index: 10;
}
div#layer{
	position: absolute;
	width: 841px;
	height: 650px;
	z-index: 900;
} 
div.box, div.box_grau{/* Die Box, in der später die speziefischen Informationen zu den Standorten enhalten sind */
	position: absolute;
	width: 330px;
	height: 415px;
	margin-top: 10px;
	margin-left: 500px;
	background-image: url(box_gruen.png);
	z-index: 10000;
	vertical-align: middle;
}
div.box span, div.box_grau span{
  display: block;
  color: #789322;
  width:100%;
  text-align: center; 
  font-size: 18px;
  font-weight: bold;
}
div.box_grau{
	background-image: url(box_grau.png);}
div.box p, div.box_grau p{
	padding: 5px;}
div.allePunkte{/* Werte, die sich alle Punktmarkierungen teilen */
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 1000;
} 
div.allePunkte:hover{cursor:pointer;width:11px; height:11px; background-image:url(punkt_back.png);z-index:1001;}
/* die jeweiligen Positionen der Punkte */
div#EEN-Karlsruhe{
	left: 134px;
	top: 506px;
} div#box1 /*Karlsruhe */{display: none;}
div#EnBW-EEN-Schwarzwald-Bodensee{
	left: 200px;
	top: 596px;
} div#box2 /*Ravensburg */{display: none;}
div#EEN-Heilbronn-Franken{
	left: 171px;
	top: 480px;
} div#box3 /*Heilbronn */{display: none;}
div#EEN-Allgäu{
	left: 217px;
	top: 601px;
} div#box4 /*Kempten */{display: none;}
div#EEN-Mittelfranken{
	left: 265px;
	top: 455px;
} div#box5 /*Nürnberg */{display: none;}
div#EEN-Würzburg-Unterfranken{
	left: 255px;
	top: 445px;
} div#box6 /*Waldbüttelbronn */{display: none;}
div#EEN-München{
	left: 301px;
	top: 564px;
} div#box7 /*München */{display: none;}
div#Schwarzwald-Baar-Heuberg{
	left: 137px;
	top: 576px;
} div#box8 /*Villingen-Schwenningen */{display: none;}
div#Rhein-Neckar{
	left: 126px;
	top: 455px;
} div#box9 /*Ludwigshafen/Rhein */{display: none;}
div#EEN-Saarland{
	left: 46px;
	top: 468px;
} div#box10/*Saarbrücken */{display: none;}
div#EEN-Südhessen{
	left: 162px;
	top: 440px;
} div#box11/*Erbach */{display: none;}
div#EEN-Rhein-Main{
	left: 139px;
	top: 394px;
} div#box12/*Frankfurt am Main */{display: none;}
div#EEN-Mainz-Rheinhessen{
	left: 119px;
	top: 415px;
} div#box13/*Mainz */{display: none;}
div#EEN-Stadt-und-Region-Trier{
	left: 30px;
	top: 428px;
} div#box14/*Trier */{display: none;}
div#EEN-NordWest-II-Bremen{
	left: 156px;
	top: 148px;
} div#box15/*Bremen */{display: none;}
div#EEN-Hamburg{
	left: 217px;
	top: 114px;
} div#box16/*Hamburg */{display: none;}
div#EEN-Berlin-Brandenburg{
	left: 386px;
	top: 198px;
} div#box17/*13355 Berlin */{display: none;}
div#EnBW-EEN-Berlin-Brandenburg{
	left: 392px;
	top: 198px;
} div#box18/*10117 Berlin */{display: none;}
div#Ostsachsen{
	left: 413px;
	top: 318px;
} div#box19/*Dresden */{display: none;}



/* Elemente des Inhaltsbereiches */

/* Elemente des rechten Bereiches */

#blockRight h4                {color:#555555;font-size:11px}

/* Elemente des unteren Bereiches */
