body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999966;
	background-color: #fff;
	background-image: url(../img/paper.png);
	text-align: center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ff6666;
	outline: none;
}

a:visited {
	color:  #666;
}

a:active {
	color:  #666;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.ahem {
	display: none;
}

strong, b {
	font-weight: bold;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-left: 4px;
}

h1 {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 4px;
	margin-bottom: 0;
	color: #999966;
	}
		
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: 0;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}        

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}

#content {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	background: #fff;
	background-image: url();
	border: 1px solid #fff;
	text-align:left; 
	width: 650px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}

#navi {
	padding: 10px;
	height:400px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	background: #fff;
	border: 0px solid #c46b3c;
	text-align:left; 
	width: 630px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	background-image:url(../img/header_01.jpg)
}

#footer {
	padding: 10px;
	margin-bottom: 0px;
	background: #fff;
	border: 2px solid #fff;
	text-align:left; 
	width: 300px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	width: 580px;
}

html>body #footer {
	width: 580px; /* ie5win fudge ends */
}

#menuUnten {
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}

#menuUnten a {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
	
.markermenu{
	list-style-type: none;
	margin: 5px 0;
	margin-left: 20px;
	padding: 0;
	width: 420px;
	border: 0px solid #fff;
	background-color: transparent;
}

.markermenu li a{
	background: transparent no-repeat 2px center;
	font:20px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	display: block;
	width: auto;
	letter-spacing:0.4em;
	margin:3px;
	padding: 2px 0;
	padding-left: 35px;
	text-decoration: none;
	border-bottom: 0px dotted #fff;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
	color: #fff;
}

.markermenu li a:hover{
	color: #fff;
	background-color: #2f2f2f;
}

