/* Typo */
	html, body { height:100%; }
    body {
        font-family:Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        color:#333;
        margin:0;
        padding:0;
        text-align:center;
        background:#434145 url(../images/hintergrund.png) 50% -20px no-repeat;
		font-size:12px;
    }
	
    p		{ margin:12px 0 5px 0; }
	td, th	{ }
    ul, ol	{ margin:12px 0 5px 18px; }
	ul		{ list-style-image:url(../images/button-rot.gif); }
    .center li	{ padding-top:5px; }
	
	
    /* Ueberschriften */
	h1, h2, h3, h4, h5, h6 { font-size:14px; }
    h1 { margin:0 0 15px 0; color:#000; font-weight:bold; }
    h2 { margin:0 0 12px 0; color:#333; font-size:13px; }
    h3 { margin:10px 0 8px 0; color:#333; }
    h4 { margin:0 0 8px 0; color:#333; }
	h5 { }
	h6 { }
    
	
    /* Links */
    a		{ color:#9D1010; text-decoration:none; }
    a:hover	{ color:#FFDB00 !important; }
	.center a { text-decoration:underline; }
/* << */


/* 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:#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; } /* iestyles */
	img			{ border:0; }
    pre			{ padding:1px 3px;  background:#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 td	{ background:#8F8985; border-right:5px solid #CDC6C0; padding:1px 5px; }
	table.destable th	{ background:#766A65; border-right:5px solid #CDC6C0; color:#fff; font-weight:bold; padding:2px 5px; text-transform:uppercase; }
	
	table.destable thead td { background-color:#981E32; color:#fff; font-weight:bold; padding-top:4px; padding-bottom:4px; text-align:center; text-transform:uppercase; }
	
	table.destable tr.destable td { background:transparent; }
	.destable ul { list-style-image:url(../images/button-gelb.gif); }
/* << */
