/*---- CSS Document ---*/
body {
	background-color: #EFEFEF;
	margin-top: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*---- KOPFBEREICH ---*/
#header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height: 122px;
}
#language {
	color:#FFFFFF;
	background-color:#EEA348;
	font-size:14px;
	font-weight:bold;
	width: 780px;
}

/*---- MENU ---*/
#menu {
  text-align: center;
	background-color:#efefef;
	font-size: 14px;
	/*font-weight: bold;*/
	width: 780px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#menu a:link, #menu a:visited{
  color: #777777;
  font-size: 14px;
  text-decoration: none;
}
#menu a:hover {
  color: #CB7834;
  font-size: 14px;
  text-decoration: underline;
}
#menu a:active {
  color: #CB7834;
  font-size: 14px;
  text-decoration: none;
}

/*---- INHALT ---*/
#content {
	background-color:#FFFFFF;

	background-position:right;
	background-repeat:no-repeat;
	float: left;
	font-size: 11px;
	margin-top: 0px;
	width: 780px;
}
#content a:link, #content a:visited, #content a:hover {
  	color: #CD782F;
  	text-decoration: none;
  	font-size: 11px;
	border: none;
}

#content .title{
  	color: #CB7834;
  	font-weight: bold;
  	font-size: 11px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#content .normal{
  	font-size: 11px;
}


/*---- FOOTER ---*/
#footer {
	color: #152453;
	clear: both;
	height: 30px;
	font-size: 10px;
}
#footer a:link, #footer a:visited{
	color: #112553;
	font-size: 10px;
  text-decoration: none;
}
#footer a:hover {
	color: #112553;
	font-size: 10px;
  text-decoration: underline;
}

#footer a:active {
	color: #112553;
	font-size: 10px;
  text-decoration: none;
}

#impressum {
  color: #000000;
  font-size: 10px;
}
