@charset "utf-8";

*	{ margin: 0px; padding: 0px; border: 0px; }
html	{ height: 100%; }
body	{ background-color: #eeeeee; font-family: Verdana, Arial, Helvetica; }

/**** GRUNDGERUEST ****/
div#wrapper { width: 900px; margin: 20px auto;  border: 1px solid black; background-color: #004494; }
/**** head Bereich ****/
/** div#head { width: 900px; height: 140px; background-image: url(../images/header_mb_20120531.png); background-repeat:no-repeat; } **/
div#head { width: 900px; height: 140px; background-image: url(../images/header_mb_20141006.png); background-repeat:no-repeat; }
/**** content Bereich ****/
div#content { width: 900px; min-height: 430px; overflow: auto; background-color: #004494; font-size: small; }
/**** component Bereich ****/
div#component { float: right; width: 704px; min-height: 420px; padding-left: 10px; padding-top: 20px; padding-bottom: 10px; padding-right: 5px; background-color: #ffffff; }
/**** Erster Buchstabe der �erschriften Blau und gross ****/
div#component:first-letter { color: #004494; font-size: larger; }
div#component h2 { font-style: oblique; letter-spacing: 0.05em; padding-bottom: 6px; }
/**** Bilder im Component Bereich ****/
img[alt=artikel] { border: 1px solid #0000aa; margin: 5px 8% 10px; }
/**** menu Bereich ****/
div#menu { width: 181px; min-height: 440px; }
div#menu h3 { width: 181px; height: 22px; background-color: #ffffff; text-align: center; color: #ffffff; }
div#menu ul { margin-left: 10px; margin-top: 10px; }
div#menu ul li { list-style-image:url(../images/block_mb.png); margin-left: 20px; margin-top: 5px; }
div#menu ul li a { padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14px; text-decoration: none; }
div#menu ul li a:hover { background-color: #ffffff; color: #004494; }
div#menu ul li a:active { background-color: #ffffff; color: #004494; text-decoration: underline; }
/**** footer Bereich ****/
div#footer { clear: both; width: 900px; height: 35px; background-color: #004494; color: #ffffff; line-height: 2.5em; font-size:small; }

