body, div, span, img, h1 {
	margin:	0px;
	padding: 0px;
	color:#dedede;
	font-family: sans-serif;
	font-size: 11pt;
}
body {
	background-color:#F9F9F9;
}

tr {
	vertical-align: top;
}

img {
	border:0px;
}

.lowertext {
	font-size:9pt;
}

div#google {
	position:absolute;
	width:120px;
	height:600px;
	left:50%;
	margin-left:-580px;
	top: 50px;
}

div#adv {
	position:absolute;
	width:120px;
	height:600px;
	left:50%;
	margin-left:460px;
	top: 50px;
	color: #000000;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
}


div#header {
	position:absolute;
	width: 900px;
	height: 100px;
	left:50%;
	margin-left:-450px;
	border-bottom: 1px solid #000000;
	text-align:right;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#navi {
	position: absolute;
	width: 900px;
	height: 30px;
	top:101px;
	left:50%;
	
	color:#000000;
	vertical-align:top;
	margin-left:-450px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background-image:url(images/navi_new.png);
	background-repeat:repeat-x;
	background-position: top;
}
 
div#main {
	position: absolute;
	width: 900px;
	top:131px;
	left:50%;
	margin-left:-450px;
	background-color:#4d4d4d;
}
div#content {
	margin:5px;
	background-color:transparent;
	color:#dedede;
}
div#footer {
	border-top:1px solid #000000;
	padding-left:5px;
	background-color:#F9F9F9;
	color:#000000;
	text-align:center;
	font-size:9pt;
}

.numbercell {
	font-size:9pt;
	text-align:left;
}

.datecell {
	font-size:9pt;
	text-align:right;
}


.namecell {
	font-size:8pt;
	text-align:left;
}

.textcell {
	background-color:#636363;
	text-align:left;
}

.textfeld {
	BACKGROUND-COLOR: #F0F0F0;
	BORDER-BOTTOM: black 0px solid;
	BORDER-TOP: black 0px solid;
	BORDER-RIGHT: black 0px solid;
	BORDER-LEFT: black 0px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	width:	300px;
	margin-bottom: 5px;
	}

.textarea {
	background-color:#F0F0F0;
	BORDER-BOTTOM: black 0px solid;
	BORDER-TOP: black 0px solid;
	BORDER-RIGHT: black 0px solid;
	BORDER-LEFT: black 0px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	width:	300px;
	height: 60px;
}
.button {
	BACKGROUND-COLOR: #F0F0F0;
	BORDER-BOTTOM: black 0px solid;
	BORDER-TOP: black 0px solid;
	BORDER-RIGHT: black 0px solid;
	BORDER-LEFT: black 0px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	margin-right: 5px;
}

a.adv:link    	{   color: #000000;	text-decoration: underline; border:0px;}
a.adv:visited	{   color: #000000;	text-decoration: underline; border:0px;}
a.adv:focus 	{   color: #295b24; 	text-decoration: underline; border:0px;	font-weight: bold; }
a.adv:hover	{   color: #295b24;	text-decoration: underline; border:0px;}
a.adv:active	{   color: #295b24;	text-decoration: underline; border:0px;}

a.navi:link    	{   color: #000000;	text-decoration: none; }
a.navi:visited	{   color: #000000;	text-decoration: none; }
a.navi:focus 	{   color: #295b24; 	text-decoration: underline;	font-weight: bold; }
a.navi:hover	{   color: #295b24;	text-decoration: underline; }
a.navi:active	{   color: #295b24;	text-decoration: underline; }

a:link    	{   color: #dedede;	text-decoration: underline; border:0px;}
a:visited	{   color: #dedede;	text-decoration: underline; border:0px;}
a:focus 	{   color: #ffffff; 	text-decoration: underline; border:0px;	font-weight: bold; }
a:hover		{   color: #ffffff;	text-decoration: underline; border:0px;}
a:active	{   color: #ffffff;	text-decoration: underline; border:0px;}
