/* Standard Text-Links */
a:link    { text-decoration:none; color:#4B4B4B; }
a:visited { text-decoration:none; color:#4B4B4B; }
a:hover   { text-decoration:underline; color:#000; }
a:active  { text-decoration:none; color:#FFC20E; }

/* Obere Navigation */
a.navtop { margin-bottom:1px; padding-right:20px; padding-top:25px; text-align:right; height: 35px; text-decoration:none;}

a.navtop:link    { color:#FFC20E;  }
a.navtop:visited { color:#FFC20E;   }
a.navtop:hover   { color:#FFF;  text-decoration:none;}
a.navtop:active  { color:#FFC20E; }


/* Überschriften */
h1,h2,h3,h4,h5 { font-family:Verdana,Times New Roman; }
h1 { font-size:10pt; font-weight:bold; color:#940000; }
h2 { font-size:8pt; font-weight:bold; color:#000000; margin-top: 20px;}
h3 { font-size:7pt; font-weight:normal; color:#654618; }

p,ul,ol,div,td,th,address,blockquote,nobr,b,i {font-family:Verdana,Helvetica,sans-serif; font-size:8pt;line-height:1.5; color:#000000; }

body
        {
               margin:0 auto;  /* Zentrierung */
               padding: 0px;
               text-align: left;
               color: #000;
               background-color: #A7917B;

        }

        .mainbox
        {
                margin:0 auto;  /* Zentrierung */
                width: 100%;
        }

        .titelbox
        {
                margin:0 auto;  /* Zentrierung */
		margin-top: 8px;
		padding-top: 180px;
                width: 720px;
		height: 40px;		
		background-color: #EAE8E5;
		background: url(../images/titelbild.jpg);
		background-repeat: no-repeat;
        }

        .chapter01
        {
                margin:0 auto;  /* Zentrierung */
                width: 720px;		
		background-color: #FFF;
		background: url(../images/bg_blend.gif);
        }

        .chapter02
        {
                margin:0 auto;  /* Zentrierung */
                width: 720px;
		margin-top: 1px;
		background-color: #FFF;
        }

	#footer
        {
                margin:0 auto;  /* Zentrierung */
		padding-top: 10px;
                width: 720px;
		background-color: #BAB4AA;
        }

        .spacer
        {
                margin:0 auto;  /* Zentrierung */
		height: 40px;
                width: 720px;
        }

        .content
        {
		padding-left: 30px;
		padding-right: 30px;
        }
       