body {
	padding: 0;
	margin: 0;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	background: url("../images/body_bg.gif") top left repeat-x;
	
}


/* ALLGEMEINE DEKLARATIONEN */

/* absaetze */ 
p {
	margin: 0 0 8px 0;
}

/* links */
a {
	color: #000;
}

/* kein rahmen um bilder */
img {
	border: 0;
}

/* keine abstaende um formulare */ 
form, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* keine abstaende bei ueberschriften */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}


/* HEADER */

#head {
	width: 885px;
	height: 151px;
	position: absolute;
	left: 55px;
/*	left: 105px;*/
	top: 10px;
	background: url("../images/head_bg.jpg") left top no-repeat;
}

/*header-linktext wird durch header-grafik ersetzt */
#head h1 a  {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
    left: -45px;
    top: 4px;
	
	width: 360px;
	height: 150px;
	
	background: url("../images/eas_logo.gif") 0 0 no-repeat;
	text-decoration: none;
}

/* CREDITS */
#credits {
	display: none;
}

/* MENUE RECHTS OBEN */

#head_menu {
	position: absolute;
	left: 650px;
/*	left: 700px;*/
	top: 30px;
	width: 290px;
	height: 20px;
	text-align: right;
}

/* links in menues oben, auch fuer sprachwahl auf startseite */
#head_menu a, #start_sprachen a {

	display: block;
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;

	color: #999;
	text-decoration: none;
	margin-right: 12px;
	
	padding-top: 2px;
}

#head_menu a:hover, #start_sprachen a:hover {
	color: #333;
	text-decoration: none;
	margin-right: 12px;
}

/* such-formular */
#head_menu form {
	display: inline;
	float: right;
}

#head_menu input {
	float: left;
	clear: none;
	border: 1px solid #c9c9c9;
	height: 14px;
	font-size: 10px;
	line-height: 12px;
	margin-right: 2px;
}

/* HAUPTMENUE */

#main_menu {
	width: 785px;
	height: 30px;
	position: absolute;
	left: 155px;
/*	left: 205px;*/
	top: 175px;
}

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu li {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
}

#main_menu li a {
	display: block;
	padding: 5px 5px 6px 5px;
	margin: 3px 12px 3px 0;
	font-size: 14px;
	font-weight: bolder;
	line-height: 14px;
	text-decoration: none;
}

#main_menu li a.active, #main_menu li a:hover {
	background: #9c9c9c;
}

/* HAUPTCONTENTBEREICH */

#main {
	width: 744px;
	position: absolute;
	left: 155px;
/*	left: 205px;*/
	top: 230px;
}

/* ueberschriften */
#main h2 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
}

/* ist auch fuer lead-absaetze */
#main h3 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 16px 0;
	font-weight: normal;
}

/* fuer suchergebnisse */
#main h4 {
	margin: 16px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

/* SUBMENUE LINKE SPALTE */

#subnav {
	width: 210px;
	margin: 0 15px 0 0;
	float: left;
	
	background-color: #F5F5F5;
	font-size: 11px;
	line-height: 13px;
}

#subnav ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#subnav li {
	padding: 0;
	margin: 0;
	margin-bottom: 13px;
}

#subnav a {
	color: #9c9c9c;
}

#subnav a:hover, #subnav a.active {
	color: #000;
}

/* TEXT IN RECHTER SPALTE */

#text {
	width: 500px;
	float: right;
	margin-bottom: 50px;
}

div.member {
	position: absolute;
	color: #417BB5;
	margin-left: 250px;
}

div.lang_sel {
	margin: 0px 0px 0px 150px;
	position: absolute;
	left: 500px;
	top: 215px;
	color: #417BB5;
}

a.lang_sel {
	color: #417BB5;
	text-decoration: none;
}

a:hover.lang_sel {
	color: #417BB5;
	text-decoration: underline;
}

/* listen im text */
#text ul {
	margin: 16px 0 16px 0;
	padding: 0 0 0 20px;
}

#text ul li {
	margin: 0 0 8px 0;
}

td.left {
	color: #417BB5;
	text-align: left;
}

td.right {
	text-align: right;
}

/* CONTENTBLOCK */

div.imageblock {
	float: right;
	margin: 0 0 5px 5px;
}

span.imageblock {
	display: block;
	clear: both;
	color: #417BB5;
}

div.imageblock img {
	float: left;
	clear: both;
}

p.contentblock1 {
	text-indent: 20px;
}

li.contentblock {
	text-indent: 15px;
	background: url("../images/form_req.gif") 0px 2px no-repeat;
	list-style-type: none;
}

/* FUSSZEILE */

a.toplink {
	float: right;
	text-decoration: none;
	color: #417BB5;
	font-size: 10px;
}

a.toplink:hover {
	text-decoration: underline;
}

#foot {
	clear: both;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
}

/* links in fusszeile */
#foot a {
	text-decoration: none;
	color: #417BB5;
	font-size: 10px;
	margin: 0 0 15px 15px;
}

#foot a:hover {
	text-decoration: underline;
}

#foot_image {
	display:none;
	position: absolute;
	width: 100%;
	margin-bottom: 15px;
	background: url("../images/bottom_bg.gif") bottom left repeat-x;
}
/* SITEMAP-LISTEN */

/* floaten nach links, dh bei haelfte eine neue liste beginnen */
ul.sitemap {
	float: left;
	width: 300px;
	clear: none;
	list-style: none;
	margin: -20px 10px 0 0;
	padding: 0;
}

ul.sitemap li {
	width: 100%;
	font-weight: bold;
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
}

ul.sitemap li ul {
	float: left;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
	

ul.sitemap li ul li {
	width: 250px;
	padding: 0 0 0 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

/* KONTAKT */

#text form {
	color: #417BB5;
	margin: 16px 0 0 0;
}

#text form a {
	color: #417BB5;
	text-decoration: none;
}

#text form a:hover {
	text-decoration: underline;
}

input.req {
	border: 1px solid #417BB5;
	background: #DAE6F1;
}

textarea {
	border: 1px solid #417BB5;
}

/* fuer "required" */
p.info {
	margin: 16px 0 0 0;
	width: 30%;
	float: left;
	padding: 0 0 0 15px;
	background: url("../images/form_req.gif") 0px 2px no-repeat;
}

p.submit {
	margin: 16px 0 0 0;
	width: 30%;
	float: right;
	text-align: right;
	color: #FFF;
}

input.submit {
	color: #417BB5;
	background: #FFF;
}

td.member {
	width: 200px;
}

/* EMPFEHLUNGSFORMULAR */

#mail body {
	background: #FFF;
}

#mail form {
	color: #417BB5;
	margin: 16px 0 0 10px;
}

#mail h2 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
}

/* STARTSEITE */

/* links werden oben bei #head_menu definiert */
#start_sprachen {
	position: absolute;
	top: 30px;
	left: 65px;
	height: 20px;
}

/* startseite: links auf aktuelles */
#start_aktuelles {
	position: absolute;
	top: 505px;
	left: 65px;
	height: 20px;
}

#start_aktuelles a {
	float: left;
	text-decoration: none;
	margin-right: 3px;
}

#start_aktuelles a.grey {
	color: #999;
}

#start_aktuelles a.blue {
	color: #9db6cf;
}

#start_aktuelles a:hover {
	color: #333;
	text-decoration: none;
}

#start_aktuelles a.grey:hover {
	color: #333;
}

#start_aktuelles a.blue:hover {
	color: #2f72b5;
}

/* das startseitenmenue */
#start_menu {
	position: absolute;
	left: 430px;
	top: 426px;
}

#start_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#start_menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 18px;
}

#start_menu ul li a {
	display: block;
	margin: 0;
	padding: 2px 9px 4px 9px;
	border-right: 1px solid #9a9a9a;
	text-decoration: none;
}

/* first und last: kein border links bzw rechts */

#start_menu ul li.first a {
	margin: 0;
	padding: 2px 9px 4px 0;
	text-decoration: none;
}

#start_menu ul li.last a {
	margin: 0;
	padding: 2px 0 4px 9px;
	border: 0;
	text-decoration: none;
}

#start_menu ul li a:hover {
	text-decoration: underline;
}


/* logo auf startseite ist auch h1 fuer suchmaschinen */
h1.start {
	position: absolute;
	left: 65px;
	top: 100px;
	width: 563px;
	height: 250px;
	text-indent: -9999px;
	background: url("../images/eas_start.gif") top left no-repeat;
}

h1.start a  {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	width: 563px;
	height: 250px;
	
	background: url("../images/eas_start.gif") top left no-repeat;
	text-decoration: none;
}

/* das foto unten */
#start_illu {
	position: absolute;
	top: 449px;
	left: 431px;
	z-index:10;	
}

#start_illu img {
	width: 100px;
	height: 74px;
	margin-right: -2px;
}
