body
{
	padding: 0px;
	margin: 0px;
	background-color: #4d4d4d;
	background-image: url(images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#logobox
{
	position: absolute;
	top: 30px;
	left: 155px;
	margin: 0px;
	width: 330px;
	height: 50px;
}

#languagenavbox
{
	position: absolute;
	top: 10px;
	left: 680px;
	margin: 0px;
	width: 110px;
	height: 12px;
}

#headerbox
{
	width: 820px;
	height: 130px;
	background-color: #3c3b33; /*202020;*/
}

#leftcol
{
	/*border: 1px solid red;*/
	position: absolute;
	top: 130px;
	left: 0px;
	margin: 0px;
	width: 155px;
}
#centercol
{
	/*border: 1px solid red;*/
	margin-left: 155px;
	width: 310px;
	background-color: #9EA17F;
}
#rightcol
{
	/*border: 1px solid red;*/
	position: absolute;
	top: 130px;
	left: 485px;
	width: 335px; 
}
.contentbox
{
	padding: 20px 10px 10px 15px;
}

.linkbox
{
	width: 298px;
	margin-bottom: 10px;
	border-bottom: 1px solid #71745c;
	border-left: 1px solid #71745c;
	border-right: 1px solid #71745c;
	display:none;
}

.linkitem
{
	padding-left: 20px;
	margin: 10px;
	background-image: url(images/icoLink.gif);
	background-attachment:fixed;
	background-repeat: no-repeat;	
}

.NavItem
{
	margin-top: 5px;
}
.NavItem a:link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.NavItem a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.NavItem a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.NavItem a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

a:link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.rightcol_paulschatz
{
	width: 335px;
	height: 600px;
	background-image: url(images/bg_paulschatz_rightcol.gif);
}
.middlecol_paulschatz
{
	width: 330px;
	height: 600px;
	background-image: url(images/bg_paulschatz_middlecol.gif);
}

.txtAnzahl
{
	width: 25px;
	height: 14px;
	border-width: 0px;
	background-color: #d1d4b4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
}
.txtField
{
	width: 280px;
	height: 14px;
	border-width: 0px;
	background-color: #d1d4b4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
}
.txtArea
{
	width: 280px;
	height: 140px;
	border-width: 0px;
	background-color: #d1d4b4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
}

.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

