/* ~~~ Grundeinstellungen ~~~ */

*  {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

body    {
	color: White;
	font-size: 100.01%;
	background: #003366 url(../images/background.jpg) no-repeat;
}

p      {
	font-size: 100%;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	color: White;
}

b  {
	font-weight: bold;
}

h1   {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}

p+h1	{
	padding-top: 30px;
}

a   {
	font-size: 100%;
	font-weight: bold;
	color: White;
}

a:hover   {
	font-size: 100%;
	font-weight: bold;
	color: #99CCCC;
}

a:visited   {
	font-size: 100%;
	font-weight: bold;
	color: #99CCCC;
}

table	{
	padding-top: 30px;
}

td	{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ~~~ Navigation  ~~~ */

#navi    {
	text-decoration: none;
	text-align: right;
	line-height: 28px;
	position: absolute;
	top: 280px;
	left: 70px;
	width: 200px;
	height: 168px;
	list-style: none;
}

#navi ul   {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 30px;
}


#navi ul li a {
	font-size: 110%;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
	list-style-type: none;

	}

#navi ul li a:visited {
	text-decoration: none;
	}

#navi ul li a:hover {
	font-weight: bold;
		color: #99CCCC;
	}

/* ~~~ Inhalt ~~~ */

#content    {
	font-size: 85%;
	position: absolute;
	top: 283px;
	left: 305px;
	width: 487px;
	height: auto;
	border: none;
}

#content>p  {
	margin-bottom: 15px;	
}
