* {
	padding: 0;
	margin: 0;
}

table {
	color: black;
}

/*
table td {
	vertical-align: top;
}
*/

.form td {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 10px;
}

h5 {
	color: #f49e00; 
	font-size: 14px;
	padding-bottom: 0.5em;
}

.smaller {
	font-size: 9px;
}

.taller {
	font-size: 14px;
}

.yellow {
	color: #f49e00;
}

.list {
	list-style: none;
	padding-left: 15px;
}

.list li {
	line-height: 19px;
	background-image: url(30jahre/star.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
}

.clearboth {
	clear: both;
}