body {
	background-color:#FDFDEC;
	color:#000000;
	font-family:serif;
	font-size:normal;
	margin:0em;
	padding:0em;
	}

/* Ueberschriften */
h1,h2,h3 {
	font-variant:normal;
	}
h2 {
	margin:0pt -16pt;
	padding:8pt 16pt;
	}
h3 {
	padding-left:0.5em;
	}

/* Hyperlinks */
a:link {
	color:#FF6633;
	text-decoration:none;
	}
a:active{
	color:#FF0000;
	text-decoration:none;
	}
a:visited {
	color:#FF6633;
	text-decoration:none;
	}
a:hover {
	color:#FDFDEC;
	background-color:#FF6633;
	text-decoration:none;
	}
	
.tab_menu {
		border-top-width:1; 
		border-bottom-width:1; 
		border-top-color:gray; 
		border-bottom-color:gray; 
		border-top-style:solid; 
		border-bottom-style:solid;

	}


