body {
/*
	background: #83b1cb;
	color: #696969;
*/
  background: #C41E3A;
  background: #FFFFFF;
  color: #000000;
	font-size: 15px;
  min-width: 1000px;
  width: expression(document.body.clientWidth < 1002 ? "1000px" : "auto");
}



#topFrame {
  background: #980645;
	border: 0px dashed black;
	margin: 10px 8% 0px 8%;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	
	width: expression(document.body.clientWidth < 1002 ? "1000px" : "auto");
	/* top right bottom left */
}

#bottonFrame {
  background: #980645;
	border: 0px dashed black;
	margin: 0px 8% 10px 8%;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	
	width: expression(document.body.clientWidth < 1002 ? "1000px" : "auto");
	/* top right bottom left */
}

#topPic {
	border: 0px dashed black;
  float: right;
  margin: 5px 5px 5px 0px;
}

#language {
  display: block;
  float: right;
}

#language a {
  text-decoration:none;
  font-weight:bold;
  border: 0px;
  color: #A61022;
}

#mainFrame {
	border: 0px dashed black;
	/* top right bottom left */
	margin: 10px 8% 10px 8%;
	display: block;
	background-color: #E4E5E0;
	
	min-height: 300px;
	height: 50%;
	height: expression(document.body.clientHeight < 302 ? "300px" : "50%");
	
	width: expression(document.body.clientWidth < 1002 ? "1000px" : "auto");
}

#main {
	border: 0px dashed black;
	padding: 10px 10px 20px 10px;
	font-family: "Calibri", sans-serif;
}

ul#Navigation {
  margin: 0;
  padding: 30px 0px 30px 0px;
  display: block;
  float: left;
	border: 0px dashed black;
}

ul#Navigation li {
	border: 0px dashed black;
  list-style: none;
  display: inline;
}

ul#Navigation a, ul#Navigation span {
	border: 0px dashed black;
  font-size: 11px;
	color: #fff;
	display: inline;
	/* top right bottom left */
	padding: 30px 8px 30px 8px;
	font-weight: bold;
	letter-spacing: 2px;
}

* html ul#Navigation a, * html ul#Navigation span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

ul#Navigation a:hover, ul#Navigation span {
	border: 0px dashed black;
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: #b90754;
}

#language {
  display: block;
  float: right;
  margin-right: 10px;
}

#language a {
  text-decoration:none;
  font-weight:bold;
  border: 0px;
  color: #000000;
}

#language img {
  border: 0px; 
  margin-top: 10px;
}
