/* CSS Document */
body {
	background-color: #E1E2FD
}
#container {
	width: 80%;
	min-width: 820px;
	max-width: 1200px;
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	left: 50%;
	margin-left: -40%;
  
}
#header {
	background: url('../bilder/curare_01.jpg') no-repeat center top;
	background-color: #e8ffb5;
	height: 182px;
	width: 100%;
}
#headerleft {
	float: left;
	background: url('../bilder/curare_05.jpg')no-repeat;
	height: 176px;
	width: 200px;
	margin-left: 1.5%;
}
#headerright {
	float: right;
	background: url('../bilder/curare_05.jpg')no-repeat;
	height: 176px;
	width: 200px;
	margin-right: 1.5%;
}
#menu {
	clear: both;
	font: 100% "lucida sans unicode", "bitstream vera sans", "trebuchet unicode ms", "lucida grande", verdana, helvetica, sans-serif;
	color: #ffffff;
	width: 100%;
	height: 26px;
	background-image: url('../bilder/curare_02.jpg') ;
	padding-top: 2px;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	/*margin-bottom: -1px;
*/
}
#menu a:link {
	color: white;
}
#menu a:visited {
	color: white;
}
#content {
  color: #1F1F1F;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background: url('../bilder/curare_03.jpg') no-repeat center top;
	background-color: #e8ffb5;
	min-height: 500px;
	width: 95%;
	height: 100%;
}
#ubersicht a:link {
	color: #235f89;
}
#ubersicht a:visited {
	color: #235f89;
}

#footer {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat;
	background-image: url('../bilder/curare_04.jpg');
	height: 25px;
	width: 100%;
}
#uberschrift {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #1c4184;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#textbox {
	padding-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
}
