body
{
	font-family: Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #cae8c8;
	background-image: url('images/bg.png');
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:bottom;
}
a
{
	font-family: Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none;
}
a:visited
{
	font-family: Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none;
}
a:hover
{
	font-family: Helvetica, sans-serif; font-size: 11px; color: #000; text-decoration: none;
}
p{
	text-align: justify;	
}
h3{
	font-size: 1.4em;
	margin: 10px 0 0 0;	
}
h4{
	font-size: 1.4em;
	margin: 0;	
}
.hidden{
	display: none;
}
#overall
{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#flags
{
position:relative; left:0px;
margin-top: 5px;
width:800px; height:18px;
}
#flags img{
	float: right;
	margin: 0 -1px 0 5px;
}
#page_top
{
position:relative; left:0px; 
width:800px; height:150px;
margin-top: 2px; 
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #000;
}
#page_top div{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}

#menu_position
{
width: 800px; height: 19px;
position:relative; left:0px;
background: #FFF;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #000;
}
#menu_position div{
	height: 15px;
	margin-left: 10px;
	margin-top: 2px;
}

#mainpage
{
width:800px; min-height: 400px;
position:relative; left:0px;
display: table;
background: #FFF;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #000;
margin: 0px;
padding: 0px;
z-index: 100;
}
#mainright{
	width: 510px;
	float: right;	
	margin-right: 20px;
	text-align: justify;
}
#mainright p{
	text-align: justify;	
}
#mainleft{
	width: 250px;
	float: right;	
	margin-right: 10px;
	margin-top: 10px;
}
#mainleft div{
	margin: 8px 0 8px 0;
}

#copyright
{
position: relative;
width: 800px; height: 19px;
background: #FFF;
border-width: 1px;
border-style: solid;
border-color: #000;
}
#copyright div
{
	float: right;
	height: 15px;
	margin-top: 2px;
	margin-right: 10px;	
}
.imagemain
{
border: 1px solid; border-color: #000;
margin: 10px;
padding: 0px;	
}

.redtext
{
	font-family: Helvetica, sans-serif; font-size: 12px; color:red; font-weight: bold; text-decoration: none;
}



.field{
	font-family: Helvetica, sans-serif; font-size: 12px; 
	color: #1e0cdd;
	background-color:#FFF;
	border:1px solid #000;
	width: 250px;
}
.bericht{
	font-family: Helvetica, sans-serif; font-size: 12px; 
	color: #1e0cdd;
	background-color:#FFF;
	border:1px solid #000;
	width: 250px; height: 100px;
}
.button{
	font-family: Helvetica, sans-serif; font-size: 12px; 
	color: #000;
	font-weight: bold;
	background-color:#d0d0d0;
	border:1px solid #000;
	width: 100px;
}
.error{
	font-weight: bold;
	color: red;
}
