/* Stylesheet Menü für www.uwekosubek.de */

/* Seiteneigenschaften */
body {
	margin: 0;
}

/* Menüpunkte */
a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	width: 170px;
	margin-top: 10;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	border-bottom: thin;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
a:hover {
	color: #2088c9;
	border-bottom-color: #2088c9;
}
#bild {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
