@CHARSET "ISO-8859-1";

.tables	{
			border-spacing:0px;	
			border:0px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
}


.TDcontent {
	background-color:#000000;
	width:800px;
	padding:50px;
	
}

tr.banner	{
				background-image:url('../images/banner.jpg');
				width:850px;
				height:230px;
}


/****** noneactive ******/
a.nonactive, a.nonactiveLinks, a.nonactiveRechts {
	position:relative; 
	text-decoration:none;
	line-height:38px;
}

a.nonactive:hover  div, a.nonactiveLinks:hover  div, a.nonactiveRechts:hover  div	{
	text-decoration:underline;
}

a.nonactive div	{
	background-image:url('../images/na_normal.png');
}

a.nonactiveLinks div{
	background-image:url('../images/na_links.png'); 
}

a.nonactiveRechts div{
	background-image:url('../images/na_rechts.png'); 
}

a.nonactive div, a.nonactiveLinks div, a.nonactiveRechts div	{
	margin-top:0px;
	width:120px; 
	height:38px;
	text-align:center;
	font-size:20px;
	color:#111;
	font-family:'Lucida Fax';
	font-weight:lighter;
}



/****** active ******/

a.activeLinks, a.activeRechts, a.active {
	position:relative; 
	text-decoration:none;
	line-height:52px;
}
a.activeLinks:hover  div, a.activeRechtss:hover  div, a.active:hover  div{
	text-decoration:underline;
}

a.activeLinks div	{
	background-image:url('../images/a_links.png');
}

a.active div {
	background-image:url('../images/a_normal.png'); 
}

a.activeRechts div {
	background-image:url('../images/a_rechts.png'); 
}

a.activeLinks div, a.activeRechts div, a.active div {
	width:170px; 
	height:52px;
	background-repeat:no-repeat;
	text-align:center;
	font-size:1.2em;
	color:#EEE;
	font-family:'Lucida Fax';
	font-weight:lighter;
}



/**** content ******/

.ueberschrift	{
	position:relative;
	left:50px;
	top:7px;
	font-size:50px;
	color:#FFFFFF;
	font-family:'Harlow Solid Italic';
}

.line	{
	position:relative;
	top:-38px;
}

.link	{
	font-size:20px;
	color:#FFFFFF;
	font-family:'Lucida Fax';
	text-decoration:none;
}

.link:visited	{
	font-size:20px;
	color:#FFFFFF;
	font-family:'Lucida Fax';
	text-decoration:none;
}

.link:hover	{
	font-size:20px;
	color:#FFFFFF;
	font-family:'Lucida Fax';
	text-decoration:underline;
}

.text	{
	font-size:18px;
	color:#FFFFFF;
	font-family:'Lucida Fax';
	text-decoration:none;
	font-weight:bold;
}

.image	{
	max-width:300px;

}