TABLE.x{
	margin: 0px;
	width: 500px;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: white;
	border : 1px double;
	text-align : justify;
}

td {
		font-size:12px;
		font-family:verdana;
		text-align : left;
		valign: 
		background-repeat : no-repeat;
}

td.vita {
		font-size: 12px;
		font-family: verdana;
		text-align : right;
		width: 90px;
}

td.ueber1 {
		font-size:10px;
		font-family:verdana;
		color: black;
		text-align : center;
		background-repeat : no-repeat;
		background-color : LightSlateGray;
}

td.ueber2 {
		font-size:10px;
		font-family:verdana;
		color: black;
		text-align : center;
		background-repeat : no-repeat;
		background-color : silver;
}
td.ueber3 {
	font-size:10px;
	font-family:verdana;
	color: white;
	text-align : center;
	background-repeat : no-repeat;
	background-color : LightSlateGray;
	width: 102px;
}
td.ueber4 {
	font-size:10px;
	font-family:verdana;
	color: white;
	text-align : center;
	background-repeat : no-repeat;
	width: 102px;
}
A:LINK {
	color: lightgrey;
	text-decoration : none;
}
A:VISITED {
	color: lightgrey;
    text-decoration : none;
}
A:hover { 
	color: #191970;
}
.activities {
	border-color: silver;	
}
/* --------- Styles zum Adminbereich ------- */

body.admin_body{
	background: #FFE9BA;
	margin: 0px;
}
table.admin_table{
	background: #FFE9BA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}
td.admin_td_menuleiste{
	background: #77B1DA;
	font-size: 11px;
	padding-left: 150px;
}
td.adminhaupt{
	vertical-align: top;
	font-size: 11px;
	padding-right: 10px;
}
td.admintext{
	font-size: 11px;
	vertical-align: top;
}
input.admininput{
	font-size:11px;
}
select.adminselect{
	font-size:11px;
}
textarea.admintextarea{
	font-size:11px;
}
.readonlyfeld{
	color: gray;	
	font-size:11px;
}
.spawedit{
	background-color: #FFAA55;
}

/* --------- Styles zum Adminbereich (Links)---- */

a.admin_a_menuleiste{
	text-decoration : none;
	color : Black;
}
a.admin_a_menuleiste:hover{
	background: white;
}
a.admin_menu{
    background-color: #77B1DA;
    font-size: 11px;
	text-decoration : none;
	color: black;
	width: 150px;
}
a.admin_menu:hover{
	background-color: white;
}
