/* Standard */
body, TABLE {	font-family: "Tahoma";
		font-size: 12px;
		color: #000000;
}

.outside {	border: 1px dashed #000000;
		width: 900px;
		font-family: "Tahoma";
		font-size: 12px;
}

a:link, a:visited, a:active {
		font-family: "Tahoma";
		font-size: 12px;
		text-decoration:none;
		color: #940094;
}

a:hover {	font-family: "Tahoma";
		font-size: 12px;
		text-decoration: underline;
		color: #940094;
}

A:link.head_link {
		font-family: "Tahoma";
		font-size: 18px;
		text-decoration:none;
		color: #940094;
}
A:hover.head_link {
		font-family: "Tahoma";
		font-size: 18px;
		text-decoration: underline;
		color: #940094;
}
A:visited.head_link {
		font-family: "Tahoma";
		font-size: 18px;
		text-decoration:none;
		color: #940094;
}
A:active.head_link {
		font-family: "Tahoma";
		font-size: 18px;
		text-decoration:none;
		color: #940094;
}

#norm_tab {
		font-family: "Tahoma";
		font-size: 12px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
}

#norm_tab td {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
        margin: 0px auto;
        padding: 4px 4px;
}



// START - Obere Navigation
#links {
	width: 112px;
	border-collapse:collapse;
}

#links a {
	display: block;
	background: #FFFFFF;
	color: #000000 #000000;
	font: bold 12px Tahoma;
	margin: 0px auto;
	padding: 4px 2px;
	text-decoration: none;
}

#links a:hover {
	background-color: #940094;
	color: #FFFFFF;
}

.head_td {
	border-left:1px dashed #000000;
	background-color:#E0E0E0;
	width: 115px;
	text-align: center;
}

.head_td_end {
	border-left:1px dashed #000000;
	border-right:1px dashed #000000;
	background-color:#E0E0E0;
	width: 115px;
	text-align: center;
}
// ENDE - Obere Navigation




// START - Linke Navigation
#nav {
	background:url(onepx_line.gif) 80% 0% repeat-y;
	position:absolute;
	width:20%;
	margin:10px 0 0 0;
	padding:10px 0;
	text-decoration: none;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}


#nav li {
	margin:0;
	padding:0;
	text-decoration: none;
}

#nav a:link, #nav a:visited {
	display:block;

	padding:0.5em 0.5em 0.5em 1em;
	border-bottom:1px dashed #940094;
	border-right:1px dashed #940094;
	background:#FFFFFF url(_menu/norm.jpg) bottom right no-repeat;
	/* die Höhenangabe ist für den IE, damit die gesamte FLäche des Links klickbar ist */
	height:1em;
	text-decoration: none;
	}

/* diese Angabe ist für fast alle anderen Browser, damit die Höhe wieder aus den Angaben für
Schriftgröße, padding und border berechnet wird */
html>body #nav a:link, html>body #nav a:visited  {
	height:auto;
	text-decoration: none;
}

#nav a:hover {
	background-image:url(_menu/hover.jpg);
	text-decoration: none;
}
// ENDE - Linke Navigation
