body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #6F6F6F;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
	color: #CCCCCC;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	padding-top: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.5em;
}
table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.a2 {
	color: #FFFFFF;
	text-decoration: none;
}
a2:hover {
	color: #990000;
	text-decoration: none;
	}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

#header {
	background-color: #424242;
	text-align: center;
	position: relative;
	width: 100%;
	vertical-align: middle;
	padding-top: 8em;
	padding-bottom: 5em;
}
#header_small {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #424242;
	text-align: left;
	height: 74px;
}
#header img, #header_small img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#indexlogo {
	position: relative;
}


#indexlanguage {
	position: relative;
}


#mainnav {
	background-image: url(bgrnd.gif);
	background-repeat: repeat-x;
	height: 66px;
	text-align: center;
	width: 100%;
}
#mainnav img {
	behavior: url("pngbehavior.htc");
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	position: relative;
	color: #FFFFFF;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	line-height: 140%;
	padding-top: 2em;
	padding-bottom: 2em;
}
#content p {
	padding-bottom: 0.5em;
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	font-size: 0.83em;
	color: #CCCCCC;
	background-image: url(bgrnd_footer.gif);
	background-repeat: repeat-x;
	padding-top: 3em;
	position: relative;
	padding-bottom: 2em;
	text-align: center;
}


.address {
	padding-left: 260px;
}
.tinytext {
	font-size: 0.83em;
	padding-bottom: 1em;
	margin-bottom: 0px;
}
.h1tinytext {
	font-size: 0.6em;
}

.button {
	color: #FFFFFF;
	background-color: #999999;
	padding-right: 3em;
	padding-left: 3em;
}
.imgleft {
	float: left;
}
.txt {
	padding-left: 100px;
}
.formfields {
	width: 450px;
}




/* Formulare */

label {
	font-size: 1em;
	display: block;
	color: #999999;
}
table a {
	font-size: 1em;	
}

table div a {
	font-size: 0.83em;	
}

input, textarea, select {
	font-size: 1em;
	background-color: #999999;
	border: 1px solid #CCCCCC;
	margin-bottom: 0.5em;
	padding: 2px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
fieldset {
	margin: 0px;
	padding: 1em;
	border: 1px solid #CCCCCC;
}