* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Verdana, sans-serif;
     font-weight: normal;
     background: #fff url(grafik/bg_body.jpg) top left repeat-x;
     behavior: url(csshover.htc);
}

/* -------------- Container ------------------- */

#header {
	width: 1000px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 400px;
     margin-top: 40px;
     width: 600px;
	text-align: left;
}

#footer {
	position: relative;
	clear: both;
	background: #ddd;
	border-bottom: 1px solid #ddd;
     margin-bottom: 30px;
     z-index: 50;
}

#fuss {
	margin-left: 50px;
     width: 350px;
	text-align: center;
     font-size: 10px;
     background: #fff;
     color: #bbb;
}
#fuss a{
	color: #be0000;
     text-decoration: none;
     font-weight: bold;
}


#clearer {
	clear: both;
}
#header {
	font: Trebuchet, Tahoma, Verdana sans-serif;
}

#header1 {
	font-size: 30px;
     font-weight: bold;
     color: #003399;
     margin-left: 350px;
     padding-top: 40px;
     padding-bottom: 15px;
}

#header2 {
	font-size: 20px;
     font-weight: normal;
     color: #003399;
     margin-left: 300px;
     padding-bottom: 10px;
}

#header3 {
	font-size: 20px;
     font-weight: normal;
     color: #003399;
     margin-left: 400px;
}

#dasbuch {
	position: absolute;
     margin-top: -80px;
     z-index: 10;
     width: 400px;
     height: 520px;
     background: url(grafik/dasbuch.jpg) top right no-repeat;
}
#content img {
	padding: 5px;
     margin: 15px 0 25px 25px;
     border: 1px solid #be0000;
}
/* ------------------------ Menü -------------------------- */

#menu {
     width: 200%;
     background: #999;
    	border-top: 1px solid #be0000;
     border-bottom: 1px solid #be0000;
     font: 16px Trebuchet MS,Tahoma,Verdana, sans-serif;
     font-weight: bold;
     height: 35px;
}

#navlist {
	margin: 0;
	padding: 0 0 0px 400px;
     width: 600px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	padding-top: 9px;
	border-top: 4px solid #999;
	border-bottom: 5px solid #999;
	padding-top: 5px;
	padding-bottom: 7px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-top-color: #be0000;
	border-bottom-color: #be0000;
	color: #fff;
}

#navlist a:hover {
	color: #be0000;
}
#navlist a.act {
	color: #be0000;
	border-top-color: #be0000;
	border-bottom-color: #be0000;
}
/*  ---------------- Formular --------------------- */
#content form {
	border: 1px solid #ccc;
}
#content form td {
         font-size: 80%;
}
#content table {
	width: 580px;
}
td.eins {
	width: 100px;
}
td.zwei {
	width: 470px;
}
td #anzahl, #code {
         border: 1px solid red;
         background: #eee;
}
td #kontoinhaber,
td #bankanschrift,
td #blz,
td #konto {
         border: 1px solid #CC3366;
}
td #vorname,
td #nachname,
td #email,
td #firma,
td #strasse,
td #plz,
td #ort {
         border: 1px solid #cc3366;
}
tr#agb td.eins, tr#agb td.zwei {
	background: #eee;
}

/* ---------------- Content ----------------------- */

h1 {
	color: #777;
     background: ;
     text-decoration: none;
     font-weight: normal;
     border-bottom: 1px solid #be0000;
     padding-left: 15px;
     margin: 20px 0px 15px 0px;
     font: 30px Garamond, Times, TimesNewRoman, serif;
     font-style: italic;
     text-align: center
}
h2 {
	color: #777;
     background: ;
     text-decoration: none;
     font-weight: normal;
     padding-left: 15px;
     margin: 20px 0px 15px 10px;
     text-align: left;
     font-size: 20px;
}
h3 {
	color: #777;
     background: ;
     text-decoration: none;
     font-weight: bold;
     padding-left: 15px;
     margin: 20px 0px 15px 10px;
     text-align: left;
     font-size: 17px;
}
p, table td {
     font-size: 14px;
     color: #444;
     line-height: 35px;
     padding: 5px 10px 5px 10px;
     font: 14px/1.5 Verdana, sans-serif;
}

#content ul {
	font: 12px/1.4 Verdana, sans-serif;
     padding: 20px 30px 10px 30px;
     color: #777;
}
#content li {
	margin: 5px 0px;
}
span wichtig {
	color: #be0000;
}
#content a:link, #content a:active, #content a:visited {
	color: #be0000;
     text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/*  -------- PopUp ----------  */
.itr {
	position: relative;
}
.bpop {
	display: none;
     background: yellow;
}
a.itr:hover .bpop {
	position:absolute;
     z-index: 70;
     display: block;
     background: white;
     left: -50px;
     top: -280px;
     padding:0;
     border: none;
}
#content a.itr img {
	padding: 0;
     margin: 0;
     left: 50px;
     top: -300px;

     }