a{ color:#009900; text-decoration:none; }
a:hover { color:#006600; text-decoration:underline; }


@font-face { 
font-family: "HanWri"; 
src: url("Oregano-Italic.ttf"); 
}

body {
	background-color:#FFEDD2; 
	background-image:url(img/bg_body.jpg); 
	margin-top: 0;
    padding-top: 0;
	color:black;
	font-family: Times New Roman, serif;
    font-size: 1.1em;
}
.contentblock {
    margin: auto;
    width: 60%;
    padding: 10px;        
}
h1.handwri {
    font-family: HanWri, Times New Roman, serif;
    font-size: 2.4em;
}

nav ul {
    list-style: none;
    position: relative;
}
nav ul li {    
    display:inline-block;
    font-family: HanWri, Times New Roman, serif;
    margin: 0 1.5em 0 1.5em;
}
nav a {
    color: black;
    text-decoration: none;
}

hr.header_underline {
    border: none;
    border-top: 1px solid black;
    max-width: 26em; 
    margin-left: -0.5em;
    margin-top: -1.2em;
    
}
hr.hr_bottom {
    border: none;
    border-top: 1px solid black;
    max-width: 75%;
    margin-left: 0em;
    margin-top: 1em;
}


/* old stuff */
#box {
	width: 730px;
	height: 160px;
	background-image:url(img/bgnotes.gif);
	margin: 20px 20px 0 100px;
	padding:0;
}
#box-n {
	min-height: 4px;
	background-image:url(img/bgnotes-n.gif);
	background-repeat:repeat-x;	
}
#box-s {
	min-height: 4px;
	background-image:url(img/bgnotes-s.gif);
	background-repeat:repeat-x;
	margin-top: -4px;	
}
#box-w { 
	min-height: 160px;
	margin: -160px 0 0 100px;
	background-image:url(img/bgnotes-w.gif); background-repeat:repeat-y;
}
#box-o { 
	min-height: 160px;
	margin: -160px 0 0 830px;
	background-image:url(img/bgnotes-o.gif); background-repeat:repeat-y;        
}
.rahmen {
	padding: 30px;
}
.iFrame {
	overflow: auto;
	width: 670px;
	height: 100px;
}
div#pen {
	min-height: 103px;
	width:106px;
	background-image:url(img/pen.gif);
	background-repeat:no-repeat;	
	margin: -35px 0 -15px 785px;
}


.mgkarte {
	width: 2674px;
	padding: 10px;	
	background-image:url(img/bgwood.jpg);
	border:solid #3F1A07 2px;
	margin: 0 0 20px 0;	
}
.mgkarte img {
	margin: -2px;	
}