/* CSS DOCUMENT */

/* ALLGEMEINE DEFINITIONEN */

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-size: 10px;
	font-weight: bold;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #BA8202;
}
a:hover {
	text-decoration: underline;
	color: #BA8202;
}
p {
	width: 520px;
}
.soft {
	color: #777777;
}

select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}



/* FLASHCONTENT */

#flashcontent {
	height:100%;
	width:100%;
}



/* STANDARDS */
@charset 'utf-8'; img{border:none;}