body {
						color: #000000;
						background-color: #FFFFFF;
						margin: 0px;
						font: 10px Verdana, Sans-Serif;
}


a.spampoison {
	display:none;
}
img {					border: 0px;			}

label, p, ul, li, div, a {
						margin: 0px;
						padding: 0px;
}
/**
*	Basic Font Family
*/
div, table, a, fieldset, label, p,
td, table, 
h1, h2, h3, h4, h5 {
						padding: 0px;
						margin: 0px;
						/*font: 8pt Verdana, Sans-Serif;*/
						font: 10px Verdana, Sans-Serif;
}
/**
*	Basic Font Size
*/
fieldset, label, p {	font-size: 1.2em; 		}
h1 { 					font-size: 2.4em; 		}
h2 { 					font-size: 1.8em; 		}
h3 { 					font-size: 1.6em; 		}
h4 { 					font-size: 1.4em; 		}
/**	Floating Title */
p.float, div.float
h1.float, h2.float, 
h3.float, h4.float {	float: left;			}

/**
*	Links
*/
a {
						text-decoration: none;
						color: #000000;
}



/**
*	Clear Floating
*	Element das fliessende Elemente abschliesst
*/
br.clear {
						clear: both;
						line-height: 0px;
						font-size: 1px;	
						height: 0px;
						margin: 0px; 
						padding: 0px;
}

/**
*	Formular Elemente
*/
fieldset {
						padding: 0.8em 1.6em;
						margin-bottom: 1.6em;
}
input  {
						width: 20em;
						margin-bottom: .8em;
}
button  {
						width: 10em;
						margin-bottom: .8em;
						margin-right: .4em;
						border: 1px solid;
						background-color: #FFFFFF;
}
label {
						display: block;
						margin-bottom: 8px;
						font-size: 1em;
						font-weight: bold;
}
fieldset label {		font-size: .8em;		}
fieldset input {		margin-bottom: .6em;		}
/**
*	Besonder Links
*/
a.intern, a.lnk-out {
						color: #7E3C3C;
						text-decoration: none;
}
a.intern {
						color: #21586C;
						font-weight: bold;
}
a.intern:hover, a.lnk-out:hover {
						text-decoration: underline;	
}

