@charset "UTF-8";

/* www.art-aspects.de 2009 */

html * { font-size: 100.01% }


body {
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 10pt;  
    color: #444;  
  }
  
  
 a {
 	color: #4FB0F4;
	text-decoration: underline;
 } 
 
 a:hover {
 	text-decoration: none;
 }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: "Century Gothic", Helvetica, sans-serif; 
  	font-weight: normal; 
  		font-size: 10pt; 
	color: #E19300; 
  	margin: 0; 
	padding-left: 15px;
  }

  h1 { font-size: 100%;}          /* 24px */
  h2 { font-size: 100%;}       /* 18px */
  h3 { font-size: 100%;}       /* 16px */
  h4 { font-size: 100%;}       /* 16px */
  h5 { font-size: 100%}                     /* 14px */
  h6 { font-size: 100%; font-style:italic }  /* 14px */

  h1 a {
  	color: #E19300;
  }
  
  .blue {
  	color: #4FB0F4;
  }
  
p {
	padding-left: 15px;
	padding-right: 15px;
}

ol li {
	padding-right: 20px;
}

table ul {
	color: #F9A200;
	font-size: 150%;
}

#download td {
	padding-bottom: 20px;
}

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #9da49c; padding:0; margin: 0 }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {
  position: relative;
  width: 910px; margin: 0 auto;
  padding: 0;
  }
  
  #page { 
  width: 890px;
  background: #e4e3d7; 
  padding: 10px 0px 5px 20px;
  }

  /* (en) Centering layou in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align:left }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    height: 146px;
	 width: 910px;
    background: url(../images/new/h_background_home_grau.gif);
	 background-repeat: no-repeat;
    padding: 0; 
  }
  
  #col_left {
  width: 685px;
  background-color: White;
  min-height: 300px;
 }
 
 #col_right {
 	float: right;
	width: 205px;
	background-color: transparent;
	min-height: 400px;
 }
 
 .header_title {
	position: absolute;
	top: 29px;
	left: 360px;
	color: #4FB0F4;
	font-size: 130%;
	padding: 0;
 }
 
 .step_button {
	margin: 16px 0 0 5px;
	border: none;
 }
 
 #colorline_1 {
 	position: absolute;
	top: 35px;
	left: 0;
	width: 48px;
	height: 17px;
 }
 
 #colorline_2 {
 	position: absolute;
	top: 35px;
	left: 165px;
	width: 182px;
	height: 17px;
 }
 
 #colorline_3 {
 	float: right;
	margin: 119px 0 0 0;
	width: 112px;
	height: 4px;
 }
 
 
 #colorline_1,
 #colorline_2,
 #colorline_3 {
 	background-color: #F9A200;
 }
 
 /* Navigation */
 #nav {
 	position: absolute;
	display: block;
	top: 109px;
	left: 13px;
	height: 25px;
	width: 800px;
	text-align: center;
}

#nav_main {
	margin: 0 auto;
	height: 25px;
	overflow: hidden;
	padding: 0;
}

#nav_main ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    padding: 0;
  }

#nav_main ul li {  
    /* border-right: 1px #a4a3a3 solid; */
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 11pt;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

#nav_main ul li a {
    background: transparent;
    color: #484849;
    display: block;
    margin: 0;
    padding: 0 11px 0 5px;
    text-decoration: none;
    width: auto;
  }

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  { color: #4FB0F4; text-decoration: none; }

#nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent; 
  }

#nav_main ul li#current strong,
#nav_main ul li#current a,
#nav_main ul li#current a:focus,
#nav_main ul li#current a:hover,
#nav_main ul li#current a:active { text-decoration: none; color: #4FB0F4; padding: 0 11px 0 10px;}

.headline_red {
	color: #E19300; 
}

#footer {
	margin-top: -10px;
	background-image: url(../images/new/h_background_home_grau.gif);
	background-position: 0px 17px;
	height: 25px;
	width: 890px;
	font-size: 90%;
	padding: 9px 0 0 20px;
	text-align: left;
}

#footer a {
	text-decoration: none;
	color: #444;
}

#footer a:hover {
	color: #4FB0F4;
}

.addthis_button {
	float: right;
	margin-top: -15px;
	margin-right: 20px;
}

.language_flag {
	position: absolute;
	top:5px;
	left: 702px;
	border: 1px #444 solid;
}
.language_flag2 {
	position: absolute;
	top:5px;
	left: 730px;
	border: 1px #444 solid;
}
.language_flag3 {
	position: absolute;
	top:5px;
	left: 758px;
	border: 1px #444 solid;
}
.submenu {
	padding-left: 20px;
	color: #4FB0F4;
}

.submenu a {
	text-decoration: none;
	color: #444;
}

.submenu a:hover {
	color: #4FB0F4;
}

.submenu_sub {
	padding-left: 40px;
	color: #4FB0F4;
}

.submenu_sub a {
	text-decoration: none;
	color: #444;
}

.submenu_sub a:hover {
	color: #4FB0F4;
}

.active a {
	color: #4FB0F4;
	text-decoration: none;
}

.active a:hover {
	color: #4FB0F4;
	text-decoration: underline;
}

.image_right {
	float: right;
	padding: 0 0 30px 30px;
}

.pdf_right {
	position: absolute;
	left: 573px;
	top: 177px;
	width: 110px;
	border: none;
}

.lanza_map {
	float: right;
	margin-top: 22px;
}

.text_right {
	float: right;
}

.instucture_image_right {
	float: right;
	margin-top: 22px;
}

.instucture_image_left {
	float: right;
	margin-top: 22px;
	padding-left: 20px;
}

.small {
	font-size: 80%;
}

.noborder {
	border: none;
}

.wordpic {
	border: none;
	padding-right: 10px;
}

.red {
	color: #E12200;
}

/* newsletter */

#newsmail {
	width: 175px;
}

#newsmail,
#subscribe {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 10pt; 
	padding: 0;
}

#news_button {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 10pt; 
}

form {
	margin-top: 0;
}

#project_1 {
	float: right;
}

#project_2 {
	
}

#project_3 {
	float: right;
}

#project_1,
#project_2,
#project_3,
#project_4 {
	width: 320px;
	height: 200px;
	margin-left: 20px;
	margin-top: 10px;
	border-left: #F9A200 4px solid;
	color: #E19300;
}

.top_0 {
	margin-top: 0;
	padding-top: 0;
}


#schedule_foreign {
	margin: -11px 0 0 0;
	border: none;
}

#schedule_horiz {
	margin: 75px 0 0 0;
	border: none;
}

#schedule_nonk,
#schedule_natur {
	margin: 57px 0 0 0;
	border: none;
}

#lanza_sched {
	float: left;
	width: 210px;
	height: 200px;
}

#project_1 ul li,
#project_2 ul li,
#project_3 ul li,
#project_4 ul li {
	list-style-type: none;
	padding-top: 10px;
}

.image_ie {
	float: right;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.down {
	margin-left: 15px;
}

.down td {
	line-height: 30px;
}

#hinweis {
	margin: 25px 0 0 0;
	padding: 0 0 0 5px;
	width: 680px;
	height: 25px;
	background-color: #D0E9F6;
}

