body {
	background-color: #ffffff;
	color: #555555;
	font-family: Tahoma;	
	font-size: 11px;
}
#maincontent {
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	cellpadding: 1px;
}
#maincontent td {
	background-color: #e8e8e8;
	padding: 2px 10px 2px 10px;	
	margin: 0px 0px 0px 0px;
}
#maincontent td.bg {
	background-color: #cccccc;
}
#maincontent td.r {
 	text-align: right;
}
#alphabet {
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-bottom: 30px;
}

#alphabet a {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px 5px 0px 5px;
}

#alphabet select {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}

#seiten {
	text-align: center;
	padding: 5px 10px 5px 10px;
}

#seiten a {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px 5px 0px 5px;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #c8c8c8;
}

#header h3 {
	margin: 40px 10px 0px 10px;
	color: #333333;
}

#leader {
	font-weight: bold;
}

#right {
 	float: right;
}

#left { 
	float: left;
}
