*{
   margin : 0;
   padding : 0;
}
    body  {
    	font: 12px Arial, Helvetica, sans-serif;
    	background: #fbfbe5 right bottom fixed no-repeat;
    	text-align: center; 
    	color: #830507;
	
    }
	h1, h2 {
		font-size: 16px;}
		
    .twoColFixLtHdr #container {
	width: 1008px;
	margin: 0 auto;
	text-align: left;
	background-color: #fbfbe5; background-image:url(../images/container_bg.jpg);
    } 
    .twoColFixLtHdr #header {
	background-image: url(../images/header.jpg);
	height:200px;
	background-color: inherit; 
	background-repeat: no-repeat;
    } 
    .twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 140px; 
	padding: 0px 10px 15px 10px;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
    }
    .twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 192px;
	padding-top: 2em;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fbfbe5;
	text-align: center;
    }
	
    .fltrt { 
    	float: right;
    	margin-left: 10px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 10px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    } 
	
	a {
				color:	#830507;
				font-weight: bold;
				text-decoration: none;
}

a:hover {
			/* text-decoration: underline;*/
			background-color: #830507;
			font-weight: bold;
			color: #fbfbe5;
			}

.newstitel {
			background-color: #830507;
			color:	#fbfbe5;
			font-style: normal;
			font-weight: bold;
				}
.newsdate {
			font-style: italic;
			font-weight: normal;
				}
.newsbody {
			font-style: normal;
				}

.navigationsboxen a {
				font-size: 16px;
				font-weight: normal;
}

.navigationsboxen a:hover {
				/* text-decoration: underline; */
				background-color: #fbfbe5;
				font-weight: bold;
}

p {
						text-indent: 0em;
						margin-bottom: 10px;
						margin-top: 10px;
						
}


[if IE 5]>
    /* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */
    .twoColFixLtHdr #sidebar1 { width: 190px;}
    <![endif][if IE]>
    /* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    <![endif]
