.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navi {
}
a:link {
color:rgb(150,50,170);
font-size:16px;
border-color:blue;
border:0px;
}
a:visited {
color:rgb(110,40,140);
font-size:16px;
border-color:blue;
border:0px;
}
a:hover {
color:darkblue;
font-size:16px;
border-color:blue;
border:0px;
}

#recht {
}
a:link {
color:blue;
font-size:12px;
border-color:blue;
border:0px;
}
a:visited {
color:rgb(50,50,255);
font-size:12px;
border-color:blue;
border:0px;
}
a:hover {
color:darkblue;
font-size:12px;
border-color:blue;
border:0px;
}

#main_window {
	width:450px;
	height:200px;
}
#main_window_title {
	background-color:rgb(255,255,255);
	width:450px;
	border-right:0px;
	border-bottom:0px;
	border-top:0px;
}
#main_window_content {
	width:450px;
	border-bottom:0px;
	border-right:0px;
	
}

html, body {
				margin:0;
				padding:0;
				background-color:transparent;
			}
			#top_navigation {
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:45px;
				background-color:transparent;
				z-index:1;
			}
			#left_navigation {
				position:absolute;
				top:60px;
				left:0px;
				width:160px;
				min-height:200px;
				background-color:transparent;
				z-index:2;
			}
			a.top_link {
				display:block;
				position:absolute;
				width:80px;
				text-align:center;
				height:18px;
				font-family:"MS Sans Serif" ,sans-serif;
				font-size:12px;
				font-weight:bold;
				padding-top:1px;
				text-decoration:none;
			}
			a.top_link, a.top_link:visited {
				color:rgb(110,40,140);
				background-position:top right;
				background-repeat:no-repeat;
				background-color:transparent;
			}
			a.top_link:hover, a.top_link:active {
				color:darkblue;
				background-position:top right;
				background-repeat:no-repeat;
				background-color:transparent;
			}
			a#home {
				bottom:0px;
				left:480px;
				z-index:3;
			}
			a#denksport {
				bottom:0px;
				left:560px;
				z-index:4;
			}
			
			a#home:hover, a#home:active,
			a#denksport:hover, a#denksport:active, {
				z-index:5;
			}
			
			#home_sublinks {
				background-color:rgb(245,245,245);
				position:absolute;
				top:45px;
				left:480px;
				border-bottom:2px solid rgb(220,220,220);
				border-left:0px solid blue;
				border-right:2px solid rgb(220,220,220);
				z-index:10;
				visibility:hidden;
			}
			
			
			#denksport_sublinks {
				background-color:rgb(245,245,245);
				position:absolute;
				top:45px;
				left:560px;
				border-bottom:2px solid rgb(220,220,220);
				border-left:0px solid blue;
				border-right:2px solid rgb(220,220,220);
				z-index:10;
				visibility:hidden;
			}
			
			.sub_link {
				display:block;
				width:150px;
				text-align:left;
				height:18px;
				font-family:"MS Sans Serif" ,sans-serif;
				font-size:12px;
				font-weight:bold;
				padding-top:1px;
				text-decoration:none;
				border-top:1px solid blue;
			}
			.sub_link:link, .sub_link:visited {
				background-color:rgb(245,245,245);
				color:rgb(150,50,170);
			}
			.sub_link:hover; .sub_link:active {
				background-color:rgb(245,245,245);
				color:darkblue;
			}