/*
margin und padding:
Vier Angaben: oben / rechts / unten / links
Zwei Angaben: oben+unten / rechts+links.
Drei Angaben: oben / rechts+links / unten.
*/

/* ##########################################################
                           LAYOUT
   ########################################################## */
* {
	margin:0px;
	padding:0px;
	color:#000000;
}
body {
	background-color:#fefded;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	line-height:12pt;
    text-align:center;
	border:none;
}
div
{
	background-repeat:no-repeat;
}
#main {
	width:800px;
	margin:0 auto;
	padding-bottom:5px;
	background-color:#fefbdc;
	background-image:url(layout/fuss.gif);
	background-position:bottom left;
	text-align:left;
}
#second {
	width:800px;
	background-image:url(layout/kopf.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#navi {
	float:left;
	width:95px;
	margin:177px 6px 0px 0px;
}
#content {
	float:left;
	width:430px; /* ##### NETTO-BREITE ##### */
	margin:0px 15px 73px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	line-height:12pt;
}
#logo {
	margin:48px 0px 20px 21px;
}
#gabel {
	float:left;
	width:65px;
	height:496px;
	margin-top:44px;
	background-image:url(layout/gabel.png);
	background-position:left top;
}
#messer_loeffel {
	float:left;
	width:162px;
	height:505px;
	margin-top:35px;
	background-image:url(layout/messer_loeffel.png);
	background-position:left top;
}

/* ##########################################################
                    ALLGEMEINE DEFINITIONEN
   ########################################################## */
p {
	margin-bottom:13px;
}
img, a, table, tr, td, ul, li
{
	border:none;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
tr {
	vertical-align:top;
	text-align:left;
}
.center {
	text-align:center;
}
tr.middle {
	vertical-align:middle;
}
td.right {
	text-align:right;
}
tr.bottom {
	vertical-align:bottom;
}
tr.top, td.top {
	vertical-align:top;
}
ul {
	margin:8px 0px 15px;
	list-style-image: url('layout/ul.gif');
}
li {
	margin-left:13px;
}
h1, h2, h3, h4, h5, h6 {
	margin:9px 0px 18px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	line-height:12pt;
	font-weight:bold;
}
h2 {
	margin:3px 0px;
}
h3 {
	margin-top:30px;
	text-align:center;
	font-style:italic;
}
h4 {
	margin:28px 0px 18px;
}
h5 {
	margin:0px 0px 18px;
	text-align:center;
}
h6 {
	margin:9px 0px 18px;
	text-align:center;
}
img.p { /* Absatz für Bilder */
	margin:3px 0px 25px;
}
.kursiv {
	font-style:italic;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
th {
	font-weight:normal;
}


/* ##########################################################
                SEITENSPEZIFISCHE DEFINITIONEN
   ########################################################## */
div.special {
	padding-top:6px;
	padding-bottom:6px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-top-style:solid;
	border-color:#FFDB01;
	color: #666666;
}
div.special:hover {
	background-color:#fbf2be;
	color: #000000;
}
div.top_sma {
	background-image:url(pictures/02_03.gif);
	background-position:95% 50%;
}
div.top { 
	background-image:url(pictures/02_04.gif);
	background-position:95% 2%;
}
p.einrueck {
	text-indent:-30px;
	padding-left:30px;
}
td.abstand {
	padding-bottom:15px;
}
td.rundgangR, td.rundgangL {
	padding:5px 4px 0px;
	font-style:italic;
}
td.rundgangL {
	text-align:right;
}
img.topfgucker {
	margin:3px 0px 12px;
}
span.kursiv {
	font-style:italic;
	color: #666666;
	text-decoration: none;
}
span.kursiv:hover {
	font-style:italic;
	color: #000000;
	text-decoration: none;
}

/* ##########################################################
              FÜR FORMULARE SIEHE HAS-FORM-[...].css
   ########################################################## */
