/*
////////////////////////////////////////////////////////////////
//
// Allgemeine Styles
//
////////////////////////////////////////////////////////////////
*/

/* 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}

#body                {background-color:#dedede}
#bodyPopup           {background-color:#FFFFFF}

body                 {font-family:Arial, Sans-serif, Helvetica;font-size:12px;color:#333333;font-weight:normal;line-height:16px}

div                  {}
span                 {}

/* Überschriften */

h1                   {margin:0;padding:0;font-size:23px;color:#666666;font-weight:bold;}
h2                   {margin:0;padding:0;font-size:18px;color:#666666;font-weight:normal;}
h3                   {margin:0;padding:0;font-size:13px;color:#666666;font-weight:bold;}
h4                   {margin:0;padding:0;font-size:13px;color:#666666;font-weight:normal;}
h5                   {margin:0;padding:0;font-size:12px;color:#666666;font-weight:bold;}
h6                   {margin:0;padding:0;font-size:12px;color:#666666;font-weight:normal;}

/* Textblöcke */
p                    {margin:0 0 14px 0}

/* Listen */
ul                   {margin:0 0 14px 10px;padding:0 0 0 9px;list-style-image:url(/km/wGlobal/layout/images/decoration/haken.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:#e0e0e0;color:#e0e0e0;height:1px;border-style:none}

/* Formularelemente */

form                 {}

input                {font:inherit;border:1px solid #bbbbbb;padding:3px 2px 1px 2px}
input[type="checkbox"]	{border:none}
input[type="radio"]	{border:none}
select               {font:inherit;border:1px solid #bbbbbb;padding:1px 2px 1px 2px}
textarea             {font:inherit;border:1px solid #bbbbbb;padding:1px 2px 1px 2px}

button               {cursor:pointer;border:1px solid #d9d9d9;background-color:#e8e7e7;font-size:10px;color:#d00000;width:59px;text-align:left}
button:hover         {cursor:pointer;background-color:#98BFD7}

/* Links */

a                    {text-decoration:none;color:#996600}
a:hover              {text-decoration:underline;color:#996600}
.elementLink a	{padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/decoration/pfeil_rechts.gif) center left no-repeat}
a.intern             {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/decoration/pfeil_rechts.gif) center left no-repeat}
a.extern             {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/decoration/pfeil_rechts.gif) center left no-repeat}
a.pdf           {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/links/pdf.gif) center left no-repeat}
a.mail           {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/links/mail.gif) center left no-repeat}
a.download           {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/links/download.gif) center left no-repeat}
a.audio              {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/links/audio.gif) center left no-repeat}
a.video              {padding:0 0 0 14px;background:url(/km/wGlobal/layout/images/links/video.gif) center left no-repeat}

/* Bilder */

a img                {border:none}

img.picture          {}
img.pictureLeft      {float:left;margin:4px 8px 4px 0}
img.pictureRight     {float:right;margin:4px 0 4px 0}

	/* Element Bilder */

	.elementPictureLeft img.pictureLeft      {float:none;margin:0}
	.elementPictureRight img.pictureRight     {float:none;margin:0}

	div.elementPictureLeft      {float:left;margin:0 10px 5px 0}
	div.elementPictureRight     {float:right;margin:0 0 5px 10px}

/* 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 */

#blockMain             {width:951px;background-color:#dedede;margin:0 auto;position:relative}
#blockMainInner        {padding:0}

#blockMainPopup        {}
#blockMainInnerPopup   {padding:10px 10px 10px 10px}

#blockContent          {float:left;width:757px;overflow:hidden}
#blockContentInner     {border:1px solid #e0e0e0;border-style:none solid none solid;background-color:#FFFFFF}
#blockContentInnerInner	{margin:0 24px 0 24px;background-color:#FFFFFF;padding:20px 0 5px 0}
#contentstart		{background-image:url(/km/wGlobal/layout/images/backgrounds/content_top.gif);height:2px;background-repeat:no-repeat;overflow:hidden}
#contentende		{background-image:url(/km/wGlobal/layout/images/backgrounds/content_bottom.gif);height:2px;background-repeat:no-repeat;overflow:hidden}

#blockTop              {margin:0 0 0 0}
#blockTopInner         {overflow:hidden;}

#blockRight            {float:right;width:170px;vertical-align:top}
#blockRightInner       {padding:0 0 0 0}

#blockBottom           {padding:0 0 0 0;margin:10px 0 0 194px}
#blockBottomInner      {color:#666666;font-size:11px;line-height:25px;font-family:Calibri}

#blockLeft             {float:left;width:178px;margin:0 16px 0 0}
#blockLeftInner        {}

#blockLeftContentRight {padding:47px 0 0 0}

/* Globale Elemente */

#globalFunctions                {font-weight:bold;position:absolute;top:16px;width:950px;left:0}
#globalFunctions a              {padding:0 4px 0 4px;color:#333333;float:left}
#globalFunctions span              {padding:0 4px 0 4px;color:#333333;float:left;cursor:pointer}
#globalFunctions a:hover        {text-decoration:underline}

#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                           {}

#search                         {text-align:center}
.searchLabel                    {line-height:20px;margin:0 20px 0 0}
.searchInput                    {width:158px;background-image:url(/km/wGlobal/layout/images/backgrounds/search.gif);background-color:transparent;border:none;height:15px;margin:0;padding:5px;width:148px;color:#999999}

#login				{background-image:url(/kmp/wGlobal/layout/images/box/login.png);display:none;height:267px;left:-8px;position:absolute;top:-10px;width:291px;z-index:1}
#loginInner			{margin:60px 0 0 30px;}
#loginTitle			{margin:0 0 15px 0}
#login p				{margin:0 0 10px 0}
#loginClose			{position:absolute;right:15px;top:35px;cursor:pointer}
#loginCloseDiv		{cursor:pointer;font-weight:bold;height:23px;left:8px;padding-left:8px;padding-top:2px;position:absolute;top:8px;width:146px}
#keinLogin			{float:right;margin-right:15px}

.clearBoth                      {height:0px;line-height:0px;font-size:0px;clear:both;padding:0px;margin:0;overflow:hidden}

.icon				{margin:0 4px 0 0}
.PfeilUnten			{margin:0 15px 2px 5px}
.langtext			{cursor:pointer;right:0;position:absolute}

#karte				{display:none;position:absolute;background-color:#FFFFFF;height:499px;width:578px;border:1px solid #c6c6c6;top:0px;right:0px;top:40px;z-index:1}
#kartetext			{padding:20px}
#karteOverlay		{background-color:#FFFFFF;border-color:#C6C6C6;border-style:solid solid none;border-width:1px 1px medium;cursor:pointer;font-weight:bold;height:25px;padding-left:10px;padding-top:5px;position:absolute;right:-1px;top:-31px;}

/* Pflegeschaltflächen */

#beButtonLayoutwizard           {position:absolute;margin:8px 0 0 8px}

#beButtons                      {top:0;position:absolute;left:0px}
#beButtonAdmin                  {}
#beButtonPage                   {float:left;margin:0;font-size:11px}
#beButtonContent                {float:left}

#beButtonEditTop                {}
#beButtonEditRight              {position:absolute;margin:1px 0 0 5px}
#beButtonEditBottom             {position:absolute;margin:1px 0 0 5px}
#beButtonEditLeft               {position:absolute;margin:5px 0 0 5px}

#beButtonEditShortcuts		{left:0;position:absolute;top:32px}
#beButtonEditNavigation         {position:absolute;top:130px;left:0px}
#beButtonEditLandingpages	{position:absolute;top:50px;left:0px}

/* Allgemeine Elemente */

.elementStandard                {margin:0 0 14px 0}
.elementHeadline                {margin:5px 0 2px 0}
.elementText                    {margin:0 0 14px 0}
.elementText p                    {margin:0}

.elementPicture                 {margin:0 0 10px 0}
.elementPicture .title          {line-height:20px;font-size:10px}
.elementLink                    {margin:0 0 14px 0}
.elementVideo                   {margin:0 0 14px 0}
.elementAudio                   {margin:0 0 14px 0}
.elementPortlet                 {margin:0 0 14px 0}
.elementScript                  {margin:0 0 14px 0}
.elementSource                  {margin:0 0 14px 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 14px 0;overflow:auto;padding:4px;background-color:#f0f0f0;border:solid 1px #a0a0a0}
.elementDelimiter               {margin:0 0 14px 0}

.elementContainer               {margin:0 0 18px 0}

.elementContainer1              {margin:0 0 0 0}
.elementContainer1 .col1        {}

.elementContainer2              {margin:0 0 0 0}

.elementContainer2 .col1        {float:left;width:344px;margin:0 16px 0 0}
.elementContainer2 .col2        {float:right;width:343px}

.elementContainer3              {margin:0 0 0 0}

.outer									{display: table; height: 115px;  #position: relative; overflow: hidden;width: 223px}
.middle									{#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;text-align: center;width:223px}
.elementContainer3 .elementPicture             {#position: relative;  #top: -50%;text-align:center; margin-left: auto; margin-right: auto;}

.elementContainer3 .col1        {float:left;width:223px;margin:0 16px 0 0}
.elementContainer3 .col2        {float:left;width:223px;margin:0 16px 0 0}
.elementContainer3 .col3        {float:right;width:223px}

.elementContainer4              {margin:0 0 0 0}

.elementContainer4 .col1        {float:left;width:223px;margin:0 16px 0 0;text-align:center}
.elementContainer4 .col2        {float:left;width:223px;margin:0 16px 0 0;text-align:center}
.elementContainer4 .col3        {float:right;width:223px;text-align:center}

/* Elemente des oberen Bereich */

.ShortDelimiter	{float:left;margin:0 5px 0 5px}

/* Elemente des linken Bereiches */

#gefunden	{margin:10px 0 40px 0}
#bund		{float:left}
#bundtitel	{margin-bottom:5px;width:106px;overflow:hidden}
#bundtext	{}
#bundlink	{line-height:13px;background-image:url(/km/wGlobal/layout/images/decoration/pfeil_rechts.gif);background-position:2px 2px;background-repeat:no-repeat;float:left;padding-left:15px}
#plus		{text-align:center}
#bundlinkdiv{clear:left;float:right;margin-right:30px;margin-top:-15px;}

/* Elemente des Inhaltsbereiches */

/* Elemente des rechten Bereiches */

/* Elemente des unteren Bereiches */

#contentend					{margin:20px 0 0 0;font-size:10px}
#contentend a				{color:#999999}
#blockBottom .elementText	{margin:0}
#empfehlen					{margin:0 0 0 15px}
#keysecurity				{margin:0 10px 0 0;float:left}
#footer						{float:left}
#switch						{float:right}

/* Communique */
.elementComunique	{margin:0 0 14px 0}
.ComuniqueItem		{float:left; padding:5px 10px 5px 0px;}

/* Formular */

#bestellung		{}
.formleft		{float:left;width:200px}
.formright		{float:left}
.bestellungInput1	{margin-top:-10px;}
.bestellungInput2	{margin-top:-7px;}
.bestellungInput3	{margin-top:-4px;}
.bestellungInput4	{margin-top:-1px;}
#bestellung p	{margin:0 0 5px 0}
#bestellung hr	{clear:both}
.formleftsmall	{float:left;width:125px}
.formrightsmall	{float:left}
.formleftsmallsec	{float:left;width:25px}

.bestellungInput1	{width:132px}
.bestellungInput2	{width:132px}
.bestellungInput3	{width:132px}
.bestellungInput4	{width:132px}

#newAdress .formleftsmall	{float:left;width:165px}
#newAdress p	{margin:0 0 5px 0}
#newAdress hr	{clear:both}
