body {
		background-color: #FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
}

a:link		{font-size: 11px; color: #EE9735; text-decoration: none; }
a:active	{font-size: 11px; color: #EE9735; text-decoration: none; }
a:visited	{font-size: 11px; color: #EE9735; text-decoration: none; }
a:hover		{font-size: 11px; color: #EE9735; text-decoration: underline; }

hr	{ 
		height: 0px; 
		border: solid #E9E9E9 0px; 
		border-top-width: 1px;
		margin-top: 10px;
		margin-bottom: 10px;				
}

font,th,td,p { 
		font-family: Verdana 
}


.sublink 			{font-size: 11px; color: #484848; text-decoration: none; line-height: 150%; }
a.sublink 			{font-size: 11px; font-weight: bold; color: #EE9735; text-decoration: none; line-height: 150%; }
a.sublink:link		{font-size: 11px; font-weight: bold; color: #EE9735; text-decoration: none; line-height: 150%; }
a.sublink:active	{font-size: 11px; font-weight: bold; color: #EE9735; text-decoration: none; line-height: 150%; }
a.sublink:visited	{font-size: 11px; font-weight: bold; color: #EE9735; text-decoration: none; line-height: 150%; }
a.sublink:hover		{font-size: 11px; font-weight: bold; color: #EE9735; text-decoration: underline; line-height: 150%; }


.main {
		width: 100%;
		height: 100%;
}


td.header {
		background-image: url(images/bg_header.jpg);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		height: 86px;
		width: 880px;
}

td.content {
		background-image: url(images/bg_content.jpg);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		height:428px;
		width: 880px;
}

td.footer {
		background-image: url(images/bg_footer.jpg);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		height: 86px;
		width: 880px;
}

.weiss {
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 120%;
}


td.inhalt {
		font-family: Verdana;
		font-size: 11px;
		color: #484848;
		padding-left: 30px; 
		padding-top: 20px;
}

td.formularinhalt {
		font-family: Verdana;
		font-size: 11px;
		color: #484848;
}


#contentlayer {
		height: 320px; 
		width: 455px; 
		overflow: auto;
		padding-right: 10px;
		margin-top: 20px;
		line-height: 140%;
}

h1 {
		font-family: Verdana;
		font-size: 12px;
		color: #484848;
		margin-bottom: 0px;
}

h2 {
		font-family: Verdana;
		font-size: 11px;
		color: #484848;
		margin-bottom: 0px;
}


.small {
		font-size: 9px;
		color: #000000;
}


input, textarea {
	color : #545454;
	background-color : #FFFFFF;
	margin: 1px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #D1D1D1;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}