/* header */

table#header {
	border: 0;
	padding: 0;
	width: 100%;
}

td#logocell {
	background-color: #DDD;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	width: 150px;
}

td#graycell {
	height: 30px;
	background-color: #EEE;
}

td#headcell {
	background-color: #FFDD00;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

/* Rest */

body {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}
table.menu {
	margin-top: 40px;
}
td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 0 10px;
}

div#nametip {
	height: 20px;
	text-align:center;
}
#textspalte {
	padding-top: 30px;
	text-align: left;
}
#groups {
	padding-top: 30px;
	text-align: left;
}
#groups div {
	display: none;
}
#linkmenu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#linkmenu a {
	text-decoration: none;
	color: black;
}
#linkmenu a:hover {
	text-decoration: underline;
}
