body {
		background-color: #C8C8C8;
		background-image: url('../images/bg_site.jpg');
		background-position: center center;
		background-attachment: fixed;
/*		overflow: hidden;		*/
}

font,th,td	{ font-family: Verdana; font-size: 10px; color: #38312B; }

.datum { font-family: Verdana; font-size: 10px; color: #E2E2E2; }


ul {
list-style-type: square;
list-style-position: outside;
margin-left: 18px;
}

li{
line-height: 150%;
padding-bottom: 6px;
}



a:link		{font-size: 10px; color: #A40000; text-decoration: none; }
a:active	{font-size: 10px; color: #A40000; text-decoration: none; }
a:visited	{font-size: 10px; color: #A40000; text-decoration: none; }
a:hover		{font-size: 10px; color: #A40000; text-decoration: underline; }

.bordertable {
		width: 100%;
		height: 100%;
}

.main {
		width: 768px;
		height: 638px;
}

td.top {
		background:#4F4F4F url('../images/top_header.jpg') no-repeat;
		width: 764px;
		height: 25px;
}


td.footer {
		background:#4F4F4F url('../images/content_footer.gif') no-repeat;
		color: #E2E2E2;
		font-size: 10px;
		font-family: Verdana;
		width: 501px;
		height: 62px;	
		padding-left: 20px;	
		padding-right: 20px;	
}

.fontfoooter 			{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: none; }
a.fontfoooter 			{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: none; }
a.fontfoooter:link		{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: none; }
a.fontfoooter:active	{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: none; }
a.fontfoooter:visited	{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: none; }
a.fontfoooter:hover		{ font-family: Verdana; font-size: 10px; color: #E2E2E2; text-decoration: underline; }

.rubrik				{font-size: 10px; color: #38312B; }
a.rubrik			{font-size: 10px; color: #38312B; text-decoration: none; font-weight: bold; }
a.rubrik:link		{font-size: 10px; color: #38312B; text-decoration: none; font-weight: bold; }
a.rubirk:active		{font-size: 10px; color: #38312B; text-decoration: none; font-weight: bold; }
a.rubrik:visited	{font-size: 10px; color: #38312B; text-decoration: none; font-weight: bold; }
a.rubrik:hover		{font-size: 10px; color: #AF0000; text-decoration: none; font-weight: bold; }

.rubrikon			{font-size: 10px; color: #780E12; }
a.rubrikon			{font-size: 10px; color: #780E12; text-decoration: none; font-weight: bold; }
a.rubrikon:link		{font-size: 10px; color: #780E12; text-decoration: none; font-weight: bold; }
a.rubirkon:active	{font-size: 10px; color: #780E12; text-decoration: none; font-weight: bold; }
a.rubrikon:visited	{font-size: 10px; color: #780E12; text-decoration: none; font-weight: bold; }
a.rubrikon:hover	{font-size: 10px; color: #780E12; text-decoration: none; font-weight: bold; }



td.header {
		background:#4F4F4F url('../images/content_header.jpg') no-repeat;
		color: #C7BFB5;
		font-size: 10px;
		font-family: Verdana;
		width: 501px;
		height: 153px;	
}


td.content {
		background:#E2E2E2 url('../images/content_bg.gif') no-repeat;
		color: #474747;
		font-size: 10px;
		font-family: Verdana;
		width: 501px;
		height: 394px;	
		padding-left: 20px;	
		padding-top: 20px;	
}

.update {
		color: #38312B;
		font-size: 8px;
		font-family: Verdana;
}


.navlinks {
		background:#D3D3D3 url('../images/navlinks_bg.jpg') no-repeat;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 465px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin-top: 0px;
	padding-right: 10px;
	line-height: 140%;
}


img.galerie {
	margin-right: 10px;
	margin-bottom: 10px;
}

input, textarea 	{
			color : #A40000;
			background-color : transparent;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			border-color: #969696;
			border-style: solid;
			border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
			}


input.checkbox {
	background-color : transparent;
	font-weight : normal;
	border-color: #969696;
	border-style: solid;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px;
}