﻿* {
	margin:0;
	padding:0;
}

body {
	background-color: #cdd6a1;
	background-image: url('hintergrund.png');
	background-attachment:fixed;
	margin:0;
	padding:0;
}

body, th, td, div, span, p, h1, h2, h3, h4, h5, input, textarea, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
}

h2.wetter {
        font-size:10pt;
        text-align:center;
        padding-bottom: 10px;
}



/* IE 5,6 PNG Fix */
img, div, p, td, th, table, input, textarea, select, span, body { behavior: url(iepngfix.htc) }

