/* CSS Document */
body {
font-family: Verdana;
font-size:80%;
width:75em;
margin:1em auto;
text-align:left;
color:#000;
}

#footer {
background-color: #fff;
color: #000;
clear:both;
text-align:center;
padding:5px;
margin:2px 0px;
}
div#footer a:link, a:active, a:hover, a:visited {
color:#000;
text-decoration:none;
}

/* Inhalte des titles */
#header {
padding:1px;
}

/* Der Breadcrum */
div#breadcrum {
float:left;
width:49%;
margin:0.4em 0;
padding-left:1px;
color:#666666;
font-size:90%;
}

div#breadcrum a:hover {
color:#666666;
text-decoration:underline;
}

div#print {
float:right;
width:49%;
text-align:right;
margin-bottom:0.5em;
padding-right:1px;
color:#666666;
font-size:90%;
}

/* Der Inhalt der Webseite */

div#left {
width:18em;
float:left;
/*border-right:1px solid #E5E5E5;*/
/*border-top:1px solid #E5E5E5;*/
height:100%;
}
div#right {
width:16em;
float:right;
/*border-left:1px solid #E5E5E5;*/
/*border-top:1px solid #E5E5E5;*/
height:100%;
}

div#middle {
float:left;
width:38.3em;
/*border-top:1px solid #000;*/
padding:0.5em 1em;
}
div#middle h1 {
color:#666666;
font-size:120%;
letter-spacing:0.2em;
}
/* Für die Seiten mit 2 Spalten */
div#middle2 {
float:left;
width:72.8em;
/*border:1px solid #000;*/
padding:0.5em 1em;
}
div#middle2 h1 {
color:#666666;
font-size:120%;
letter-spacing:0.2em;
}
