@charset 'utf-8';

/* ALLGEMEINE DEFINITIONEN */
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

p	{
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

a, a:hover	{
	font-weight:bold;
	text-decoration:none;
	color: #000099;
}

object {
	outline: none;
}

img {
	border:none;
}

/* Flashcontent */
#flashcontent {
	height: 100%;
	width: 100%;
}
