/* standard.css */

/*no list-markers by default, since lists are used more often for semantics*/
ul {list-style-type:none;}
/*avoid browser default inconsistent heading font-sizes*/
/*and pre/code too*/
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, iframe, p, blockquote, table, thead, tbody, tfoot, caption, th, tr, td, a, fieldset { margin:0; padding:0; border-collapse:collapse; border:0}
input, textarea, select, option { margin:0; padding:0; border-collapse:collapse; border:0 }
/*whoever thought blue linked was a good idea?*/
a img, :link img, :visited img { border:none }
a { text-decoration:none; color:#000000; }
img { border:0; }


/* structure */
body {
margin:0;
margin-left:50px;
}

/*links fix for mozilla*/
.fix {
position:relative;
}
/*logo*/
#logo {
display:none;
}
#logodrop {
display:none;
}
/*bg-bild -> ie5 mac*/
#bgbild {
display:none;
}
/* navigation */
#navi {
display:none;
}

/* **inhalt** */
#inhalt {
color:#0B2D34;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
background-color:#E0E0E0
/**/
display:block;
padding:0;
margin:0;
}
/* modul */
.modul {
display:table;
width:500px;
padding:0;
margin:0;
margin-bottom:20px;
}

/* bild */
.bild {
display:block;
float:left;
margin:0;
margin-right:20px;
padding:0;
}
.bild img, .bild :link img, .bild :visited img {
border:solid 1px #0B2D35;
}
.illu {
display:block;
float:left;
margin:0;
margin-right:20px;
margin-bottom:20px;
padding:0;
}
.illu img, .illu :link img, .illu :visited img {
border:solid 1px #0B2D35;
}

/* text */
.titel {
display:block;
width:466px;
clear:both;
margin:0;
margin-bottom:20px;
padding:0;
padding-top:4px;
padding-bottom:4px;
/**/
border-top:solid 1px #0B2D35;
border-bottom:solid 1px #0B2D35;
}
.subtitel {
display:block;
clear:both;
margin:0;
margin-bottom:20px;
padding:0;
}
.text {
display:block;
float:left;
width:270px;
height:105px;
margin:0;
padding:0;
}
.fliesstext {
display:block;
width:470px;
clear:both;
margin:0;
padding:0;
/**/
line-height:15px;
}
/* links */
#inhalt a {
color: #0B2D35;
text-decoration:none;
}
#inhalt .fliesstext a {
text-decoration:underline !important;
}
#inhalt a:hover {
color: #0B2D35;
text-decoration:none;
}
.topborder {
height:20px;
clear:both;
}
