html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}

body
{
	background-color: #ccffcc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	text-align: center;
}

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

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

/* DIV-Container */
#main
{
	position: relative;
	width: 774px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#head_img
{
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0033;
}

#title_content
{
	padding: 5px 5px 5px 10px;
}

#middle
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#middle_content
{
	padding: 20px 5px 30px 10px;
}

#bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	background-color: #999966;
}

#bottom_content
{
	padding: 5px 5px 5px 10px;
}

/* Standardlink */
a:link, a:visited
{
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}

/* Bottomlink */
#bottom_content a:link, #bottom_content a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom_content a:hover, #bottom_content a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}