/* ==========================================================================================*/
/* Autor: Johann Ruether                                                                     */
/* Kaptitel CSS-Design                                                                       */
/* Seite erstmalig erstellt am: 12.11.2009                                                   */
/* Seite letztmalig geändert durch: Oliver Reinking                                          */
/* Seite letztmalig geändert am: 30.07.2010                                                  */
/* ==========================================================================================*/
/* Inhalt:                                                                                   */
/* Standarddesign MilesTec AG, feste Breite 950px                                            */
/* ==========================================================================================*/
/* Body und Html-Tags                                                                        */
/* ==========================================================================================*/
/* Reihenfolge der Elemente:                                                                 */
/* width, font, text, line, letter, white, vertical, cursor                                  */
/* margin, border, padding                                                                   */
/* color, background-color                                                                   */
/* display, position, float, clear                                                           */
/* ==========================================================================================*/
/* Grundsätzliche Einstellungen                                                              */
/* ==========================================================================================*/
*
{
    margin:0;
    padding:0;
}
body
{
    font:1em Verdana,Arial,Helvetica,sans-serif;
    text-align:center;
    line-height:1.2em;
    color:#303030;
    background-color:#E0E0E0;
}
a,
a:link,
a:visited,
a:focus
{
    font-weight:bold;
    text-decoration:none;
    color:#41689C;
    background-color:inherit;
}
a:hover,
a:active
{
    text-decoration:none;
    color:#5C91D6;
    background-color:#DAE6F5;
}
a img
{
    border: none;
}
p
{
    padding:0 0 0.8em 0;
}
p form
{
    margin-top:0;
    margin-bottom:1.25em;
}
img.left,img.center,img.right
{
    border:1px solid #a0a0a0;
    padding:0.25em;
}
img.left
{
    margin:0 12px 5px 0;
    float:left;
}
img.center
{
    margin:0 auto 5px auto;
    display:block;
}
img.right
{
    margin:0 0 5px 12px;
    float:right;
}
/* ==========================================================================================*/
/* Logo für den Print-Bereich                                                                */
/* ==========================================================================================*/
#drucklogo
{
    display: none;
}
/* ==========================================================================================*/
/* container Styles                                                                          */
/* ==========================================================================================*/
#container
{
    width:950px;
    text-align:left;
    margin:20px auto;
    border:2px solid #a0a0a0;
    padding:1px 0;
    background-color:#FFFFFF;
}
/* ==========================================================================================*/
/* header Styles                                                                             */
/* ==========================================================================================*/
.headerlogo img
{
    margin: 5px;
    border: 0px;
    display: block;
}
#head
{
    width:948px;
    margin:0px 1px 0px 1px;
    color:#FFFFFF;
    background-color:#41689C;
    clear:both;
}
#header
{
    font-size:0.8em;
    text-align:left;
    padding: 0 5px;
    background-color:inherit;
}
#header h1,
#header h2,
#header h3
{
    letter-spacing:-1px;
    font-weight:normal;
    text-align: center;
    border: 0px;
    padding:0px;
    background-color:inherit;
}
#header h1
{
    font-size:1.5em;
}
#header h2
{
    font-size:1.3em;
}
#header h3
{
    font-size:1.1em;
}
#header p
{
    text-align:left;
    margin:0;
    padding:0;
}
#header a
{
    font-weight:bold;
    color: #FFFFFF;
    background-color:inherit;
}
#header a:focus,
#header a:hover,
#header a:active
{
    text-decoration: underline;
    background-color:inherit;
}
/* ==========================================================================================*/
/* headersection0: obere Zeile                                                               */
/* ==========================================================================================*/
#headersection0
{
    text-align: center;
    padding: 5px;
    clear:both;
}
/* ==========================================================================================*/
/* headersection1: linke Spalte                                                              */
/* ==========================================================================================*/
#headersection1
{
    width:24%;
    margin: 0;
    padding: 5px 0 0 5px;
    float:left;
}
/* ==========================================================================================*/
/* headersection2: mittlere Spalte                                                           */
/* ==========================================================================================*/
#headersection2
{
    width:49%;
    text-align: center;
    margin: 0;
    padding: 5px 5px 0 5px;
    float:left;
}
/* ==========================================================================================*/
/* headersection3: rechte Spalte                                                             */
/* ==========================================================================================*/
#headersection3
{
    width:24%;
    text-align: right;
    margin: 0;
    padding: 5px 5px 0 0;
    float:right;
}
/* ==========================================================================================*/
/* headersection4: untereZeile                                                               */
/* ==========================================================================================*/
#headersection4
{
    padding: 5px;
    clear:both;
}
/* ==========================================================================================*/
/* menuesitemap                                                                              */
/* ==========================================================================================*/
#menuesitemap
{
    width:948px;
    height:30px;
    margin:0px 1px;
    padding:6px 0px 0px 0px;
    color:#FFFFFF;
    background-color:#41689C;
    clear:both;
}
.msm_left
{
    width:60%;
    float:left;
}
.msm_path
{
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    color:#FFFFFF;
}
.msm_path a
{
    text-decoration: none;
    color:#FFFFFF;
}
.msm_path a:focus,
.msm_path a:hover,
.msm_path a:active
{
    text-decoration: none;
    color:#FFFFFF;
    background-color: #5C91D6;
}
.msm_right
{
    width:30%;
    float:right;
    font-size: 0.8em;
    padding-right: 10px;
}
#msm_btn_kundensuche
{
    text-align:center;
    width:auto;
    border:1px solid #808080;
    padding:0 1px;
}
/* ==========================================================================================*/
/* navigation Styles                                                                         */
/* ==========================================================================================*/
#navigation
{
    width:948px;
    font-size: 0.8em;
    height:2.2em;
    line-height:2.2em;
    margin:0 1px;
    padding:0;
    color:#FFFFFF;
    background:#578BB8;
}
#navigation li
{
    white-space:nowrap;
    list-style-type:none;
    border-right:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-color:inherit;
    float:left;
}
#navigation li a
{
    font-weight:normal;
    text-transform:uppercase;
    text-decoration:none;
    padding:0 10px;
    color: #FFFFFF;
    background-color:inherit;
    display:block;
}
* html #navigation a
{
    width:1%;
}
#navigation a:focus,
#navigation a:hover,
#navigation a:active,
#navigation ul li.aktiv a
{
    text-decoration:none;
    color:#FFFFFF;
    background:#41689C;
}
#navigation ul li.unsichtbar
{
    display:none;
}
/* ==========================================================================================*/
/* content Styles                                                                            */
/* ==========================================================================================*/
#content_col1
{
    font-size: 0.9em;
    padding:20px 10px 0 10px;
    width:930px;
}
#content_col2
{
    width:720px;
    font-size: 0.9em;
    padding:20px 10px 0 10px;
    float:right;
}
#content_col3
{
    width:530px;
    font-size: 0.9em;
    margin:5px 5px 5px 5px;
    padding:20px 5px 10px 5px;
    float:right;
}
#content_col1 h1,
#content_col1 h2,
#content_col1 h3,
#content_col2 h1,
#content_col2 h2,
#content_col2 h3,
#content_col3 h1,
#content_col3 h2,
#content_col3 h3
{
    font-weight:normal;
    letter-spacing:0px;
    margin:0 0 16px 0;
    background-color:inherit;
    display:block;
}
#content_col1 h1,
#content_col2 h1,
#content_col3 h1
{
    font-size:1.8em;
}
#content_col1 h2,
#content_col2 h2,
#content_col3 h2
{
    font-size:1.4em;
}
#content_col1 h3,
#content_col2 h3,
#content_col3 h3
{
    font-size:1.2em;
}
#content_col1 ul,
#content_col1 ol,
#content_col2 ul,
#content_col2 ol,
#content_col3 ul,
#content_col3 ol
{
    margin:0 16px 16px 16px;
}
#content_col1 dl,
#content_col2 dl,
#content_col3 dl
{
    margin:0 10px 10px 10px;
}
#content_col1 dt,
#content_col2 dt,
#content_col3 dt
{
    font-weight:bold;
    margin-bottom:5px;
}
#content_col1 dd,
#content_col2 dd,
#content_col3 dd
{
    margin:0 0 10px 15px;
}
/* ==========================================================================================*/
/* subcontent Styles                                                                         */
/* ==========================================================================================*/
#subcontent_col2
{
    width:185px;
    font-size: 0.80em;
    line-height:1.2em;
    margin: 20px 5px 5px 5px;
    border-right: 3px solid #99B2B2;
    border-bottom: 3px solid #99B2B2;
    padding:5px 5px 10px 5px;
    background-color: #DAE6F5;
    clear:both;
    float:left;
}
#subcontent_col3
{
    width:170px;
    font-size: 0.80em;
    line-height:1.2em;
    margin:20px 5px 5px 5px;
    border-right: 3px solid #99B2B2;
    border-bottom: 3px solid #99B2B2;
    padding:5px 5px 10px 5px;
    background-color: #DAE6F5;
    float:left;
}
#subcontent_col2 h1,
#subcontent_col2 h2,
#subcontent_col2 h3,
#subcontent_col3 h1,
#subcontent_col3 h2,
#subcontent_col3 h3
{
    font-weight:normal;
    text-align:left;
    letter-spacing:0px;
    margin:0 0 15px 0;
    background-color:inherit;
    display:block;
}
#subcontent_col2 h1,
#subcontent_col3 h1
{
    font-size:1.7em;
    margin-top: 8px;
}
#subcontent_col2 h2,
#subcontent_col3 h2
{
    font-size:1.4em;
    margin-top: 8px;
}
#subcontent_col2 h3,
#subcontent_col3 h3
{
    font-size:1.1em;
    margin-top: 8px;
}
#subcontent_col2 p,
#subcontent_col3 p
{
    margin:0 0 4px 0;
}
#subcontent_col2 a:hover,
#subcontent_col3 a:hover
{
    text-decoration:none;
}
/* ==========================================================================================*/
/* infocontent Styles                                                                        */
/* ==========================================================================================*/
#infocontent_col3
{
    width:170px;
    min-height: 450px;
    font-size: 0.80em;
    margin:5px 5px 5px 5px;
    border-left: 1px solid #c2c2c2;
    padding:20px 5px 10px 5px;
    background-color: #FFFFFF;
    clear: both;
    float:right;
}
#infocontent_col3 h1,
#infocontent_col3 h2,
#infocontent_col3 h3
{
    font-weight:normal;
    text-align:left;
    letter-spacing:0px;
    margin:0 0 15px 0;
    background-color:inherit;
    display:block;
}
#infocontent_col3 h1
{
    font-size:1.7em;
}
#infocontent_col3 h2
{
    font-size:1.4em;
}
#infocontent_col3 h3
{
    font-size:1.1em;
}
#infocontent_col3 p
{
    margin:0 0 4px 0;
}
#infocontent_col3 a:hover
{
    text-decoration:none;
}
#infocontent_col3 .box
{
    line-height:1.2em;
    margin:0 0 20px 0;
    border-right: 3px solid #c2c2c2;
    border-bottom: 3px solid #c2c2c2;
    padding:6px;
    background-color:#DAE6F5;
}
/* ==========================================================================================*/
/* menublock Styles                                                                          */
/* ==========================================================================================*/
.menublock{
    margin:0 5px 10px 5px;
}
.menublock li
{
    list-style:none;
    margin-bottom:4px;
    padding:2px;
    display:block;
}
.menublock li a
{
    font-weight:bold;
    text-decoration:none;
    color: #000000;
}
.menublock li a:focus,
.menublock li a:hover,
.menublock li a:active
{
    text-decoration:underline;
    color: #FFFFFF;
    background-color:#41689C;
}
.menublock li ul
{
    font-weight:normal;
    margin:3px 3px 3px 3px;
}
.menublock li ul li
{
    margin-bottom:0;
}
.menublock li ul a
{
    font-weight:normal;
}
/* ==========================================================================================*/
/* footer Styles                                                                             */
/* ==========================================================================================*/
#foot
{
    width:948px;
    text-align:left;
    margin:0px 1px 0px 1px;
    color:#F0F0F0;
    background-color:#41689C;
    clear:both;
}
#footer
{
    font-size:0.8em;
    padding: 0 10px;
    background-color:inherit;
}
#footer p
{
    margin:0;
    padding:0;
}
#footer a
{
    font-weight:bold;
    color: #FFFFFF;
    background-color:inherit;
}
#footer a:hover
{
    text-decoration: underline;
    color:#FFFFFF;
    background-color:#5C91D6;
}
/* ==========================================================================================*/
/* footersection0: obere Zeile                                                               */
/* ==========================================================================================*/
#footersection0
{
    clear: both;
}
/* ==========================================================================================*/
/* footersection1: linke Spalte                                                              */
/* ==========================================================================================*/
#footersection1
{
    width: 35%;
    float: left;
}
/* ==========================================================================================*/
/* footersection2: mittlere Spalte                                                           */
/* ==========================================================================================*/
#footersection2
{
    width:18%;
    text-align: center;
    float:left;
}
/* ==========================================================================================*/
/* footersection3: rechte Spalte                                                             */
/* ==========================================================================================*/
#footersection3
{
    width:45%;
    text-align: right;
    float: right;
}
/* ==========================================================================================*/
/* footersection4: untere Zeile                                                              */
/* ==========================================================================================*/
#footersection4
{
    clear:both;
}
/* ==========================================================================================*/
/* Eingabe-Elemente                                                                          */
/* ==========================================================================================*/
fieldset
{
    margin-top: 0px;
    margin-bottom: 5px;
    border: 1px solid #303030;
    padding:10px;
}
legend
{
    font-weight:bold;
    color: #41689C;
}
textarea.txt50,
textarea.txt100,
textarea.txt200,
textarea.txt300,
textarea.txt400,
input.txt50,
input.txt100,
input.txt200,
input.txt300,
input.txt400,
select.txt50,
select.txt100,
select.txt200,
select.txt300,
select.txt400
{
    width:200px;
    border: 1px inset #000000;
    color:#000000;
    background-color: #FFFFFF;
}
textarea.txt50,
input.txt50,
select.txt50
{
    width:50px;
}
textarea.txt100,
input.txt100,
select.txt100
{
    width:100px;
}
textarea.txt200,
input.txt200,
select.txt200
{
    width:200px;
}
textarea.txt300,
input.txt300,
select.txt300
{
    width:300px;
}
textarea.txt400,
input.txt400,
select.txt400
{
    font-size: 0.8em;
    width:400px;
}
input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active
{
    background-color: #DAE6F5;
}
input.btn,
input.btn50,
input.btn100,
input.btn300,
input.btn400
{
    height: 1.6em;
    padding: 0 1em 0 1em;
    border: 2px outset #000000;
    background-color:#EBEBEB;
}
input.btn50
{
    width:50px;
}
input.btn100
{
    width:100px;
}
input.btn
{
    width:200px;
}
input.btn300
{
    width:300px;
}
input.btn400
{
    width:400px;
}
.btn:Focus,
.btn:Hover,
.btn300:Focus,
.btn300:Hover,
.btn400:Focus,
.btn400:Hover
{
    border: 2px inset #F0F0F0;
    color: #000000;
    background-color: #BEBEBE;
}
/* ==========================================================================================*/
/* Klasse eingabe, besteht aus beschriftung, eingabefeld, hilfetext und plausitext           */
/* ==========================================================================================*/
.eingabe
{
    width: 100%;
    margin:0;
    padding:0;
    padding-top: 0.5em;
    clear:both;
}
/* Klasse beschriftung */
.eingabe .beschriftung
{
    width:38%;
    margin-right:1em;
    float:left;
}
/* Klasse eingabefeld */
.eingabe .eingabefeld
{
    width:44%;
    margin-right:1em;
    float:left;
}
/* Klasse plausitext */
.eingabe .plausitext
{
    width:4%;
    margin-left:0.5em;
    float:left;
}
/* Klasse hilfetext */
.eingabe .hilfetext
{
    width:4%;
    margin-left:0.5em;
    float:left;
}
/* ==========================================================================================*/
/* Klasse ausgabe, besteht aus beschriftung und ausgabefeld                                  */
/* ==========================================================================================*/
.ausgabe
{
    font-size:0.95em;
    width: 100%;
    margin:0;
    padding:0;
    padding-top: 0.5em;
    clear:both;
}
/* Klasse beschriftung */
.ausgabe .beschriftung
{
    width:25%;
    float:left;
}
/* Klasse ausgabefeld */
.ausgabe .ausgabefeld
{
    width:69%;
    float:left;
}
/* Klasse nachrichtinhalt */
.ausgabe .nachrichtinhalt
{
    background-color: #D3D3D3;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
}
/* Klasse nachrichtkompakt */
.nachrichtkompakt
{
    margin:0;
    border:1px solid #c0c0c0;
    padding:10px;
    color:#505050;
}
/* ==========================================================================================*/
/* Klasse pfeillink für Links mit Pfeil                                                      */
/* ==========================================================================================*/
.pfeillink
{
    background: url(images/Pfeil_Schwarz.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-color: Transparent;
    margin-left: 0px;
    padding-left: 24px;
    line-height: 1.8em;
    text-decoration:none;
    color:#000000;
}
/* ==========================================================================================*/
/* Klasse hilfelink für Hilfetexte                                                           */
/* ==========================================================================================*/
.hilfelink
{
    background: url(images/help.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
    padding-left: 24px;
    color: red;
    line-height: 1.8em;
}
.hilfelink a:link
{
    color: #000000;
    text-decoration: none;
}
/* ==========================================================================================*/
/* Links zur Darstellung aktiv und passiv
/* ==========================================================================================*/
.linkaktiv a
{
    vertical-align: middle;
    color:#FFFFFF !important;
    background:#41689C;
    text-decoration: none;
}
.linkpassiv a
{
    vertical-align: middle;
    color:#000000;
    text-decoration:none;
}
.linkpassiv a:hover,
.linkaktiv a:hover
{
    background-color: Transparent;
    color: Orange !important;
    text-decoration: none !important;
}
/* ==========================================================================================*/
/* Links für die Startseite von www.milestec.de (MT00Home.aspx)
/* ==========================================================================================*/
.linkstartseite a
{
    text-decoration:none;
    color:#000000;
    background-color:transparent;
}
.linkstartseite a:hover,
.linkstartseite a:active
{
    text-decoration:none;
    color:#000000;
    background-color:transparent;
}
/* ==========================================================================================*/
/* bittewarten                                                                               */
/* ==========================================================================================*/
.bittewarten
{
    line-height: 1.5em;
    vertical-align: middle;
    margin: 0;
    padding: 1.5em;
    color: Black;
    background-position: left center;
    background-image: url(images/BitteWarten.gif);
    background-repeat: no-repeat;
    background-color: #FF0000;
    display: block;
}
/* ==========================================================================================*/
/* ToolTip                                                                                   */
/* ==========================================================================================*/
.tooltip
{
    width: 400px;
    font-size: 0.8em;
    border: 1px solid #000000;
    padding: 5px;
    background-color: #DAE6F5;
    display: none;
    position: absolute;
}
.tooltip p
{
    line-height: 1.2em;
    margin: 0px;
    padding: 0px;
}
/* ==========================================================================================*/
/* News                                                                                      */
/* ==========================================================================================*/
.newstitel
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom:12px;
}
.newsautor
{
    text-transform:uppercase;
    padding-bottom:6px;
}
.newseinleitung
{
    font-style:italic;
    padding-top:12px;
    padding-bottom:12px;
}
.newsinhalt
{
    padding-bottom:24px;
}
.newsinhalt li
{
    list-style-position: inside;
}
/* ==========================================================================================*/
/* Hooverhinweistext                                                                         */
/* ==========================================================================================*/
.hooverhinweistext 
{
    margin:0;
    padding:10px;
    border:1px solid #C0C0C0;
    color:#000000;
    background-color:#FFFFFF;
    font-size: 0.8em;
}
/* ==========================================================================================*/
/* Neue Seite                                                                                */
/* ==========================================================================================*/
.NeueSeite 
{
    page-break-after:always;
}
/* ==========================================================================================*/
/* Fehlermeldung                                                                             */
/* ==========================================================================================*/
.fehler
{
    font-weight:bold;
    margin: 0px;
    padding: 0px;
    color:#FF0000;
}
.fehler p
{
    padding:0 0 0.4em 0;
}
/* ==========================================================================================*/
/* Meldung                                                                                   */
/* ==========================================================================================*/
.meldung
{
    font-weight:bold;
    margin: 0px;
    padding: 0px;
    color:#41689C;
}
.meldung p
{
    padding:0 0 0.4em 0;
}
.meldung a
{
    text-decoration: underline;
}
.meldung a:focus,
.meldung a:hover,
.meldung a:active
{
    text-decoration: none;
    color: #000000;
    background-color: #80b0da;
}
/* ==========================================================================================*/
/* Format für Access-Keys                                                                    */
/* ==========================================================================================*/
.akey
{
    text-decoration: underline;
}
/* ==========================================================================================*/
/* Sonstige Styles                                                                           */
/* splitcontententleft, splitcontentright, clear, small, big, verybig, hide,                 */
/* colorred, colorgreen, textleft, textcenter, textright, important, box und liststyleinside */
/* ==========================================================================================*/
.splitcontentleft
{
    width:45%;
    float:left;
}
.splitcontentright
{
    width:45%;
    float:right;
}
.clear
{
    clear:both;
}
.small
{
    font-size:0.8em;
}
.big
{
    font-size:1.4em;
}
.verybig
{
    font-size:10em;
}
.hide
{
    display:none;
}
.colorred
{
    color:Red;
}
.colorgreen
{
    color:Green;
}
.textleft
{
    text-align:left;
}
.textcenter
{
    text-align:center;
}
.textright
{
    text-align:right;
}
.important
{
    font-weight:bold;
    color:#f02025;
    background-color:inherit;
}
.box
{
    margin:0 0 20px 0;
    border:1px solid #c0c0c0;
    padding:10px;
    color:#505050;
    background-color:#fafbfc;
}
.box li
{
    list-style-position: inside;
}
.liststyleinside li
{
    list-style-position: inside;
}
/* ==========================================================================================*/
/* oberstrich                                                                                */
/* ==========================================================================================*/
.ob_str
{
    padding-top:4px;
    border-top: 1px solid #000000;
}
/* ==========================================================================================*/
/* unterstrich                                                                               */
/* ==========================================================================================*/
.un_str
{
    padding-bottom:4px;
    border-bottom: 1px solid #000000;
}
/* ==========================================================================================*/
/* Klasse tarifrechnertitel für Tarifierungssysteme                                          */
/* ==========================================================================================*/
.tarifrechnertitel
{
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
    border: 0px;
    padding-bottom:4px;
    background-color:inherit;
}
/* ==========================================================================================*/
/* unsichtbarer Content                                                                      */
/* ==========================================================================================*/
.LadeDiv 
{
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    background-color:#dddddd;
    filter:alpha(opacity:80);
    display:none;
    position:fixed;
    display:none;
}
.dialogbox 
{
    border:5px solid #41689C;
    padding:30px;
    background-color:#dddddd;
    display:none;
    position:fixed;
    left:30%;
    top:30%;
    z-index:10000;
    text-align:center;
}
/* ==========================================================================================*/
/* Validierung                                                                               */
/* ==========================================================================================*/
.validatorCallout div, .validatorCallout td
{
    border: solid 1px Black;
    background-color: #F0F0F0;
}
.validatorCallout .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell
{
    padding: 25px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 0.8em;
    border: none;
    background-color: transparent;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 0.8em;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.validatorCallout .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.validatorCallout .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.validatorCallout .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.validatorCallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
/* ==========================================================================================*/
/* tabpanel Styles                                                                           */
/* http://www.krissteele.net/blogdetails.aspx?id=117                                         */
/* ==========================================================================================*/
.RechnerTab .ajax__tab_header 
{
    font-size: 0.8em;
    font-weight:normal;
    text-transform:uppercase;
    height:2.2em;
    line-height:2.2em;
    margin:0 1px;
    padding-bottom:12px;
    background-color: #FFFFFF;
}
.RechnerTab .ajax__tab_outer
{
    padding: 0px;
    color: #FFFFFF;
    background-color: #578BB8;
}
.RechnerTab .ajax__tab_inner
{
    padding: 2px 8px 2px 8px;
    color: #FFFFFF;
    background-color: #578BB8;
    border-left:1px solid #41689C;
    border-right:1px solid #41689C;
    border-top:1px solid #41689C;
    border-bottom:1px solid #41689C;
}
.RechnerTab .ajax__tab_hover .ajax__tab_outer
{
    color: #FFFFFF;
    background-color: #41689C;
}
.RechnerTab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background-color: #DAE6F5;
}
.RechnerTab .ajax__tab_active .ajax__tab_outer
{
    color: #FFFFFF;
    background-color: #41689C;
}
.RechnerTab .ajax__tab_active .ajax__tab_inner
{
    color: #FFFFFF;
    background-color: #41689C;
}
/* ==========================================================================================*/
/* gridview Styles                                                                           */
/* ==========================================================================================*/
.grid-view
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #333;
    font-size: 0.8em;
}
.grid-view tr,
.grid-view td,
.grid-view th
{
    margin: 0px;
    padding: 10px;
    border: 0px solid #333;
}
.grid-view .meldung td,
.grid-view .fehler td
{
    padding: 10px;
    border: 1px solid #FFFFFF;
}
.grid-view tr.header
{
    color: black;
    background-color: #b0c4de;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.grid-view tr.normal
{
    color: black;
    background-color: #DAE6F5;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.grid-view tr.alternate
{
    color: black;
    background-color: #b0c4de;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.grid-view tr.rowselected
{
    color: black;
    background-color: #FFD39B;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.grid-view tr.normal td,
.grid-view tr.alternate td
{
    padding: 5px;
}
.grid-view tr.normal td a
{
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}
.grid-view tr.alternate td a
{
    background-color: #D3D3D3;
    color: #000000;
    font-weight:normal;
}
.grid-view tr.normal:hover,
.grid-view tr.alternate:hover
{
    background-color: #41689C;
    color: #FFFFFF;
    font-weight:normal;
}
.grid-view tr.normal td a:hover,
.grid-view tr.normal td a:active,
.grid-view tr.alternate td a:hover,
.grid-view tr.alternate td a:active
{
    background-color: #BFBFBF;
    color: #000000;
    font-weight:bold;
}
.grid-view-size-klein
{
    font-size: 0.75em;
}
/* ==========================================================================================*/
/* formview Styles                                                                           */
/* ==========================================================================================*/
.form-view
{
    margin: 0px;
    padding: 0px;
    border: 0px solid #333;
    font-size: 0.8em;
}
.form-view tr,
.form-view td,
.form-view th
{
    padding: 2px 4px 2px 4px;
}
.form-view-size-klein
{
    font-size: 0.75em;
}
/* ==========================================================================================*/
/* pager Styles                                                                              */
/* ==========================================================================================*/
.pager td table tr td
{
    border: 1px solid #C2C2C2;
}
.pager span,
.pager a:hover,
.pager a:active
{
    padding: 0 4px 0 4px;
    color: #FFFFFF;
    background-color:#41689C;
    font-weight: bold;
}
.pager a
{
    padding: 0 4px 0 4px;
    color: #FFFFFF;
    background-color:#DAE6F5;
    font-weight: bold;
}
.pager >td
{
    height: 25px;
    color: black;
    background-color: #D3D3D3;
}
.pager td
{
    padding: 0 6px 0 6px;
}
/* ==========================================================================================*/
/* Accordion                                                                                 */
/* ==========================================================================================*/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #FFFFFF;
    background-color: #578BB8;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #41689C;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
.accordionContent
{
    background-color: #DAE6F5;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* ==========================================================================================*/
/* Print:                                                                                    */
/* ==========================================================================================*/
@media print
{
    *
    {
        color: #000000 !important;
        font-size: 10pt !important;
    }
    h1
    {
        font-size: 18pt !important;
    }
    h2
    {
        font-size: 14pt !important;
        font-weight: bold !important;
    }
    h1
    {
        font-size: 12pt !important;
        font-weight: bold !important;
    }
    .noprint
    {
        display: none !important;
    }
    .verybig
    {
        font-size:22pt !important;
    }
    .btn50, .btn, .btn100, .btn300, .btn400
    {
        display: none !important;
    }
    #head, #menuesitemap, #navigation, #foot,
    #subcontent_col2, #subcontent_col3, #infocontent_col3
    {
        display: none !important;
    }
    #container, #content_col1, #content_col2, #content_col3
    {
        width:auto !important;
        float: none !important;
        text-align:left !important;
        margin:0 !important;
        border: none !important;
        padding:0 !important;
        background-color:#FFFFFF !important;
    }
    #drucklogo
    {
        display: block !important;
        text-align:left !important;
        padding-bottom: 4pt !important;
        margin-bottom: 12pt !important;
        border-bottom: 1pt solid #000000 !important;
    }
    .splitcontentleft a, 
    .splitcontentright a
    {
        display: none
    }
}
/*================================================*/
/* Style für Rating (Sterne bei Produktbewertung) */
/*================================================*/
.savedRatingStar
{
    background-image:url(../mdp/APP_Themes/Bilder/stern_rot.png);
    height:20px;
    width:20px;
    margin-right:3px;
}
.filledRatingStar
{
    background-image:url(../mdp/APP_Themes/Bilder/stern_gelb.png);
    height:20px;
    width:20px;
    margin-right:3px;
}
.emptyRatingStar 
{
    background-image:url(../mdp/APP_Themes/Bilder/stern_weiss.png);
    height:20px;
    width:20px;
    margin-right:3px;
}


