body {
	text-align:center;
	margin:0px;
	font-family:Verdana, Arial, sans-serif, Geneva, Helvetica;
}
#logo {
	height:39px;
	margin-top:50px;
/*	background-image:url(images/logo_00.gif);*/	
}
#thema {
	height:156px;
	margin-top:3px;
/*	background-image:url(images/logo_00.gif);*/	
}
#gnav {
	font-size:70%;
	font-weight:bold;
	height:55px;
}
#content {
	float:right; /*damit content rechtsbündig neben tnav steht*/
	width:500px;
}
#con_gal {
	float:right; /*damit content rechtsbündig neben tnav steht*/
	width:500px;
	font-size:70%;
}
.con {
	margin-top:20px;
	font-size:70%;
	line-height:16px;
	width:500px;
}
#left {
	width:194px;
	float:left; /*damit content neben tnav steht*/
}
.balken {
	margin-top:3px;
}
.balken_img {
	float:right;
 /*ie - damit keine linie unter der grafik entsteht*/
}
.tnav {
	margin-top:25px;
	font-size:70%;
	font-weight:bold;
	line-height:16px;
	text-align:right;
}
.tn_gal {
	margin-top:25px;
	font-size:70%;
	line-height:16px;
	text-align:right;
}
.tn_galnav {
	font-size:120%;
	font-weight:bold;
	text-align:right;
}
.tn_txt {
	margin-top:25px;
	font-size:70%;
	line-height:16px;
}
.tn_th {
	font-size:100%;
	font-weight:normal;
	line-height:16px;
}
.headl {
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
	font-family:Arial, Verdana, sans-serif, Geneva, Helvetica;
}
#end { 
	width:740px;
	margin-top:50px;
	float:right; /*netscape, Firefox - Fuszzeile am Ende*/
	font-size:70%;
}
.over { color:#DB6F02;
	
}
/*link*/
a:link { 
	text-decoration:none;
	color:#000000;
}
a:visited { 
	text-decoration:none;
	color:#000000;
}
a:hover { 
	text-decoration:underline;
	color:#000000;
}

/*link nav*/
a.nav:link { 
	text-decoration:none;
}

a.nav:visited { 
	text-decoration:none;
}

a.nav:hover { 
	text-decoration:none;
	color:#DB6F02;
}

/*link Content*/
a.ul:link { 
	text-decoration:underline;
}

a.ul:visited { 
	text-decoration:underline;
}

a.ul:hover { 
	text-decoration:underline;
	color:#DB6F02;
}