body {
	text-align: center;
	vertical-align:top;
	font-size:11pt;
	color:#000000;
	background-color: #ffffff;
}

/* Box-Model */

#container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align:left;
	color:#000000;
	background-color: #ffffff;
}

#Navigation {
	display:none;
}

#Navigation ul {
	display:none;
}

#Navigation ul li {
	display:none;
}

#Navigation ul li ul {
	display:none;
}

#Navigation ul li ul li {
	display:none;
}

#active {
	display:none;
}

#Content {
	margin: 0;
	padding: 0;
	float:none;
	color:#000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	width: 100%;
}

#umbruch {
	display:none;
}
#creator {
	display:none;
}
/* Titel */

h1, #Head {
	color: #000000;
	background-color: #ffffff;
	margin: 10pt 10pt;
	padding: 0 0 6pt 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight:normal;
	text-align:center;
}

#Head div.left {
	display:inline;
	margin:0;
	padding:0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height:100%;
	text-transform:uppercase;
}

#Head div.right {
	display:inline;
	margin:0 0 0 7pt;
	padding:0;
	font-family: inherit;
	font-weight:normal;
	font-style:normal;
	font-size: 12pt;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	margin:10pt 0 0 0;
	padding: 0 0 0 0;
	line-height: 16pt;
	text-align:center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	margin:10pt 0 0 0;
	padding: 0 0 0 0;
	line-height: 16pt;
	text-align:center;
}

/* Text */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color:inherit;
	font-size: 11pt;
	text-decoration: none;
}
p.Legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color:inherit;
	font-size: 8pt;
	text-decoration: none;
}
p.Navibar {
	display: none;
}
p.Copyright {
	color: #000000;
	background-color: inherit;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Links */

a {
	text-decoration: none;
}

a:link {
	color: #000000;
	background-color: inherit;
}

a:visited {
	color: #000000;
	background-color: inherit;
}

a:hover {
	color: 	#000000;
	background-color: inherit;
}
	
a:active {
	color: #000000;
	background-color: inherit;
}

/* Bilder */

img {
	margin: 0;
	padding: 0;
	color:#000000;
	background-color:#cccccc;
}

/* Formular */

fieldset {
	display:none;
}

label {
	display:none;
}

input, textarea {
	display:none;
}

input.none {
	display:none;
}
	
input.button {
	display:none;
}
	
input.button:hover {
	display:none;
}
