/*================================================================================================================================ Basic Doc Setup ===*/

html
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Times New Roman;
	font-size: 1em;
	background-color: #006600;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

img
{
	margin: 0px;
	margin-right: 4px;
	margin-top: 5px;
	float: left;
}


/*======================================================================================================================================= Links ===*/

a
{
	width: 145px;
	margin: 0;
}

a:link, a:visited
{
	color: #FFDD00;
	text-decoration: underline;
}

a:hover
{
	color: black;
	background-color: #FFCC00;
	text-decoration: none;
}

/*======================================================================================================================================= Gradient ===*/

.navi_gradient
{
	float: right;
	height: 100%;
	width: 10px;
	background-image: url(bilder/gradient.gif);
}

.navi_line
{
	overflow: hidden;
}

.content
{
	float: left;
	height: 100%;
	padding-left: 2px;
	padding-top: 45px;
}