body {
	background-color:		#717171;
	margin: 0px;
	padding: 0px;
	font-size:				11px;
	font-family:			Trebuchet, Arial;
}

/* Page */
.Page {
	background:				url(gfx/Page.jpg) 0px 0px repeat;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				10px;
	width:					808px;
/*	border:					1px solid #fadada;*/
	color:					#2F2F2F;
}

.Header {
	background:				url(gfx/Header.jpg) 0px 0px repeat;
	width:					808px;
    height:					107px;
}

.Footer {
	background:				url(gfx/Footer.jpg) 0px 0px repeat;
	width:					808px;
    height:					48px;
    text-align:				center;
}


h1 {
	font-family:			Trebuchet, Arial;
	font-size:				16px;
	color:					#0060FF;
	margin-top:				2px;
	margin-bottom:			2px;
}

h2 {
	font-family:			Trebuchet, Arial;
	font-size:				13px;
	color:					#0060FF;
	margin-top:				2px;
	margin-bottom:			2px;
}

a:link {
	background-image:		url(gfx/link.gif);
	color:					#2F2F2F;
	text-decoration:		none;
}
a:visited {
	background-image:		url(gfx/link.gif);
	color:					#2F2F2F;
	text-decoration:		none;
}
a:hover {
	background-image:		url(gfx/link.gif);
	color:					#0060FF;
	text-decoration:		none;
}
a:active {
	color:					#0060FF;
	text-decoration:		none;
}


.ContentStartSpacer {
	width:					22px;
	float: 					left;
}

.Content {
	font-size:				11px;
	font-family:			Trebuchet, Arial;
	color:					#333333;
    width: 					757px;
    float:					left;
}

.Menue {
	font-size:				12px;
	font-family:			Trebuchet, Arial;
	font-weight:			bold;
}

.Box {
	background:				url(gfx/BoxContent.jpg) 0px 0px repeat;
	width:					536px;
    float:					left;
}
.BoxHeader {
	background:				url(gfx/BoxHeader.jpg) 0px 0px repeat;
	width:					536px;
    height:					5px;
    float:					left;
	font-size:				1px;
}
.BoxContentSpacer {
	width:					15px;
	float: 					left;
}
.BoxContent {
	width:					506px;
    float:					left;
}
.BoxFooter {
	background:				url(gfx/BoxFooter.jpg) 0px 0px repeat;
	width:					536px;
    height:					5px;
    float:					left;
	font-size:				1px;
}

.BoxSmal {
	background:				url(gfx/BoxSmalContent.jpg) 0px 0px repeat;
	width:					207px;
    float:					left;
}
.BoxSmalHeader {
	background:				url(gfx/BoxSmalHeader.jpg) 0px 0px repeat;
	width:					207px;
    height:					5px;
    float:					left;
	font-size:				1px;
}
.BoxSmalContentSpacer {
	width:					15px;
	float: 					left;
}
.BoxSmalContent {
	width:					177px;
    float:					left;
}
.BoxSmalFooter {
	background:				url(gfx/BoxSmalFooter.jpg) 0px 0px repeat;
	width:					207px;
    height:					5px;
    float:					left;
	font-size:				1px;
}
.BoxSpacer {
	width:					14px;
	float: 					left;
}


.TextArea {
	font-family:			Arial;
	font-size:				13px;
	text-align:				right;
} 

.LineBreak {
	font-size:				0px;
	clear:					both;
}