/* CSS Document */
/* stylesheet01.css LMK Homepage, Facelifting Sept. 2007, M.Nolz */

body, table, td, div, input {font-family: Verdana, bold, regular, italic; font-size: 11px; line-height:135%;}
h1, h2, h3, p, a {margin-top:0px;}

/*
Blassgruener Hintergrund: #DEDED0
Dumpfes Blau: #51798C
Olivgruen: #707052
*/

/* Hingergrund-Farbe und -bild für Folgeseiten*/
body {background-color:#DEDED0; margin:0px; background-image:url(bg-textpage.jpg); background-repeat:no-repeat; background-attachment:fixed;}

/* Hingergrund-Farbe und -bild für Navigationsspalte*/
body, table, td, div, input, p {color:#ffffff;}

/* Hingergrund-Farbe und -bild für Navigationsspalte*/
body.navpage {background-image:url(bg-navpage.jpg);}

/* Hingergrund-Farbe und -bild für Startseite*/
body.titlepage {background-image:url(bg-titlepage.jpg)}

/* Textfarbe für Links */
a, a:link, a:visited, a:active {color:#ee7f00;}
a:hover {color:#d30028;}

/* Textfarbe für englischen Text */
.englishtext {color:#ee7f00;}

/* Textfarbe für Links im englischen Text */
a.englishtext, a:link.englishtext, a:visited.englishtext, a:active.englishtext {color:#ffffff;}
a:hover.englishtext {color:#d30028;}



td {vertical-align:top; text-align:left; }
div.borderbottom { border-bottom:1px solid grey; width: 200px;}
h1 {font-size:14px; }
h2 {font-size:12px; }
h3 {font-size:11px; font-weight:bold; }
input {border:1px solid grey; margin-bottom:1px;}
.smallgrey {font-size:9px; color:#666666;}
.paddingrightbottom {padding-right:10px; padding-bottom:25px;}

div#maincontent {width:510px; position:absolute; left:57px; top:21px; padding-bottom:35px;}
div#navcolumn {width:160px; position:absolute; left:15px; top:25px; font-size:14px; font-weight:bold;}

