﻿body {
    font-family: Arial;
    font-size: 1em;
    background-color: White;
    margin: 0px;}
    
table 
{
    width: 100%;
    }
#tb_Rahmen {
    width: 100%; 
    border: 0px solid silver;
    margin: 0px;
    table-layout: fixed;
     border-collapse:collapse;
     border-spacing: 0px;}

#td_Inhalt
{
    width: 1000px; 
    border: 0px solid silver;}
    
#td_Ueberschrift
{
    width: 100%;
    height: 80px;
    text-align: center;
    vertical-align:bottom;
    font-size: 2.6em;
    border: 0px solid silver;
    color: silver;
    font-weight: bold;
    font-variant: small-caps;
  }


#tb_menue_1
{
    margin-top: 10px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    font-size:0.8em;
    text-transform: uppercase;
    line-height: 28px;
    background-color: 	#ebebeb;
}
.td_menu_1_l {text-align: left; margin-left: 3px;}
.td_menu_1_m {text-align: center;}
.td_menu_1_r {text-align: right; margin-right: 3px;}

#div_Redewendung
{
    width: 275px;
    background-color: 	#ebebeb;
    margin-top: 40px;
    
}
#div_Redewendung_a
{
    font-size: 97%%;
    font-style: oblique;
    text-align: center;
    }
#div_Redewendung_b
{
    font-size: 0.6em;
    margin-top: 10px;
    }

#tb_menue_2
{
    margin-top: 0px;
    border-bottom: 1px solid silver;
    font-size:0.7em;
    line-height: 28px;
    color: 	#ce0000;
}
#img_lc {width: 275px; height: 380px;}
.td_Untermenu_1 {text-align: left; width: 250px; color: black;}
.td_Untermenu_2 {text-align: left; }
#td_Untermenu_3 {text-align: right; width: 100px;}
#td_Untermenu_4 {text-align: right; width: 100px;}

#aspx_form{ margin: 0px;}
#leer_links {}
#leer_rechts {}

#td_Slogan {font-size: 1.6em; font-weight: bold; height: 70px; vertical-align: middle;}
#td_Bild{ vertical-align: top; margin-top: 10px; width: 300px;}
#td_Text{ vertical-align: top}

.Text_Ueberschrift {
    color: 	#ce0000;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: top;
    border: 0px solid blue;
    }

.Text_Inhalt {
    color: 	black;
    font-size: 1.0em;
    margin-top: 10px;
    text-align: justify
    }
.Text_Inhalt_IMP
    {
    color: 	black;
    font-size: 0.8em;
    margin-top: 10px;
    text-align: justify
    }
    
.Text_Einrueckung { margin-left: 20px}


a:link 
{
    color: black;
	text-decoration: none;
}

a:visited {
    color: black;
	text-decoration: none;
}

a:hover {
   	color: #ce0000;
	text-decoration: none;
}

a:active {
    color: black;
	text-decoration: none;
}
