/* CSS Document */

body
{
	background-color:#FFFFFF;
	font-size:100.01%;
	color:#003366;
	font-family:"Century Gothic", Arial;
	text-align:center;
	font-size:1em;
	margin:auto;	
	width:800px;
}


div#divs
{	width:850px;
	height:230px;
	text-align:center;
	margin:auto;		
}

div#seite
{	width:890px;
	text-align:center;
	margin:auto;		
}

div#top
{
	text-align:center;	
	width:890px;
	margin:auto;	
}

div#content
{
	text-align:justify;
	height:100%;	
	width:850px;
	padding:0.5em 1em 0.5em 1.5em;
	font-size:1em;	
}


div#bottom
{
	text-align:center;
	padding-bottom:1em;	
	width:800px;
}


h2
{
	font-size:1.35em;
	font-weight:bold;
	text-align:left;
}

h3
{
	font-size:1.07em;
	font-weight:bold;
	text-align:left;
}

.link
{
	font-weight:bold;
}


a:link
{
	font-size:1.0em;
	text-decoration:none;
	color:#0066CC;
}
a:visited
{
	font-size:1.0em;
	text-decoration:none;
	color:#000066;
}
a:focus
{
	font-size:1.0em;
	text-decoration:none;
}
a:hover
{
	font-size:1.0em;
	color:#0033FF;
	text-decoration:underline;
}
a:active
{
	font-size:1.0em;
	text-decoration:none;
}
