/* Formate für Inhalte */

body, td {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 11px;
	line-height : 18px;
	margin : 0px 15px 0px 0px;
	vertical-align : top;
}

b {
	color : #666666;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	color : #666666;
	font-weight : bold;
	margin : 0 0 0 0;
}

a:link, a:visited {
	color : #990000;
	text-decoration:none;
	/*border-bottom: #666666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;*/
}

a:hover, a:active {
	text-decoration: underline;
}

a.extern:link, a.extern:visited {
	color : #333333;
}
a.extern:hover, a.extern:active {
	color : #990000;
	text-decoration: underline;
}

a.linknext {
	border: 0 none White;
	position: absolute;
	top : 425;
	left : 250;
}
