html, body {
	padding: 0;
}

html {
	background-color:rgb(230,230,230);
	background-image:url(./resource/fiz_bg_s.gif);
     background-repeat:repeat;
     margin: 0;
}

body {
	position:relative;
	border:#aa0000 solid;
	margin: 0px auto 0px auto;
	color: #111;
  	font-size: 0.9em;
  	font-family: "Comic Sans MS",Helvetica,Arial,sans-serif;
	min-width: 600px;
	max-width: 900px;
     background-color:rgb(255,136,0);
}

p { line-height: 150%; margin: 0; padding: 10px 0 10px 0; }
h1 {	font-size: 2.0em; line-height: 180%;}
h2 {	font-size: 1.5em; line-height: 170%;}
h3 {	font-size: 1.2em; line-height: 160%;}
h4 {	font-size: 1.0em; line-height: 150%;}
img { border: none; }
a:link, a:visited, a:hover { font-size: 0.9em; line-height: 150%; text-decoration:underline; font-weight:bold; color:#111; }
li      { margin: .5em 1.5em; }

#Seitenkopf {
	height:8.5em;
	text-align:center;
	background-color:rgb(238,238,0);
}

#Seitenkopf h2 {
	margin: 0 115px 0 0;
}

.SideNaviLine {
	margin:1.5em 5px 5px 5px;
	text-align:left;
	background-color:rgb(255,170,34);
	padding: 0;
}

.NaviFieldUnpressed {
	border-top:hidden;
     border-right:solid rgb(255,170,34) 2px;
     border-bottom:solid rgb(255,170,34) 2px;
	border-left:hidden;
	background-color: rgb(170, 0, 0);
	width:15%;
}

.NaviFieldPressed {
	border-top:solid rgb(255,170,34) 2px;
     border-right:hidden;
     border-bottom:hidden;
	border-left:solid rgb(255,170,34) 2px;
	background-color: rgb(255, 136, 0);
	width:15%;
}

#Inhalt {
	margin-top:2em;
	z-index:1;
}

#Seitenfuss {
	clear: both;
    	font-size: 0.83em;
    	margin: 0; padding: 0.1em;
    	text-align: center;
    	background-color:rgb(238,238,0);
    	border-top: 2px solid #aa0000;
}

table#NaviLeft {
	position:relative;
	left:0em;
	float: left;
	width:8em;
	padding:0.1em;
	text-align:center;
	z-index:2;
}

div#Text {
	position:relative;
	margin-left:8.9em;
	background-image:url(./resource/fiz_bg.gif);
     background-repeat:no-repeat;
     background-attachment:fixed;
     background-position:70% 11.5em;
     min-height: 32.5em;
}
