/*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(01,01,09); 
}



#linkList {
	background: rgb(01,01,09);
	left: 0px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	width:200px;
	height:40px;
	position: absolute;
	top: 10px;
}

ul {
	padding:5px; 
	background:rgb(01,01,09);
	margin:0px;
	height:130px;
	list-style-type: none;
}

li {
	padding: 0px;
	background: rgb(01,01,09);
	margin:5px;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}

#linkList li A:link {
	background: rgb(01,01,09);
	text-decoration:none;
	color: rgb(151,180,210);
}

#linkList li A:hover {
	background:rgb(01,01,09);
	text-decoration:underline;
	color: rgb(151,180,210);
}

#linkList li A:active {
	background:rgb(01,01,09);
	text-decoration:none;
	color: rgb(151,180,210);
}


#linkList li A:visited {
	background:rgb(01,01,09);
	text-decoration:none;
	color: rgb(151,180,210);
}

#linkList li A:hover {
	background:rgb(01,01,09);
	text-decoration:underline;
	color: rgb(151,180,210);
}

