@charset "ISO-8859-1";
/* CSS Document */
html {height:100.5%; font-size: 62.5%;}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #400;
}
* {
	margin: 0px;	
	padding: 0px; 
	border: 0px;}
p {
	text-align: left;
	margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}
h1 {font-size: 2.2em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}


td { }
a {
	text-decoration: none;
	color: #400;
	font-weight: bold;
}


.red {
	color: #F00;
	line-height: normal;
}
div#wrapper {width: 800px; margin: 10px auto; text-align: left;}

div#header {
	background-image: url(../media/Banner2.gif);
	background-repeat: no-repeat;
	height: 119px;
	width: auto;
	background-position: left;
	padding-bottom: 7px;
}
div#content {
	height: 100%;
	width: 800px;
}
div#maintext {
	float: left;
	height: 100%;
	width: 550px;
	padding-right: 5px;
	padding-left: 5px;
}
div#menue {
	float: right;
	height: 100%;
	width: 210px;
	padding-left: 10px;
}
div#result_text {
	height: 100%;
	width: 800px;
}
div#flags {
	text-align: center;
	height: 100%;
	width: 800px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer {
	height: 100%;
	width: 800px;
	clear: both;
}
div#footer p{
	font-size: 0.8em;
	line-height: 1.1em;
	color: #999;
}
#menue ul {
	list-style-position: outside;
	list-style-image: url(../media/blue02.jpg);
	padding-left: 15px;
	line-height: 1.6em;
}
#maintext .img{
	border: 1px solid #000;
}
