/* Basics -- Seitengrundlagen */




.nav {
	color               : #000;
	background-image    : url(titelbild.jpg);
	background-repeat   : no-repeat;
	background-position : top left;
}


div.edit form input {
	color       : #fff;
	background  : none no-repeat top center;
	border      : none;
	width       : 30px;
	height      : 20px;
	padding-top : 16px;
}

div.user form input {
	color       : #fff;
	background  : none no-repeat top center;
	border      : none;
	width       : 30px;
	height      : 20px;
	padding-top : 16px;
}

div.edit {
	float: left;
	border: none;
}

div.edit input.submit {
	background-image: url(/edit.gif);
	width       : 30px;
	height      : 20px;
	padding-top : 16px;
	color       : #fff;
}

div.user input.submit {
	background-image: url(/user.gif);
	width       : 30px;
	height      : 20px;
	padding-top : 16px;
	color       : #fff;
}

td.nav ul {
	list-style-image: url(/img/pfeil.gif);
}

td.blackline {
	color : #666666;
	padding: none;
	height : 1px;
}



td.bg {
	background-image: background2.gif;
}
