/* CSS Document */
html,body {
height:100%;
min-height: 100%;
margin:0;
padding:0;
}
body
{
background-color:#ECECEC;
font-family:Arial,Verdana;
font-size: 0.8em;
line-height: 1.4em;
margin:0;
padding:0;
}
td { font-size: 0.8em;line-height: 1.4em;}
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a {color: #00447C; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}
h1 {font-size: 1.3em; line-height: 1.4em; color: #ED6E00; font-weight: 900;margin-top:4px;}
h2 {font-size: 1.3em; line-height: 1.4em; color: #ED6E00; font-weight: 900;margin-bottom:4px;margin-top:4px;}
td.scroll
{
height: 180px;
font-size: 0.8em;
line-height: 1.4em;
background-color: #ECECEC;
margin:4px;
border:1px solid #FFFFFF;
}
ul {
list-style-image:url(/img/bullet.gif)
}
.tabelleseminare
{
font-size:1.1em;
background-color:#FFFFFF;
width:100%;
margin-top:8px;
}
.tabelle_zeile_mouseover
{
background-image:url(/img/tabelle_back_unten_over.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#DDDDDD;
cursor:pointer;
}
.tabelle_zeile_mouseout
{
background-image:url(/img/tabelle_back_unten.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#F6F6F6;
cursor:pointer;
border-top:1px solid #FFFFFF;
}
.tabelle_zeile_mouseout2
{
background-image:url(/img/tabelle_back_unten.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#F6F6F6;
border-top:1px solid #FFFFFF;
}
.tabelle_kopfzeile_mouseover
{
background-color:#606060;
cursor:pointer;
}
.tabelle_kopfzeile_mouseout
{
background-color:#868686;
cursor:pointer;
}
.textbox_mouseout
{
background-image:url(/img/tabelle_back_unten.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#F6F6F6;
border:1px solid #C0C0C0;
width:190px;
}
.textbox_mouseout_fehler
{
background-image:url(/img/tabelle_back_unten_fehler.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#FFF3E9;
border:1px solid #ED6E00;
width:190px;
}
.textbox_mouseover
{
background-image:url(/img/tabelle_back_unten_over.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#DDDDDD;
border:1px solid #C0C0C0;
width:190px;
}
.headlines_kontakt
{
clear:both;
padding:0;
margin:0;
width:100%;
font-size:1.2em;
border-bottom:1px solid #606060;
margin-bottom:10px;
}
a.headlines_kontakt_link:hover {text-decoration: none;margin:0;padding:0;}
.formular_suche_filter
{
background-image:url(/img/tabelle_back_unten_fehler.gif);background-repeat:repeat-x;background-position:bottom;
background-color:#FFF3E9;
}
div.row {background:#ffc;border:2px solid #ffc;margin:0 0 5px 0;float:left;width:100%;padding:6px 0;}
div.row label {float:left;display:block;width:15em;font-weight:bold;padding:0 6px;}
div.row label:hover {background:#FFFF66;cursor:pointer;}
div.row fieldset {border:1px solid gray;margin:0 6px;}
div.row fieldset span {display:block;}
div.row fieldset span label {float:none;display:inline;}
div.row fieldset legend {font-weight:bold;}
div.requiredRow {border:2px solid #049;}