body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #414141;
	margin: 0px;
	background-color: #ffe785;
	background-attachment: scroll;
	background-image: url(layout/verlauf-01.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
.rahmen {
	border: 1px solid #FFF4D2;
	padding: 3px;
}
.rahmen-2 {
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.rahmen-3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 10px;
	color: #df5307;
	font-weight: normal;
	line-height: 150%; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-weight: normal;
	line-height: 20px;
}

.mitterbrugge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	line-height: 20px;
}

.text-impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #663300;
}

a:link {
	color: #A51010;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #A51010;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #A51010;
	text-decoration: underline;
}

.box_10px {
	padding: 10px;
}

.pointer {
	cursor: pointer;
	text-decoration: underline;
}
.rot-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 10px;
	color: #663300;
	font-weight: bold;
	font-style: italic;
}



/* Wetter */
.wetter-content			{ }
.wetter-titel 			{ margin-bottom: 10px; font-size: 17px; }
.wetter-text 			{ }
.wetter-bild 			{ float: right; }
.wetter-clear 			{ clear: both; height: 25px; }
.bergwetter-bild 		{ margin-bottom: 50px; }
.entwicklung-tage 		{ margin-top: 20px;}
.entwicklung-tage td	{ width: 125px; }
.wetter-temp-plus		{ color: #CC0000; }
.wetter-temp-minus		{ color: #0066FF; }
.wetter-copyright		{ margin: 20px 0px 20px 0px; text-align: right; font-size: 11px; }
