/* Style Sheet */
*
{
	padding:0;
	Margin:0;
}

#wrapper
{
	width:960px;
	margin:0 auto;
	background:blue;
}

#header
{
	background:#FFE;
	width:100%;
	height:auto;
}
#box
{
	width:100%;
	height:500px;
	background:#FFE;
}

#box1
{
	float:left;
	width:49%;
	height:500px;
	background:#FFE;
}

#box2
{
	float:right;
	width:49%;
	height:500px;
	background:#FFE;
}

#footer
{
	clear:both;
	width:100%;
	height:60px;
	border-top:2px solid #888;
	float:left;
	background:#FFE;
	padding:6px 0 0;
}

img.central
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.typ
{
	display:block;
	font-size:110%;
	color:#900;
	font-family:Times New Roman;
	font-style:normal;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

/* ****************************************** Bereich der Elementeeigenschaften '''''''''''''''''''''''''''''''''''''' 
*/
BODY
{
	background-color:#FFE;
	/*margin:1px 20px 0;*/
}

form
{
	float:right;
	margin:20px 10px 0 0;
}

a:link
{
	font-weight:400;
	text-decoration:none;
}

a:visited
{
	font-weight:700;
	text-decoration:none;
}

a:hover
{
	background-color:#FFE;
}

p
{
	font-size:80%;
	color:#600;
	text-align:center;
	padding:10px;
	line-height:120%;
	font-family:Verdana,Arial,sans-serif;
}

p.titel
{
	text-align:left;
	border:none;
	font-size:16px;
	color:#c05;
	font-family:Times New Roman;
	font-style:normal;
	Float:left;
	padding:16px 0 9px 20px;
}

.links{
	width:24px;height:20px;border:none;margin:20px 10px 0 3cm;
}

.rechts{
	width:24px;height:20px;border:none;margin:20px 0 0 10px;
}

.counter{
	font-size:16px;
	color:#600;
	vertical-align:super;
}