/*******************************************************************************

	main.css - Das Gerüst der Website.

*******************************************************************************/
/* body - nur Gerüstelemente. Der Rest steht in content.css */
body {
	text-align:center;
	}
#wrap{
	width:900px;
	text-align:left;
	margin:0 auto;
	font-size:12px;
}
#logo{
	padding-top:30px;
	padding-bottom:10px;
}
#main-nav{
	height:28px;
	background-color:#999999;
}

#header{
	padding-top:1px;
	margin-bottom:0px;
}
#wolken{
	background-image:url(wolken.jpg);
	background-repeat:no-repeat;
	height:210px;
	width:696px;
	float:left;
}
#drei_bilder{
	display:block;
	float:left;
	background-image: url(drei_bilder.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 204px;
}
.tagbox{
	display:block;
	float:left;
	height: 209px;
	width: 65px;
}
#main-content {
	clear:left;
	text-align:left;
	padding-left:12px;
	width:670px;
	margin-bottom:5px;
}
#right {
	width:203px;
	float:right;
	padding:0px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:12px;
}
#footer {
	height: 45px;
	background-color:#999999;
	text-align:center;
	vertical-align:center;
	line-height:45px;
	color:#FFFFFF;
	clear:right;
}
