body  {
	background: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    }
    .twoColLiqLtHdr #container { 
    	width: 90%;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
		background: #FFFFFF;
    	margin: 0px auto 0px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
    .twoColLiqLtHdr #header {
		background-color: #000000;
		background-image: url(../opti-img/churer_magazin_logo.png);
		background-repeat: no-repeat;
		height: 120px;
		border-bottom: 1px solid #000000;
    } 
	
	.twoColLiqLtHdr #header #shortcuts {
		color:#FFFFFF;
		text-align: right;
		padding: 100px 10px 0px 0px;
	}
	
	.twoColLiqLtHdr #header #shortcuts a {
		color:#FFFFFF;
		text-decoration: none;
	}
	
	.twoColLiqLtHdr #header #shortcuts a:hover {
		color:#EA161F;
		text-decoration: none;
	}
    
    .twoColLiqLtHdr #sidebar1 {
		float: left;
		width: 200px;
		background-color: #EA161F;
		padding: 15px 0px 15px 0px;
    }
    
	.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
    	margin-left: 10px;
    	margin-right: 10px;
    }
	
	.twoColLiqLtHdr #sidebar1 a {
		display: block;
		padding: 5px 0px 5px 10px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
	}
	
	.twoColLiqLtHdr #sidebar1 a.link_active {
		color: #FFFFFF;
	}
	
	.twoColLiqLtHdr #sidebar1 a:hover, .twoColLiqLtHdr #sidebar1 a.subnavi:hover, .twoColLiqLtHdr #sidebar1 a.subnavi:active {
		color: #FFFFFF;
	}
	
	.twoColLiqLtHdr #sidebar1 a.subnavi {
		display: block;
		padding: 2px 0px 5px 20px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
	}
	
	.twoColLiqLtHdr #sidebar1 a.subnaviactive {
		display: block;
		padding: 2px 0px 5px 20px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
	}
    
    .twoColLiqLtHdr #mainContent { 
		/* float: right; */
		margin: 0px 10px 0px 200px;
		padding: 20px 10px 10px 20px;
		/* border: 1px solid #00ff00; */
	} 
	
	.twoColLiqLtHdr #mainContent h1 { 
    	font-size: 1.0em;
    }
	
	.twoColLiqLtHdr #mainContent h2 { 
    	font-size: 1.1em;
    }
	
	.twoColLiqLtHdr #mainContent .akt_ausgabe_titel {
		font-size: 1.1em;
		font-weight: bold;
		padding-bottom: 10px;
		text-decoration: none;
	}
	
	.twoColLiqLtHdr #mainContent a {
		color: #000000;
		text-decoration: underline;
	}
	
	.twoColLiqLtHdr #mainContent a:hover {
		color: #EA161F;
	}
	
    .twoColLiqLtHdr #footer { 
    	padding: 0px 0px 0px 10px; 
    	background:#DDDDDD;
    } 
    .twoColLiqLtHdr #footer p {
    	margin: 0px 0px 0px 0px; 
    	padding: 10px 0; 
    }
    
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	.twoColLiqLtHdr #footer a {
		text-decoration: none;
		color: #000000;
	}
	
	.twoColLiqLtHdr #footer a:hover {
		color: #EA161F;
	}
	
	.logo_digital {
		width: 90%;
		text-align: right;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-top: 5px;
		padding-right: 1px;
	}
