body,html{
    font:11px Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    background:#84592e;
    height:100%;
    padding:0;
    margin:0;}

/* ................................. Divs ...................................... */

#complete {
			width: 100%;
			min-height: 100%;
			margin: 0px;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
			text-align:left;

			}
			
* html #complete
{
height: 100%;
}

#container {
			width: 100%;
			margin-top: 0px;
			padding: 0px;
			margin-left:auto;
			margin-right:auto;
			border-color:#3a2000;

			}

#topgrafik {
			width: 100%;
			text-align:center;
			height: 120px;
			margin: 0px;
			padding: 0px;
			background-image:url(images/top_bg.jpg);
			border-top:1px solid;
			border-color:#3a2000;
			}
			
			
#sections   {
			width: 100%;
			height: 35px;
			margin: 0px;
			padding: 0px;
			text-align:left;
			border-top:1px solid;
			border-bottom:1px solid;
			border-color:#3a2000;
			background-image:url(images/bg_menu.jpg);
			
			}
			
#content	{
			width: 100%;
			background-color:#ffffff;
			margin-top:0px;
			padding-top:10px;
			padding-bottom: 15em;
			background-image:url(images/content_bg.jpg);
			background-position:center;
			background-repeat:no-repeat;
			}


#bottom    {
			width: 100%;
			border-top:1px solid;
			border-bottom:1px solid;
			border-color:#3a2000;
			background-color:#ff932b;
			height:35px;
			position: relative;
			margin-top: -2.5em;
			}


/* ................................. Tabellen ...................................... */	
td  { 
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: 100; 
	line-height:13pt; 
	color: #000000
	}
td.fett  { 
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: 600; 
	line-height:13pt; 
	color: #000000
	}
td.klein  { 
	font-family: "Arial"; 
	font-size: 11px; 
	font-weight: 100; 
	line-height:9pt; 
	color: #000000
	}
td.kleinfett  { 
	font-family: "Arial"; 
	font-size: 11px; 
	font-weight: 600; 
	line-height:9pt; 
	color: #000000
	}
td.category  { 
	font-family: "Garamond"; 
	font-size: 15px;
	font-weight: bold;
	color: #3a2000;
	border-right-width:1px; 
	border-right-color:#3a2000; 
	border-right-style:solid;
	}

td.category_end  { 
	font-family: "Garamond"; 
	font-size: 15px;
	font-weight: bold;
	color: #3a2000;
	}
td.category a { display:block; width:100%; }

td.category_end a { display:block; width:100%; }

td.content  { 
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: 100; 
	line-height:13pt; 
	color: #000000;
	margin-top:20px;
	}
	
td.bottom  { 
	font-family: "Garamond"; 
	font-size: 12px;
	font-weight: bold;
	color: #3a2000;
	padding-right:10px;

	}
	

/* ................................. Link-Tags ...................................... */

td.category a:link { color:#3a2000; font-weight:bold; }
td.category a:visited { color:#3a2000; font-weight:bold; }
td.category a:hover { color:#3a2000; font-weight: bold; text-decoration:underline; }

td.category_end a:link { color:#3a2000; font-weight:bold; }
td.category_end a:visited { color:#3a2000; font-weight:bold; }
td.category_end a:hover { color:#3a2000; font-weight: bold; text-decoration:underline; }

td.sections a:link { color:#444444; }
td.sections a:visited { color:#444444; }
td.sections a:hover { color:#444444; }

a:link { color:#336699; line-height:14pt; font-weight: 100; text-decoration:none }
a:visited { color:#336699; line-height:14pt; font-weight: 100; text-decoration:none }
a:active { color:#336699; line-height:14pt; text-decoration:none }
a:hover { color:#336699; line-height:14pt; text-decoration:underline }

a:link.klein { color:#336699; font-size: 11px; font-weight: 100; text-decoration:none }
a:visited.klein { color:#336699; font-size: 11px; font-weight: 100; text-decoration:none }
a:active.klein { color:#336699; font-size: 11px; text-decoration:none }
a:hover.klein { color:#336699; font-size: 11px; text-decoration:underline }

a:link.text { color:#336699; font-size: 13px; line-height:13pt; font-weight: 100; text-decoration:none }
a:visited.text { color:#336699; font-size: 13px; line-height:13pt; font-weight: 100; text-decoration:none }
a:active.text { color:#336699; font-size: 13px;line-height:13pt;  text-decoration:none }
a:hover.text { color:#336699; font-size: 13px; line-height:13pt; text-decoration:underline }

a:link.menue { color:#336699; font-size: 10px; font-weight: 100; text-decoration:none }
a:visited.menue { color:#336699; font-size: 10px; font-weight: 100; text-decoration:none }
a:active.menue { color:#336699; font-size: 10px; text-decoration:none }
a:hover.menue { color:#336699; font-size: 10px; text-decoration:underline }

a:link.kopf { color:#000000; font-size: 9px; line-hight: 9pt; font-weight: 100; color: #FFFFFF; text-decoration:none }
a:visited.kopf { color:#000000; font-size: 9px; line-hight: 9pt; font-weight: 100; color: #FFFFFF; text-decoration:none }
a:active.kopf { color:#000000; font-size: 9px; line-hight: 9pt; color: #FFFFFF; text-decoration:none }
a:hover.kopf { color:#000000; font-size: 9px; line-hight: 9pt; color: #FFFFFF; text-decoration:underline }

