body
{
	padding: 0;
	margin: 0;
	background: #800000;
background-image:url('logo-lang.jpg');
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;
	color: #FFD;
	font-family: Verdana, Trebuchet MS, Arial, Papyrus;
  font-size: 75%;
	line-height: 130%;
}

img
{
	border: 0;
    width: 150px; float: right;
    margin-left: 1em;
}

a
{
	text-decoration: underline;
	color: #595959;
	font-weight:bold;
}

a:hover
{
	text-decoration: none;
	font-style:italic;
	color: #FF0033;
}
#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color: #FFF;
	color: #990033;
}

#container
{
	border: 20px solid #FFF;
	width: 800px;
	height: 400px;
	float:left;
  cursor:pointer;
}

#containerleft
{
	float: right;
	width: 160px;
	height: 300px;
  border-left: 10px solid #FFf;
	padding: 50px 2px 50px 8px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFD;
 text-align: left;
 font-size: 0.95em;
}

#containerleft a:hover, a:active
{
	text-decoration: underline;
	color:silver;
}

#containerleft h1
{
	text-align: left;
   font-family: Papyrus, Trebuchet MS, Helvetica, Arial, Comic Sans MS;
   font-size: 2em;
   margin: 0;
   color:silver;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
#containerleft h3
   {font-size: 1.1em;
   color:silver;
   }

#containerright
{
	float: left;
  text-align:justify;
	width: 600px;
	height: 380px;
	background: #FFD;
	overflow: auto;
	padding: 10px;
	color:#660000;
}

#containerright h1, h2, h3
   {
   font-family: Papyrus, Trebuchet MS, Helvetica, Arial, Comic Sans MS;
   margin: 0;
	 padding-top: 0.25em;
   color:gray;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	width: 84%;
	 }
#containerright h1
   {font-size: 1.8em;
   }
#containerright h2
   {font-size: 1.4em;
   color:#800000;
   }
#containerright h3
   {font-size: 1.25em;
   }
#containerright #zitat {
    font-style: italic;
    font-size: 0.9em;
    padding: 3px;
    background-color: #FFFFCC;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    margin-top: 3px;
    margin-bottom: 3px;
  }
#containerright #frage {
    font-style: italic;
    font-size: 1.2em;
    padding: 3px;
    background-color: #FFF4CA;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    margin-top: 3px;
    margin-bottom: 3px;
  }
#foot
{
	width: 800px;
	height: 30px;
	text-align: right;
	padding: 5px 0px;
	color: #FFD;
}

#foot a
{
	text-decoration: none;
	color: #FFD;
}

#foot a:hover
{
	text-decoration: none;
	background: #FFD;
	color: #800000;
}
