/* Grundeinstellungen ____________________________________________________ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	margin: 0px;
	padding: 0px;
	background-color: #0b65b1;
	background-image: url(/layout/bg-body-01.gif);
}

h1						{ font-family: Arial, Helvetica, sans-serif; font-size: 22px; line-height: 20px; color: #305091; font-weight: normal; }
h2,h3,h4,h5,h6			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 22px; color: #d72322; font-weight: bold; }

a:link					{ color: #d72322; text-decoration: none; }
a:visited				{ color: #d72322; text-decoration: none; }
a:hover					{ color: #305091; text-decoration: none; }
a:active				{ color: #d72322; text-decoration: none; }

.schrift-navi			 	{ font-weight: bold; text-decoration: none; }
a.schrift-navi:link 		{ font-weight: bold; color: #FFF; text-decoration: none;}
a.schrift-navi:visited 		{ font-weight: bold; color: #FFF; text-decoration: none;}
a.schrift-navi:hover 		{ font-weight: bold; color: #e6f2fb; text-decoration: none;}
a.schrift-navi:active 		{ font-weight: bold; color: #FFF; text-decoration: none;}

.schrift-weiss			 	{ }
a.schrift-weiss:link 		{ color: #FFF; }
a.schrift-weiss:visited 	{ color: #FFF; }
a.schrift-weiss:hover 		{ color: #FFF; }
a.schrift-weiss:active 		{ color: #FFF; }

#rahmen-kasten				{ background-color: #FFF; background-attachment: scroll; background-image: url(../layout/bg-blue.gif); background-repeat: repeat-x; background-position: left bottom; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #8ebadd; border-bottom-color: #8ebadd; border-left-color: #8ebadd; padding-bottom: 10px; }

.rahmen-weiss				{ background-color: #FFF; border: 5px solid #FFF; }

.text-klein					{
	font-size: 11px;
}

/* Layout ________________________________________________________________ */

#body 					{ background-attachment: scroll; background-image: url(../layout/bg-body-02.gif); background-repeat: repeat-x; background-position: center top; }

#header 				{ height: 147px; width: 950px; margin-top: 13px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; background-color: #FFF; }
#navigation 			{ width: 900px; height: 37px; font-size: 17px; text-align: center; color: #FFF; background-attachment: scroll; background-image: url(../layout/bg-wood.jpg); background-repeat: no-repeat; background-position: center top; padding-top: 13px; }

#content				{ width: 540px; padding: 30px; background-color: #d7eaf7; }
#sidecontent			{ width: 280px; padding: 10px; padding-top: 10px; background-color: #e6f2fb; border-left-width: 1px; border-left-style: solid; border-left-color: #FFF; }
#adresse				{ margin-left: 35px; margin-right: 35px; padding: 10px; background-color: #f3fbff; border-width: 1px; border-style: solid; border-color: #aed2ef;}

#footer 				{ width: 900px; height: 35px; font-size: 11px; text-align: center; color: #FFF; background-attachment: scroll; background-image: url(../layout/bg-wood.jpg); background-repeat: no-repeat; background-position: center top; padding-top: 15px; }
#logos	 				{ width: 860px; font-size: 11px; text-align: center; color: #FFF; padding: 20px; }

/* Index _________________________________________________________________ */

#navigation-index 		{ width: 519px; height: 37px; font-size: 17px; text-align: center; color: #FFF; background-attachment: scroll; background-image: url(/layout/bg-wood.jpg); background-repeat: no-repeat; background-position: center top; padding-top: 13px; }




/* 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; }
