body {
	background-color: #FFCC99;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	text-align : left;
	font-weight : normal;
	text-decoration : none;
	color: #330099;
	
}
H1 {
	text-align : center;
	font-weight : bold;
	font-variant : normal;
	vertical-align : middle;
	font-size : large;
}
P{
	padding-left: 5%;
	padding-right : 5%;
}
b{
	font-size: large;
	font-weight: 600;
}
b.b1{
	font-size: xx-large;
	font-weight: 600;
}
b.b2{
	font-size: medium;
	font-weight: 800;
}
b.b3{
	font-size: small;
	font-weight: 800;
}
b.b4{
	font-size: medium;
	font-weight: 800;
	bgcolor: #99CCFF;
}
	
div.c1 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
div.c2{
	text-align: center;
	font-size: smaller;
	font-weight: normal;
}
div.c3 {
	text-align: center;
	font-size: medium;
}
div.c4 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	}
.languageselector {
	margin-top:5px;
	font-size:12px;
	text-align: center;
}
.form {
	font-size:12px;
}
div.c5{
	text-decoration : underline;
	}
A:link, A:visited, A:hover, A:active {
	text-decoration : underline;
	color: #330099;
	background: none repeat;
} 
#start_lang a {
	text-decoration : underline;
}
A.A1:link, A1:visited, A1:hover, A1:active {
	text-decoration : underline;
} 
.headline {
	font-size: 14px;
	font-weight:bold;
}
.pdf {
	font-size:12px;
}

/*form styles*/
.formularfeld {
	font-family : "Times New Roman", Times, serif;
	font-size: 14px;
    border: 1px solid #330099;
    height: 25px;
    margin: 0 0 0 20px;
    padding: 3px 0 0 3px;
    width: 250px;
}
.textareafeld {
	font-family : "Times New Roman", Times, serif;
	font-size: 14px;
    border: 1px solid #330099;
    height: 150px;
    margin: 0 0 0 20px;
    padding: 4px 0 0 4px;
    width: 400px;
}
.td_abstand {
	padding-left: 20px;
}
.success {
	position: absolute;
	top: 300px;
	width: 300px;
	height: 95px;
	padding: 20px;
	background: #ffe0c1;
	color: #330099;
	font-size: 16px;
	z-index: 120;
	left: 50%;
	margin-left: -150px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
}
.error {
	position: absolute;
	top: 300px;
	width: 300px;
	padding: 20px;
	background: #ffe0c1;
	color: red;
	font-size: 16px;
	z-index: 120;
	left: 50%;
	margin-left: -150px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    cursor: pointer;
}
.popup_bg {
	background-color: #000000;
	height: 1700px;
	width: 100%;
	left: 0;
	margin-left:0;
    top: 0;
    position: absolute;
    z-index: 100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.50; 
	-moz-opacity:.50; 
	cursor: pointer;
}
/* dont show background overlay in ie6 */
* html .popup_bg {
	display: none;
}
