/* Typo */
	body {
        font-family:Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        color:#000;
        margin:0;
        padding:0;
        text-align:center;
        background-color:#fff;
		font-size:12px;
    }
	
    p		{ margin:12px 0 0 0; }
	td, th	{ vertical-align:top; }
    ul, ol	{ margin-bottom:12px; margin-left:25px; padding:0; }
	ul		{ /*list-style-image:url(../images/navi_pfeil_rechts.gif);*/ }
    li		{ margin-bottom:5px; }
	
	
    /* Ueberschriften */
	h1, h2, h3, h4, h5, h6 { font-size:12px; margin:0; padding:0; }
    h1 { font-size:15px; margin:12px 0 10px 0; color:#fff; font-weight:normal; }
    h2 { font-size:15px; margin:12px 0 12px 0; color:#EA5B24; }
    h3 { font-size:13px; margin:12px 0 10px 0; color:#fff; }
    h4 { margin:0 0 8px 0; color:#000; }
	h5 { }
	h6 { }
	
	.center #inhalt h2 {
		border-bottom:1px solid #fff;
		border-top:1px solid #fff;
		padding-top:10px;
		color:#fff;
		line-height:130%;
		font-size:14px;
		padding-bottom:10px;
	}
	
	.center-lang #inhalt h2 {
		border-bottom:1px solid #fff;
		border-top:1px solid #fff;
		padding-top:10px;
		color:#fff;
		line-height:130%;
		font-size:14px;
		padding-bottom:10px;
		width:738px;
	}
	
	.center #inhalt {
		color:#fff;
		line-height:130%;
	}
    
	
    /* Links */
    a		{ color:#AA958C; text-decoration:none;font-weight:bold; }
    a:hover	{ color:#000 !important; }
/* << */


/* Sontige Layout Einstellungen */
	.clear			{ clear:both; }
    .border			{ border:1px solid #000; }
	.line			{ border-top:1px solid #000; }
    .display-none	{ display:none; }
    .to-right		{ float:right; margin:0 0 5px 10px; }
    .to-left		{ float:left; margin:0 10px 5px 0; }
	
	
    /* Formulare */
    form					{ margin:0; }
    input, textarea, select	{ font-family:Arial, Verdana, Helvetica, XHelvetica, sans-serif; background-color:#fff; border:1px solid #999; color:#000; width:100%; opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60); }
    input:hover, input:focus, textarea:hover, textarea:focus { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
    select, input.button	{ width:auto !important; }
    
	
    /* Sonstige HTML Tags */
	acronym		{ cursor:help; border-bottom-style:dashed; }
	hr			{ border:0 solid #676869; border-top-width:1px; margin-top:10px;  margin-bottom:10px; clear:both; }
	img			{ border:0; }
    pre			{ padding:1px 3px;  background-color:#eee;border:1px dashed #333; color:#000; white-space:normal; font-size:9px; width:auto; }
	small, .small, p.small, span.small { font-size:9px; color:#666; }
	
	
    /* Tabellen */
    table.destable {  border:0; margin-bottom:12px; }
    table.destable th, table.destable td, table.destable td { background-color:#EEF1F8; border-right:1px solid #fff; border-bottom:1px solid #fff; padding:0 5px; }
    table.destable th, table.destable thead td { background-color:#9DB5D9; color:#fff; font-weight:bold; }
/* << */
