/* the basic elements */

#platz
{
	width:50px;
	height:0px;
}


#logo
{
	position:absolute;
	left:50%;
	margin-left:100px;
	top:10px;
	width:250px;
	height:125px;
	background-image:url(../images/logo.png);
}

a.button
{
	background-color: #becbf1;
	border:1px solid;
	width:102px;
	padding:3px;
	spacing:0px;
	Display:inline-block;
	border-top-color: #e6e9f1;
	border-left-color: #e6e9f1;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

a.button:link		{ color:#000000; background-color:#becbf1; text-decoration:none; }
a.button:visited	{ color:#000000; background-color:#becbf1; text-decoration:none; }
a.button:hover		{ color:#000000; background-color:#b0c0e3; text-decoration:none; }
a.button:active		{ color:#000000; background-color:#becbf1; text-decoration:none; }

a.selbutton
{
	background-color: #b0c0e3;
	border:1px solid;
	width:102px;
	padding:3px;
	spacing:0px;
	Display:inline-block;
	border-top-color: #000000;
	border-left-color: #000000;
	border-righ-color: #e6e9f1;
	border-bottom-color: #e6e9f1;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
a.selbutton:link	{ color:#000000; background-color:#b0c0e3; text-decoration:none; }
a.selbutton:visited	{ color:#000000; background-color:#b0c0e3; text-decoration:none; }
a.selbutton:hover	{ color:#000000; background-color:#b0c0e3; text-decoration:none; }
a.selbutton:active	{ color:#000000; background-color:#b0c0e3; text-decoration:none; }

#headline
{
	margin-top:5px;
	margin-left:3px;
	padding:3px;
	position:relative;
	text-align:left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#002675;
	width:740px;
	border-bottom:1px solid;
	border-top:1px solid;
	border-color:#000000;	
	z-index:2;
}

#article
{
	
	position:relative;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	width:740px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align:left;
	z-index:2;

}

#table
{
	
	position:relative;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align:left;
	z-index:2;
	border:0;
}


