/* CSS - Layout paednet-solingen */

/* global white space reset */
* {
	margin:0;
	padding:0;
	border:0;
}

/* zur Positionierug des Fussbereichs am unteren Bildschirmrand */
html {
	height:100%;
}
body {
min-height:101%;
}

#fuss {
height:1.6em;
}

/* Layout der weiteren Hauptbereiche */
#kopf{
	height:80px;
	}
#topnav {
height:1.6em;
}
#aussenbox  {
	width:100%;
}
#inhaltbox {
width:100%;

}
#inhaltcontainer {
width:75%;
float:left;	
}
#bildcontainer {
height:148px;
}
#spalte1 {
	width:71%;
	float:left;
}
#spalte2 {
	width:27%;
	float:right;
 	
}
#spalte3 {
	width:25%;
	float:right;
	
}

#fuss {
	height:25px;
}

.clear {
	clear:both;
}
.clearleft {
clear:left;
}
.clearright {
		clear:right;
}
