@charset "utf-8";
	*{
	margin: 0px;
	padding:0px;
	}

a {
	cursor:pointer;
	text-decoration:none;
	color: #686C2C;
	}
	
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
		background-image: url(../images/bg.gif);
    	margin: 0px; 
    	padding: 0px;
    	text-align: center; 
    	color: #686C2C;
    }
    .basic #container {
	width: 960px;
	background-image: url(../images/bg.gif);
	margin: 10px auto;
	border: 0px solid #000000;
	text-align: left;
    } 
    .basic #header {
	height: 230px;
    } 
    .basic #header h1 {
    	margin: 0px; 
    	padding: 10px 0; 
    }
    .basic #sidebar1 {
	float: left;
	width: 170px;
	padding: 30px 0 0 0;
    }
	.basic #mainContent_oben {
	background-image: url(../images/bg_container_oben.gif);
	background-repeat: no-repeat;
	width: 769px;
	height: 35px;
	margin: 0 0 0 170px;
	position: relative;
	}
    .basic #mainContent {
	background-image: url(../images/bg_container.gif);
	width: 729px;
	margin: 0 0 0 170px;
	padding: 0 20px 0 20px;
	position: relative;
    }

	.basic #mainContent_unten {
	background-image: url(../images/bg_container_unten.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 769px;
	height: 35px;
	position: relative;
	margin: 0 0 0 170px;
	}	 
    .basic #footer {
	text-align: right;
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: xx-small;
	color: #686C2C;
	text-decoration: none;
    } 
    .basic #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

