/* Beginn grosse Boxen */

.infobox, .infobox_wetter
	{
	width: 170px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -130px;
	background-image: url(Grafiken/infobox.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
	}
html>body .infobox, .infobox_wetter
	{
	position: relative;
	}
.infobox_wetter
	{
	margin-top: 230px;
	}
html>body .infobox_wetter
	{
	margin-top: 20px;
	}
.infobox h5, .infobox_wetter h5
	{
	margin: 0;
	padding: 10px 0 0 18px;
	}
.inhalt, .inhaltwetter
	{
	clear: right;
	line-height: 14px;
	overflow: hidden;
	height: 180px;
	margin: 0;
	padding: 0 18px;
	}
.inhaltwetter
	{
	padding: 0 0 5px 16px;
	}
html>body .inhaltwetter
	{
	height: 175px;
	}
a.gross, a.gross_wetter
	{
	height: 11px;
	width: 11px;
	display: block;
	position: absolute;
	right: 2px;
	bottom: 0;
	background-image: url(Grafiken/gross_klein_pfeil.gif);
	background-repeat: no-repeat;
	}
html>body a.gross, a.gross_wetter
	{
	bottom: 2px;
	}
a.gross:visited, a.gross_wetter:visited
	{
	background-image: url(Grafiken/gross_klein_pfeil.gif);
	background-repeat: no-repeat;
	}
a.gross:hover, a.gross_wetter:hover
	{
	background-image: url(Grafiken/gross_klein_pfeil_hover.gif);
	background-repeat: no-repeat;
	}

/* Ende grosse Boxen */
/* Beginn kleine Boxen */

.infobox_klein, .infobox_klein_wetter
	{
	margin: 0;
	padding: 0;
	position: absolute;
	height: 210px;
	width: 40px;
	background-image: url(Grafiken/infobox_klein.jpg);
	background-repeat: no-repeat;
	}
.infobox_klein_wetter
	{
	margin-top: 230px;
	}
html>body .infobox_klein, .infobox_klein_wetter
	{
	position: relative;
	left: 0;
	}
html>body .infobox_klein_wetter
	{
	margin-top: 20px;
	}
.infobox_klein h5, .infobox_klein_wetter h5
	{
	margin: 0;
	padding: 15px 0 0 14px;
	}
a.klein, a.klein_wetter
	{
	height: 11px;
	width: 11px;
	display: block;
	position: absolute;
	left: 2px;
	bottom: -5px;
	background-image: url(Grafiken/klein_gross_pfeil.gif);
	background-repeat: no-repeat;
	}
html>body a.klein, a.klein_wetter
	{
	bottom: 2px;
	}
a.klein:visited, a.klein_wetter:visited
	{
	background-image: url(Grafiken/klein_gross_pfeil.gif);
	background-repeat: no-repeat;
	}
a.klein:hover, a.klein_wetter:hover
	{
	background-image: url(Grafiken/klein_gross_pfeil_hover.gif);
	background-repeat: no-repeat;
	}