HTML {
margin: 0px;
padding: 0px;
}

BODY {
font-family: verdana, arial, helvetica;
font-size: 12px;
color: #EEEEEE;
background-color: #e3dfdc;
background-color: #74361a;
background-image: url('../images/big_brown.jpg');
background-position: left -50%;
background-repeat: repeat;
background-attachment: fixed;

}
TABLE {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: #EEEEEE;
}
#mainbg {
background-color: #a5301c;
background-image: url('../images/red.jpg');
background-position: left top;
background-repeat: repeat;
vertical-align: middle;
}

TD {
text-align: justify;
vertical-align: top;
}

a:link, a:visited, a:active { 
color: #EEEEEE;
font-weight: bold;
text-decoration: underline;
}
a:hover {
background-color: #FFFFFF;
color: #a1171b;
text-decoration: none;
}

#bilder { display: block; width: 100px; height: 100px; }
#bilder a { text-decoration: none; background-color: transparent; }
#bilder * a { text-decoration: none; background-color: transparent; }
#bilder > a { text-decoration: none; background-color: transparent; }

.fettrot {
font-weight: bold;
color: #a1171b;
vertical-align: top;
}

.pic_leiste * TD { margin: 0px; padding: 2px; padding-right: 4px; padding-left: 4px; }
#nopadding * TD { margin: 0px; padding: 0px; }

H3 { text-align: left; font-weight: normal; }

#next { text-align: center; width: 112px; height: 112px; background-color: #EEEEEE; font-weight: bolder; }
#next * a:link { font-size: 22px; text-align: center; color: #a6301a; font-weight: bolder; text-decoration: none; }
#next * a:visited { color: #a6301a; font-weight: bold; text-decoration: none; }
#next * a:active { color: #a6301a; font-weight: bold; text-decoration: none; }
#next * a:hover { color: #000000; font-weight: bold; text-decoration: none; background-color: none; }

HR { height: 0px; border: 0px; border-bottom: 1px dotted #6c3610; }

#footer { font-size: 10px; color: #FFFFFF; }
#linkfooter { font-size: 10px; color: #cdc6c2; }
a:link#linkfooter { text-decoration: underline; color: #e3dfdc; }
a:visited#linkfooter { text-decoration: underline; color: #e3dfdc; }
a:active#linkfooter { text-decoration: underline; color: #e3dfdc; }
a:hover#linkfooter { text-decoration: none; background-color: #a1171b; color: #FFFFFF; }
.linkfooter { font-size: 10px; color: #cdc6c2; }
a:link.linkfooter { text-decoration: underline; color: #e3dfdc; }
a:visited.linkfooter { text-decoration: underline; color: #e3dfdc; }
a:active.linkfooter { text-decoration: underline; color: #e3dfdc; }
a:hover.linkfooter { text-decoration: none; background-color: #a1171b; color: #FFFFFF; }

#breadcrumb { font-size: 10px; color: #cbccce; }
a:link#breadcrumb { text-decoration: underline; color: #cbccce; }
a:visited#breadcrumb { text-decoration: underline; color: #cbccce; }
a:active#breadcrumb { text-decoration: underline; color: #cbccce; }
a:hover#breadcrumb { text-decoration: none; background-color: #a1171b; color: #FFFFFF; }

#small { font-size: 9px; color: #dbd7d4; color:#6c3610;}
INPUT { font-size: 10px; color: #FFFFFF; background-color: #6c3610; border: 0px solid #6c3610; }
input[type=submit], .SubmitButton { font-size: 10px; color: #FFFFFF; background-color: #6c3610; border: 0px solid #6c3610; cursor: pointer; }
input[type=submit]:hover, .SubmitButton:hover { color: #6c3610; background-color: #ffffff; }

IMG { border: 0px; }

#block { display:-moz-inline-block; display: inline-block; width: 19px; height: 19px; }
#block > a:link { display:-moz-inline-block; display: inline-block; height: 19px; text-decoration: none; }
#block > a:visited { height: 19px; text-decoration: none; }
#block > a:active { height: 19px; text-decoration: none; }
#block > a:hover { display: inline-block; height: 19px; text-decoration: none; background-color: #FFFFFF; }

a[rel=extern] {
		padding-right: 10px;
		background-image: url('../images/external_link.gif');
		background-repeat: no-repeat;
		background-position: right top;
}
