/* Tabellnstil in der Navigation */
table.nav {
 border-collapse:collapse;

}



/* Buttons in der Navigationsleiste */
td.nav {
	/*margin-left:0px;*/
	font-size:small;
	border-width:thin;
	border-color:white;
	border-style: solid;
	text-decoration: none;
	/*width:100%;*/
}



/* Text in einem Button */
a.text {
 	text-decoration: none;
	font-family: sans-serif;
	color:black;
}



/* Format eines "freien" Buttons im Text */
td.button1 {
	/*margin-left:0px;*/
	font-size:small;
	border-color:white;
	border-style: outset;
	text-decoration: none;
}


/* Inhaltsframeformat */
div.format {
	position:absolute;
	width: 47em;
	font-family: sans-serif;
	line-height: 1.5;
}

/* Seitenaufbau limks/rechts */
div.left {
	position: absolute;
	width: 200px;
	float: left;
	border-right: 2px solid grey;
	padding-right: 10px;
}

div.right {
	position: absolute;
	font-size: small;
	margin-left: 210px;
	border-left: 2px solid grey;
	width: 770px;
	font-family: sans-serif;
	line-height: 1.5;
	padding-left: 10px;
	
}


/* Inhaltsformat Basenavigation */

body.navformat {
	background-color: aqua;
}

