@charset "utf-8";
html {
	overflow-y: scroll;
}	

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background-repeat: repeat-y;
	background-image: url(images/_bg_wrapper.jpg);
}

body  {
	background-image: url(images/_bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    }
li {

}

#top      {
	height: 44px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	width: 960px;
    } 
#header  {
	height: 100px;
	width: 960px;
    } 
#topnavi {
	background-color: #B91717;
	height: 25px;
	padding-top: 5px;
}
#navigation  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-left: 10px;
    }
#froschi {
	height: 150px;
	width: 150px;
	float: left;
}

#randoben {
	height: 22px;
	width: 960px;
}
#randunten {
	height: 20px;
	width: 960px;
}


	#news {
	float:right;
	width:205px;
	}
#mainContent  {
	margin-bottom: 10px;
	float: left;
	width: 560px;
    } 
#footer  {
	height: 38px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
    } 
    .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;
    }
a {
	color: #B91717;
	text-decoration: none;
}

