@CHARSET "UTF-8";


html {
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,228,0);
	background-image: url("../img/weiss.gif");
	background-repeat: repeat-x;
	background-position: 0px 86px;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table, form, input, select, option, textarea {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

div {
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: visible;
}

div.Unfloat {
	height: 1px !important;
	float: none !important;
	clear: both !important;
	overflow: hidden !important;
	min-height: 1px !important;
	max-height: 1px !important;
	margin: -1px 0px -1px 0px !important;
	padding: 0px !important;
}

img {
	margin: 0px;
	border: none;
}


address {
	font-style: normal;
	padding: 1em 0em 1em 0em;
}

address span {
	display: block;
	line-height: 1.8em;
}

address span.Name {
	font-weight: bold;
}



dfn {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.TextAlignLeft {
	text-align: left !important;
}

.TextAlignCenter {
	text-align: center !important;
}

.TextAlignRight {
	text-align: right !important;
}



