@charset "utf-8";
/* CSS Document */

    body  {
	font-family: Calibri, "Segoe UI", "Lucida Sans", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666;
	background-image: url(img/back.png);
	background-repeat: repeat-x;
	background-color: #fff;
    }
    .twoColLiqRtHdr #container { 
    width: 1024px;  
    margin: 0 auto; 
    border: 0px solid #000000;
    text-align: left; 
	background-color: #fff;
    } 
    #borderleft { width: 48px; height: 530px; float:left; background-image:url(img/left.png) }
    #borderright { width: 48px; height: 530px; float:right; background-image:url(img/right.png) }
    .twoColLiqRtHdr #content { 
	margin: 0 48px 0 48px;
    text-align: left; 
	background-color: #fff;
    } 
    .twoColLiqRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(img/headerback.png);
	height: 118px;
    padding: 0;
	position:relative;
    } 
	.twoColLiqRtHdr #header img { margin-top: 50px;}
    .twoColLiqRtHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .twoColLiqRtHdr #menu {
		bottom: 0px;
		right: 10px;
		position: absolute;
		padding: 2px 0;
    }
    .twoColLiqRtHdr #menu .menupunkt{
        display: inline;
		padding: 2px 10px;
		margin: 0 0 0 2px;
		border: 1px solid #fff;
		border-bottom: 0px;
		color: #666;
		background-color: #f5f5f5;
		background: url(img/menuback.png) repeat-x;
    }
    .twoColLiqRtHdr #menu .menupunkt:hover{
		background-color: #ddd;
		background: url(img/menuback_hover.png) repeat-x;
    }
    .twoColLiqRtHdr #menu a:hover {
	   text-decoration:none;
    }
    .twoColLiqRtHdr #sidebar1 {
	float: right; 
	width: 250px; 
	margin-top: 15px; 
	font-size: 0.8em;
	border-left: 1px solid #eee;
    }
	.twoColLiqRtHdr #sidebar1 h3 {
	color: #999;
	margin: 0 10px 10px 10px;
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: normal;
	}
	.twoColLiqRtHdr #sidebar1 h3.first {
	padding-top: 0px;
	}
	.twoColLiqRtHdr #sidebar1 h3.highlight {
	padding-top: 0px;
	color: #ce0000;
	}
	.twoColLiqRtHdr #sidebar1 div.highlight {
	padding: 5px 5px;
	background:url(/img/aktuellback.png) no-repeat;
	}
    .twoColLiqRtHdr #sidebar1 p, .twoColLiqRtHdr #sidebar1 ul {
	color: #666;
	margin: 10px 10px;
	line-height: 1.4em;
	}
	.twoColLiqRtHdr #sidebar1 ul {
	padding-left: 15px;
	}
    .twoColLiqRtHdr #sidebar1 li {
	list-style-position: outside;
	list-style-type: square;
	}
    .twoColLiqRtHdr #mainContent { 
    	margin: 0 260px 0 15px; 
    } 
    .twoColLiqRtHdr #mainContent h1 {
	color: #678b9c;
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 2.5em;
	}
    .twoColLiqRtHdr #mainContent h2 {
	font-weight: normal;
	margin: 20px 0 5px 0;
	}
    .twoColLiqRtHdr #mainContent h3 {
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 10px;
	}
    .twoColLiqRtHdr #mainContent p {
	line-height: 1.4em;
	margin: 10px 0;
	}    
	.twoColLiqRtHdr #mainContent ul {
	padding-left: 25px;
	}
    .twoColLiqRtHdr #mainContent li {
	list-style-position: outside;
	list-style-type: square;
	}
    .twoColLiqRtHdr #footer { 
    	padding: 0 15px; 
		margin-top: 30px;
    } 
    .twoColLiqRtHdr #footer p {
    	margin: 0; 
    	padding: 10px 0;
		font-size: 70%;
    }
    
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    a {
	color: #006699;
	text-decoration: none;
	} 
    a:hover {
	color: #006699;
	text-decoration: underline;
	} 
    img.breit { 
    	margin: 5px 0 10px 0;
		padding: 4px;
		border: 1px solid #eee;
		background: #f5f5f5;
    }
