/*body */
* {
	margin: 0;
	padding: 0;
}
html, body  {
	background-color:#FFFFFF;
	border: 0 solid;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	color: #000000;
}
h1, h2, h3  {
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}
h1	{
	font-size: 1.8em;
	font-weight: normal;
	font-style: oblique;
	font-weight: bold;
}
h2	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3	{
	font-size: 1.1em;
	font-weight: normal;
}
p, a, li, blockquote, label  {
	font-size: 0.8em;
}
/* Reset */
li a, p a, li p	{
	font-size: 100%;
}
a	{
	font-size: 100%;
	text-decoration: none;
}
th, td	{
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
.Stil1 {
	color: #CC0000;
	font-weight: bold;
}
.Stil2 {
	color: #CC0000;
}
/* IDs */

#container {
	background-color: #FFFFFF;
	position:absolute;
	height:600px;
	width:900px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
	border: 1px solid #FFFFFF;
}
#logo {
	position: absolute;
	height: 40px;
	width: 270px;
	left: 45px;
	top: 30px;
}
#logo2 {
	position: absolute;
	height: 40px;
	width: 270px;
	left: 355px;
	top: 206px;
}
#language1 {
	position: absolute;
	height: 20px;
	width: 110px;
	left: 380px;
	top: 440px;
}
#language2 {
	position: absolute;
	height: 20px;
	width: 110px;
	left: 745px;
	top: 32px;
}
#content {
	position: absolute;
	height: 432px;
	width: 810px;
	left: 45px;
	top: 110px;
}
#textfeld {
	position: absolute;
	height: 400px;
	width: 650px;
	left: 170px;
	top: 40px;
	font-size: 11px;
	color: #3C3C3C;
}
#textfeld2 {
	position: absolute;
	height: 400px;
	width: 650px;
	left: 165px;
	top: 35px;
	font-size: 11px;
	color: #3C3C3C;
}
#icons {
	position: absolute;
	height: 400px;
	width: 650px;
	left: 160px;
	top: 30px;
	font-size: 11px;
	color: #3C3C3C;
}
/* Navigation */

#navigation {
	position: absolute;
	height: 21px;
	width: 380px;
	left: 220px;
	top: 32px;
}
#navigation2 {
	position: absolute;
	height: 140px;
	width: 170px;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #3C3C3C;
}
#navigation2 a:link, #navigation2 a:visited, #navigation2 a:active, #navigation2 a:focus	{
	text-decoration: none;
	color: #969696;
}
#navigation2 a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:link, a:visited, a:active, a:focus	{
	text-decoration: none;
	color: #969696;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
