html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height:100%;
	margin:0%;
	padding:0%;
	text-align:center;

	background-image: url(bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 846px;
	height:100%;
	background-color: #FFF;
	margin:0px auto;
}






li
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	float: left;
}




a
{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
} 
a:link, a:visited
{
	color: #000000;
} 
a:hover, a:active
{
	color: #008f95;
}


a.navigation
{
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
}
a:link.navigation, a:link.visited
{
	color: #000000;
}
a:hover.navigation, a:hover.active
{
	color: #008f95;
}
a.navigation_active
{
	font-size: 20px;
	color: #008f95;
	font-weight: bold;
	text-decoration:none;
}





a.subNavigation
{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a.subNavigation:link, a.subNavigation:visited
{
	color: #000000; 
}
a.subNavigation:hover, a.subNavigation:active
{
	color: #008f95;
}

a.subNavigation_active:link, a.subNavigation_active:visited
{
	font-size: 12px;
	color: #008f95;
	font-weight: normal;
	text-decoration:none;
}


a.navigation_impressum
{
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
a hover.navigation_impressum
{
	color: #008f95;
}

a link.navigation_impressum
{
	color: #000000;
}




.fliesstext
{
	font-size: 12px;
}
.fliesstext_klein
{
	font-size: 10px;
	color:#C3C3C3;
}


.headline
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.header_headline
{
	font-size: 24px;
	font-weight: bold;
}
.text_headline
{
	font-size: 18px;
	font-weight: bold;
}




.textfeld 
{
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0px;
}
.button
{
	font-size: 14px;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	background-color: #FFFFFF;

	text-transform: none;
}



#selectCountry {
	margin: 0 0 0 10px;
}



.welcome
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

	text-transform: uppercase;
}
.welcome_klein
{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-transform: lowercase;
}



#quiz_teaser {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #4db1b5;
	padding: 13px;
	margin: 30px 0 0 0;
}

#quiz_teaser a {
	color: #fff;
	text-decoration: underline;
}

#quiz_teaser_headline {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}



.rechteSpalte_bg
{
	background-color: #E1DDDC;
}
.rechteSpalte_bg_image
{
/*	background-color: #FF0000;
	background-image:url(rechteSpalte_bg.gif);
	background-repeat:repeat-y;
	background-position:10px bottom;*/
}
.rechteSpalte_headline
{
	font-size: 12px;
	font-weight: bold;
	color: #837873;
	background-color: #F0EEEE;
	border-top: 1px solid #FFF;
}
.rechteSpalte_fliesstext
{
	font-size: 12px;
	font-weight: normal;
	color: #837873;
	background-color: #F0EEEE;
	border-bottom: 1px solid #FFF;
}




.content_datum
{
	font-size: 12px;
	color: #837873;
}
.content_headline
{
	font-size: 18px;
	color: #000000;
}
.content_fliesstext
{
	font-size: 12px;
	color: #000000;
}

/****** POPUPBLOCKER DIV *******/
#popUpDIV
{
	color: #d00;
	position: absolute;
	left: 20%;
	top: 10%;
	padding: 10px;
	display: none;
	z-index: 10000;
	background-color: #FFF;
	border: 1px solid silver;
}

/**** Select Language Layer ****/
#selectCountryLayer {
    position:absolute;
    z-index:10;
    width: 120px;
    height: 280px;
    border: 1px solid black;
    background-color: #fff;
    padding: 10px;
    top:-290px;
    left: 190px;
    display:none;
}
#selectCountryLayer ul {
    margin: 0;
    padding: 5px 0 0 0;
}
#selectCountryLayer ul li {
    display: block;
    float: none;
}