html,body{margin:0em 0em ;padding:0}
body{font: 76% arial,sans-serif; background:url(../img/tan_paper.gif);}
p{margin:0em 1em 1em} 
/* a{display:block;color: #981793;padding:10px} */
div#pageHeader h1{height:80px;margin:0 0 0; padding-left:10px;
                 font-family:'Cinzel', serif;
                 font-weight:600;
                 letter-spacing:0.02em;
                 font-size:28px;color:navy;}
div#content p{line-height:1.3;font-size:11pt;}
div#left{}
div#right{}
div#footer{}
div#footer p{margin:0;}

div#wrapper{float:left;width:100%}
div#content{margin: 0 0 0 20%; }
div#left{float:left;width:20%;margin-left:-100%;padding:10px;}
div#right{float:right;width:20%;margin-left:-20%;}
div#footer{clear:left;width:100%;}



/*
.notice { 
	background: #ffdfdf; 
	filter:alpha(opacity=40); 
	opacity: .4; 
	padding: 10px 0 0 80px; 
	border: 1px solid red;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	position: relative; 
	min-height: 70px; 
	font-size: 150%; 
}
*/

/* background images */
img.bg {
                        /* z-index: 1; */
                        /* min-width: 1024px; */
                        /* Set up proportionate scaling */
                         width: 100%;
                        height: auto; 
                        /* filter:Alpha(opacity=30,finishopacity=0, style=2);*/
                        opacity: .3;

                        /* position: fixed; // wenn nicht mitgescrollt wird*/
                        
                        position: relative; 
                        top: 0;
                        left: 0; 
                        clear:both;
}



/* from Rest */

                       /*upper from_left beyond */
.literal-block { margin:0px 20px 10px} 
/*
   Textual 
*/

/* firebug kennt moz-outline nicht */
/* a.n:link:focus, a.n:visited:focus {-moz-outline:0px;} */

a.n:visited { font-size: 10pt; color: #ffffff; font-weight:normal; text-decoration:none;}
a.n:active { font-size: 10pt; color: #ffffff; font-weight:normal; text-decoration:none;}
a.n:hover { font-size: 10pt; background-color: #ffffff; color: #fb7822; font-weight:normal; text-decoration:none;}

/* firebug kennt moz-outline nicht */
/* a.nh:link:focus, a.nh:visited:focus {-moz-outline:0px;} */

a.nh:link { font-size: 10pt; background-color: #ffffff; color: #fb7822; font-weight:normal; text-decoration:none;}
a.nh:visited { font-size: 10pt; background-color: #ffffff; color: #fb7822; font-weight:normal; text-decoration:none;}
a.nh:active { font-size: 10pt; background-color: #ffffff; color: #fb7822; font-weight:normal; text-decoration:none;}
a.nh:hover { font-size: 10pt; background-color: #ffffff; color: #fb7822; font-weight:normal; text-decoration:none;}

a:link { color: #bb3902; font-weight:normal; text-decoration:underline;}
a:visited { color: #bb3902; font-weight:normal; text-decoration:underline;}
a:active { color: #bb3902; font-weight:normal; text-decoration:underline;}
a:hover { color: #bb3902; font-weight:normal; text-decoration:underline;}


.greenbackground { background-color: #2ecc71; font-size: 23px; }

/* left.html */
.navi {
        font-family: verdana,helvetica;
        color: navy;
        font-size: 10px;
}
        
        
.nh {
        font-family: verdana,helvetica;
        color: navy;
        font-weight: bold;
        font-size: 10pt;
        display: block;
        margin-bottom: 10px;
        line-height: 1.5;
}

.nh strong {
        font-family: 'Cinzel', serif;
        font-weight: 600;
        letter-spacing: 0.02em;
}

.white {
        font-family: verdana,helvetica;
        color: #ffffff;
        font-weight: bold;
        font-size: 12pt;
}



