/**
 * CSS: Haupt-Sytelsheet
 */

body 
{
    width : 100%; 
    margin:0px 0px 0px 0px;  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    color: #333333; 
    text-decoration: none; 
    background-attachment: scroll; 
    background-color: #ffffff; 
    background-repeat: no-repeat; 
    background-position: 0px 0px; 
}

.text
{
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
.text_info
{
    font-size: 11px;
    line-height: 15px;
    color: #DE2231;
}
.text_warnung
{
    font-size: 11px;
    line-height: 15px;
    color: #DE2231;
    font-weight:bold;
}
.text_fett
{
    font-size: 11px;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}  
.text_kursiv
{
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    font-style: italic;
}   
.text_gross
{
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.text_klein
{
    font-size: 9px;
    line-height: 15px;
}

a.text
{
    font-size: 11px;
    text-align:justify;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}
a.text:hover
{
    color: #DE2231;
    text-decoration: underline;
}

.page_title
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.page_title
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.page_title:hover
{
	color: #DE2231;
}

.layer_title
{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.box_title_info
{
	font-size: 12px;
	color: #DE2231;
	text-decoration: none;
	font-weight: normal;
}

.box_title
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a.box_title
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.box_title:hover
{
	color: #DE2231;
}