/* @group div Elemente */
#top {
	width: 1024px; height: 60px;
	background-image: url(../assets/agentur/top.jpg);
}

#info {
	width: 504px; height: 633px;
	background-image: url(../assets/agentur/info.jpg);
	float: left;
}

#container {
	width: 520px; height: 633px;
	float: left;
}

#spruch {
	width: 231px; height: 105px;
	background-image: url(../assets/agentur/spruch.jpg);
	float: left;
}

#logo {
	width: 289px; height: 105px;
	background-image: url(../assets/agentur/logo.jpg);
	float: left;
}

#logo h1 {
	text-indent: -9999px;
}

#content {
	width: 520px; height: 434px;
	background-image: url(../assets/agentur/content.jpg);
	color: #444444;
	text-decoration: none;
	outline: none;
	font: 13pt/1.05em "Trebuchet MS", Arial, Verdana, sans-serif;
	float: left;
}

#navi {
	width: 520px; height: 94px;
	background-image: url(../assets/agentur/navi.jpg);
	float: left;
} 
/* @end */

h1 {
	font-size: 16pt;
	margin: 30px 40px 20px 40px;
}

h2 {
	font-size: 9pt;
	margin-left: 40px;
	margin-bottom: 15px;
}

p {
	font-size: 9pt;
	margin-left: 40px;
	margin-right: 90px;
	margin-bottom: 15px;
}