body {
	color: #006363;							/*dunkelblau*/			
	background-color: #FF7400;				/*orange*/
	background-position: center;
	font-family: Times New Roman;
	margin: 20px auto;
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
}

h2, h3, p { margin: 0.75em 0;}

h2 {font-size:139%;}

h3 {font-size:120%;}

#header {
	clear: both;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#title {
	color: #FFB273;					/*hellrosa*/
	font-size: 170%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-bottom: 3px solid #FFB273;
	line-height: 1.5em;
	width: 101%;
	clear: both;
}

#typ {
	font-size: 110%;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 40px;
}

#maincontent {
	font-size: 105%;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 101%;
	float: left;
}

#maincontent a {
	font-size: 101%;
	font-weight: bold;
	color: #BF3030;
	text-decoration: none;
}

#maincontent a:hover {
	font-weight: bold;
	color: #A60000;
	text-decoration: underline;
}

#slogan {
	color: #FFB273;
	text-align: center;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 101%;
	border-top: 3px solid #FFB273;
	line-height: 1.5em;
	clear: both;
}

#footer {
	height: 20px;
	border-top: 3px solid #FFB273;
	font-size: 80%;
	line-height: 1.5em;
	width: 101%;
	clear: both;
}

#footer	a {
	font-weight: bold;
	color: #BF3030;
	text-decoration: none;
	
}

#footer	a:hover {
	font-weight: bold;
	color: #A60000;
	text-decoration: underline;
}

#footer_more {
	padding: 5px 0px 5px 0px;
	float: right;
}

#copyright {
	color: #006363;
	padding: 5px 20px 5px 0px;
	width: 480px;
	float: left;
}
