/**
 * CSS für Unterweissacher.at
 */
* {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #DEDECA;
}
body  {
	/*background-color: #653531;*/
	background-color: #333333;
	background-attachment:fixed;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: auto;
}

h2 {
	font-size: 18px;
}

h3, h4 {
	font-size: 16px;
}

h5, h6 {
	font-size: 14px;
}

a {
	color: #9999cc;
}
img  {
	border:none;
	behavior: url(../javascript/pngfix/iepngfix.htc);
}
