a {
	text-decoration:none;
	color:#000000;
}
a.x {
	text-decoration:none;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
a:visited {
	color:#000000;
}

a:visited:hover {
	color:#FF0000;
}

a.buttons:visited:hover {
	color:#000000;
}

a.buttons {
	color:#000000;
	font-size:16px;
}

body {
	font-family:Arial;
}

table.beitrag {
	border:1pt solid #000000;
	height:100%;
	width:100%;
	
}

td.link1 {
	width:120px;
	height:25px;
	text-align:center;
	border:1px solid #000000;
	background-image:url('bilder/link.png');
	background-repeat:repeat-x;
	cursor:pointer;
}

td.link1:hover {
	background-image:url('bilder/link2.png');
}

td.link2 {
	text-align:center;
	vertical-align:middle;
	height:20px;
	font-size:14px;
}

a.links2:hover {
	font-weight:bold;
}

#maindiv {
	height:400px;
	width:550px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#maindiv2 {
	height:400px;
	width:750;
	overflow-y:scroll;
	overflow-x:hidden;
}


span.warning {
	color:orange;
	font-weight:bold;
}

span.info {
	color:blue;
	font-weight:bold;
}

span.fehler {
	color:red;
	font-weight:bold;
}

a.foot {
	font-family:Courier New;
	color:#333333;
	font-size:9pt;
}
a.foot:hover {
	font-family:Courier New;
	color:orange;
}


p.error {
	color:red;
	font-weight:bold;
	font-size: 11px;
}
p.ok {
	color:green;
	font-weight:bold;
	font-size: 11px;
}

/* Schrift etwas vergrssern */
#maindiv span p font,#maindiv table li {
	font-size: 18px;
}

a.redlink {
	color: red;
}