body {
	text-align: center;
	background-color: #eee;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	line-height: 1.6em;
	color: #444;
}

#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#contentheader {
	background-color: #fff;
	background-image: url('../images/layout/flymoeBanner.jpg');
	background-position: bottom;
	text-align: left;
	vertical-align: bottom;
	/*border-bottom: 1px solid #a9d2a3;*/
	padding-top: 227px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/* ##### CONTENT DIVS START ##### */
#contentleft img{
	float: left;
	border: 0px;
}
#contentleft hr{
	height: 1px;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #b2b2b2;
	margin-left: -5px;
	clear: both;
}
#contentcenter hr{
	height: 1px;
	width: 95%;
	border: 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin-left: 8px;
	clear: both;
}
/* ##### CONTENT DIVS ENDE ##### */

/* ##### NAVI START ##### */
#contentheader a{
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	color: #b8532f;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
	margin-right: 5px;
}
#contentheader a:hover{
	text-decoration: overline underline;
	color: #fba457;
	color: #000;
}
/* ##### NAVI ENDE ##### */

/* ##### HTML-ELEMENTE START ##### */
p,
h1,
pre,
#contentleft img {
	margin: 0px 8px 8px 8px;
}	
h1 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	color: #227508;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	color: #227508;
}
a{
	color: #cc0000;
	text-decoration: none;
}
a:hover{
	color: #227508;
	text-decoration: underline;
}
/* ##### HTML-ELEMENTE ENDE ##### */

.mini{
	font-size: 9px;
}
input,textarea{
	font-size: 10px;
	border: 1px solid #a9d2a3;
	background-color: #fff;
	color: #3c732a;
	padding: 1px;
}
textarea{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
}
input:hover,textarea:hover{
	color: #227508;
	background-color: #f1f1f1;
	border-color: #cc0000;	
}
input:focus,textarea:focus{
	border-color: #227508;
	background-color: #f6f6f6;
}
label{
	margin-top: 4px;
}