* {
    margin:0px;
    padding:0px;
    border:0px solid;
}

html 		{
    width : 100%;
    height : 100%;
}

* html 		{
}

body 		{
    font-family : arial, verdana, helvetica, sans-serif;
    font-size:11px;
    background-color:#fdfaed;
    color:#800000;
    width:100%;
    height:100%;
    padding-bottom:1px;
}

* html body 	{
    height:100%;
}

.center {
    width:100%;
    text-align:center;
    height:100%;
    float:left;
}

#container	{
    width:972px;
    margin: 0px auto;
    background:url(./images/content_bg.gif) repeat-y;
    text-align:left;
}


#logo	{
    width:972px;
    height:84px;
    float:left;
    background:url(./images/logo.gif) right no-repeat #fdfaed;;
}

#navi_oben	{
    width:972px;
    height:16px;
    padding-top:5px;
    background: url(./images/navi_oben_bg.gif) no-repeat;
    color:#eabc1b;
    float:left;
}
* html #navi_oben {
    height:21px;
}

#kopf		{
    width:972px;
    height:170px;
    background: url(./images/kopf_bg.gif) no-repeat;
    float:left;
}

#navi		{
    width:202px;
    float:left;
}

* html #navi	{
    margin-right:-1px;
}

.navi_top {
    text-decoration:none;
    color:#fdfaed;
    height:100%;
    margin:0 5px 0 5px;
}

.navi_links_kopf	{
    width:202px;
    height:20px;
    float:left;
    background: url(./images/navi_links_kopf.gif) no-repeat;
}

.navi_links_bg	{
    width:202px;
    float:left;
    background: url(./images/navi_links_bg.gif) repeat-y;
}

.navi_links_fuss	{
    width:202px;
    height:7px;
    float:left;
    background: url(./images/navi_links_fuss.gif) no-repeat;
}

.a_navi_links_kopf, .a_navi_links_kopf_on {
    height:20px;
    margin:3px 0px 0px 15px;
    text-decoration:none;
    font-weight:bold;
    color:#800000;
    display:block;
}

* html .a_navi_links_kopf, * html .a_navi_links_kopf_on {
    height:17px;
}

.a_navi_links_kopf_on, .a_navi_links_kopf:hover {
    color:##e22b0f;
}

.a_navi_links_bg, .a_navi_links_bg_on {
    margin:0px 0px 0px 20px;
    text-decoration:none;
    color:#800000;
    display:block;
}

.a_navi_links_bg_on, .a_navi_links_bg:hover {
    color:##e22b0f;
}


#content		{
    width:758px;
    min-height:200px;
    margin-left:10px;
    background-color:#fdfaed;
    float:left;
}

* html #content	{
    height:200px;
}

#fuss		{
    width:972px;
    padding-top:4px;
    height:20px;
    background-image:url(./images/fuss_bg.gif);
    float:left;
    text-align:center;
    color:#fdfaed;
}
* html #fuss	{
    height:20px;
}

.clear		{
    clear:both;
}

h1		{
    font-size:18px;
    color:#800000;
}

h2		{
    font-size:16px;
    color:#800000;
}

h3		{
    font-size:14px;
    color:#800000;
}

h4		{
    font-size:12px;
    color:#800000;
}
h5		{
    font-size:10px;
    color:#800000;
}
h6		{
    font-size:8px;
    color:#800000;
}

a {
    color:#800000;
}

.internal-link {
    color:#800000;
    background:transparent;
    border:0px;
}

