html {

}

body { background-color: #fff; font-size: 14px; color:#fff; padding:0; margin:0; text-align: center; font-family: Times, Arial, Verdana; background-image: url(/Grafiken/pattern.gif); }

#div_frame {
	margin: 0 auto;
	text-align: center;
	background: no-repeat;
	width: 640px;
}

#div_header {
	margin: 0 auto;
	text-align: center;
	background: no-repeat;
	width: 640px;
}

#div_footer {
	
}

#div_content {
	margin: 0 auto;
	text-align: left;
	width: 640px;
	background: url(/img/content-bg.png) repeat-y;
	
}

#div_subnavi {
	padding-left: 20px;
	float: left;
	width: 150px;
	height: 350px;
}


p {
	margin: 0px;
	padding: 0px;
}


a {
	font-size:14px;
	color:#ff8a00;
	font-family: Times, Arial, Verdana;
	text-decoration:none;
	position: relative;
	z-index: 1;
}

a:hover {
	font-size:14px;
	color:#ff8a00;
	font-family: Times, Arial, Verdana;
	text-decoration:underline;
	position: relative;
	z-index: 1;
}

a.navi {
	font-size:12px;
	font-weight: normal;
	color:#fff;
	font-family: Times, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing:0.2em;
	position: relative;
	z-index: 1;
}

a.navi:hover {
	font-size:12px;
	color:#000;
	font-family: Times, Arial, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing:0.2em;
	position: relative;
	z-index: 1;
}

a.navi:active {
	font-size:12px;
	color:#000;
	font-family: Times, Arial, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 1;
}


h1 {
	font-size: 28px;
	color:#ff8a00;
	font-family: Times, Times, Arial, Verdana;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 32px;
	color:#ff8a00;
	font-family: Times, Times, Arial, Verdana;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 16px;
	color:#fff;
	font-family: Times, Times, Arial, Verdana;
	font-weight: normal;
	margin:0px;
	padding:0px;
}


h4 {
	font-size: 12px;
	color:#fff;
	font-family: Times, Arial, Verdana;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

h5 {
	font-size: 12px;
	color:#fff;
	font-family: Times, Arial, Verdana;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

h6 {
	font-size: 12px;
	color:#fff;
	font-family: Times, Arial, Verdana;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.subnavi {
	margin-bottom: 6px;	
	text-align: right;
	border-bottom:1px solid #FFF;
}