/* CSS Document */
* {
margin: 0;
padding: 0;
list-style: none;
}
/* for Explorer/Win 5+6 */ 
html {
font-size: 75%; 
}
/* for cool browsers */
html>body {
font-size: 12px;
line-height: 1.6em;
}
body {
font-family: verdana, arial, sans-serif;
color: #000;
background-image:url(/web/wLayout/design/img/bg_main.gif);
background-repeat:repeat-y;
background-color:#FFF;
}
em {
padding-right: 0.2em;
}
p, ul, dl, ol, textarea, input {
margin: 0 0 0.5em 0;
}
a:link, a:visited {
color: #ff0000;
text-decoration: underline;
}
a:focus, a:hover, a:active {
text-decoration: none;
}
img {
border: 0;
}
hr {
border: none;
height: 1px;
overflow: hidden;
background: black;
clear: both;
margin: 1em 0 1em 0;
}
fieldset {
border: none;
}
/* Gesamter-Bereich --------------------------------- */
.blockMain {
width: 800px;
text-align:left;
}
/* Top-Bereich -------------------------------------- */
.blockTop {
width: 800px;
background-color:#FFF;
}
.blockTop .elementLogo {
width:800px;
height:96px;
}
.blockTop .elementLogo_b {
float:left;
}
.blockTop .elementNavigation {
text-align:right;
}
/* Linker-Bereich ----------------------------------- */
.blockLeft {
clear:left;
float:left;
width:190px;
overflow:hidden;
}
.blockLeft .elementNavigation {
padding: 20px 0 0 0; 
background-color:#A4B9D2;
}
.blockLeft .elementText {
padding: 20px 10px 0 15px;
background-color:#A4B9D2;
}
/* Content-Bereich ----------------------------------- */
.blockContent {
float:right;
width:575px;
line-height:1.5em;
margin: 20px 15px 0 15px;
}
.blockContent table {
border-collapse: collapse;
margin: 0 0 1em 0;
width: 100%;
}
.blockContent table td  {
vertical-align: top;
line-height: 1.3em;
padding: 0.2em 0.7em 0.2em 0;
border-bottom: 1px solid #bbb;
border-right: 0.4em solid white;
}
.blockContent table th  {
line-height: 1.3em;
text-align: left;
font-weight: bold;
vertical-align: bottom;
border-bottom: 1px solid #555;
border-right: 0.4em solid white;
padding: 0.2em 0.7em 0.2em 0;
}
.hiddentable  {
border: 0;
}
.blockContent ol li {
list-style-type:decimal;
margin-left:2em;
}
.blockContent ul li {
list-style-image:url(/web/wLayout/design/img/bullets.gif);
margin-left:2em;
}
.blockContent h1 {
font-family: arial, verdana, sans-serif;
font-size: 1.3em;
font-weight:bold;
}
.blockContent h2,
.blockContent h3 {
font-size: 1.2em;
font-weight:bold;
margin: 1.5em 0 0.5em 0;
color:#FF0000;
}
.blockContent .elementHeadline {
margin-bottom: 20px;
}
.blockContent .elementHeadline h1 {
margin-bottom: 20px;
color:#FF0000;
font-size: 1.5em;
}
.blockContent .elementStandart {
padding:0 0 16px 0;
}


/* Sonstige Elemente */
.editButton {
position:absolute; left:170px; top:68px;
}


