/*Style zu index.html "Uwe Grodd Startseite" */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding-right:0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: rgb(0,0,0) url(bg.jpg) no-repeat fixed;
	background-position: 20px 20px;	
}



#linkList {
	background: rgb(0,0,0);
	left: 0px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	width:200px;
	height:auto;
	position: absolute;
	top: 15px;
	font-size: 11px;


}

#linkList li A:link {
	background: rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}

#linkList li A:hover {
	background:rgb(0,0,0);
	text-decoration:underline;
	color: rgb(255,255,255);
}

#linkList li A:active {
	background:rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}


#linkList li A:visited {
	background:rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}

#linkList li A:hover {
	background:rgb(0,0,0);
	text-decoration:underline;
	color: rgb(255,255,255);
}

#impressum {
	background: black;
	left: 0px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	width:200px;
	height:auto;
	position: absolute;
	top: 252px;
	font-size: 11px;
}

ul {
	padding:10px;
	background:rgb(0,0,0);
	margin:5px;
	height:0px;
	width: 170px;
}

li {
	background: rgb(19,57,70);
	font-family:arial;
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 60px;
	list-style-type: none;

}

#impressum li A:link {
	background: rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}

#impressum li A:hover {
	background:rgb(0,0,0);
	text-decoration:underline;
	color: rgb(255,255,255);
}

#impressum li A:active {
	background:rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}


#impressum li A:visited {
	background:rgb(0,0,0);
	text-decoration:none;
	color: rgb(255,255,255);
}

#impressum li A:hover {
	background:rgb(0,0,0);
	text-decoration:underline;
	color: rgb(255,255,255);
}

#update {
	top: 419px;
	background: url(bg.jpg);
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	position: absolute;
	left: 22px;
	height: 77px;
	bottom: 50px;
	width: 90px;
}

p {
	background-color: rgb(19,57,70);
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 23px;
	width: 83px;
		font-size: 9px;
}

