/* amg.css */

html, body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	border: none;
  background-color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
	height: 100%;
}


table {
/*  border-style: none; */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
}


td {
/*  border-style: none; */
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  vertical-align: top;
  border-spacing: 0px;
}

p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 7px;
}

img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Tabellenformate *****************************************/

.frame_c {
	background-color: #c6e4df;
	padding-left: 0px;
}

.main_c {
	background-color: #ffffff;
	text-align: center;
}

.logo_c {
	background-color: #ffffff;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	text-align: left;
}	

.crosslink_c {
	background-color: #ffffff;
	background-image:url(images/link_enviro.gif);
	background-repeat: no-repeat;
	background-position: 100% 20px;
}	

.mainmenu {
	margin-top: 1px;
	background-color: #686e6d;
	color: #ffffff;
}

.menu_filler {
	text-align: right;
	background-color: #686e6d;
	color: #ffffff;
}

.subnav_c {
	background-color: #ffffff;
	color: #6b6b6b;
	text-align: left;
	width: 280px;
	padding-top: 42px;
}

.content_c {
	background-color: #ffffff;
	color: #6b6b6b;
	text-align: left;
	padding-top: 42px;
}

.line_c {
	background-color: #008578;
	color: #6b6b6b;
	height: 1px;
}

.box_c {
	background-color: #e2f1ef;
	color: #6b6b6b;
	text-align: left;
}

.form_c {
	background-color: #e2f1ef;
	color: #6b6b6b;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}

.form_highlight_c {
	background-color: #c6e4df;
	color: #6b6b6b;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}

.popup_c {
	background-color: #008578;
}

/* Textformate *********************************************/

.content {
  background-color: #ffffff;
  font-size: 11px;
  color: #6b6b6b;
  line-height: 16px;
}

.content a {
  background: transparent;
  color: #6b6b6b;
  text-decoration: none;
	border-bottom: solid 1px #6b6b6b;
}

.content a:visited {
  background: transparent;
  color: #6b6b6b;
}

.content h1 {
	font-size: 21px;
	font-weight: normal;
	color: #008578;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 1px;
}

.content h2 {
	font-size: 21px;
	font-weight: normal;
	color: #62b3a7;
	margin-top: 0px;
	margin-bottom: 24px;
}

.content h5 {
	font-size: 11px;
	font-weight: bold;
    color: #008578;
	margin-top: 1px;
	margin-bottom: 3px;
}

a .fettgruen {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
    color: #008578;	
}

.content .small {
  font-size: 10px;
  line-height: 14px;
}

.content .tab_history_year {
	font-weight: bold;
	text-align: left;
	color: #a8b2b1;
	padding-right: 20px;
	padding-bottom: 16px;
}

.content .tab_history_txt {
	padding-top: 1px;
	padding-bottom: 8px;
	width: 370px;
}

.content .headline {
	margin-bottom: 20px;
}
	

/*
.content .year {
	text-align: center;
	background: #b5c2c0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 3px;
}
*/

.download a {
  background: transparent;
  color: #008578;
  text-decoration: none;
	border: none;
}

.download a:visited {
  background: transparent;
  color: #008578;
}

.subnav {
  font-size: 10px;
	line-height: 16px;
}

.subnav a {
  background: transparent;
  color: #6b6b6b;
  text-decoration: none;
	padding-left: 10px;
}

.subnav a:visited {
  background: transparent;
  color: #6b6b6b;
}

.subnav .active {
	padding-left: 10px;
  color: #008578;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}



.footer {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
  background-color: #ffffff;
  font-size: 9px;
  color: #a8b2b1;
  line-height: 14px;
}

.footer a {
  background: transparent;
  color: #a8b2b1;
  text-decoration: none;
}

.caption {
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 2px;
}

.caption_required {
	font-size: 11px;
	font-weight: bold;
	color: #008578;
	margin-left: 10px;
	margin-bottom: 2px;
}


/* Listen **************************************************/

ul {
  list-style-position: outside;
  list-style-image: url(images/bullet.gif);
  margin-top: 0px;
  margin-left: 18px;
  padding-top: 0px;
  padding-left: 0px;
  line-height: 16px;
}


li {
  font-size: 11px;
  line-height: 16px;
	margin-top: 0px;
  margin-bottom: 6px;
}



/* Eingabefelder *****************************************/


.input_standard {
	width: 150px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6b6b6b;
  margin-bottom: 0px;
	margin-right: 4px;
}

.input_required {
  background-color: #f0f7f6;
	width: 150px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6b6b6b;
  margin-bottom: 0px;
	margin-right: 4px;
}

.textarea_standard {
	width: 401px;
	height: 120px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6b6b6b;
	margin-right: 4px;
}

.textarea_message {
	width: 170px;
	height: 80px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #6b6b6b;
  margin-bottom: 4px;
	margin-right: 4px;
}



.input_tiny {
	width: 40px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #4c4842;
  margin-bottom: 4px;
}

.input_small {
	width: 100px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #4c4842;
  margin-bottom: 4px;
}


.input_large {
	width: 220px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #4c4842;
  margin-bottom: 4px;
}

.input_highlight {
  background-color: #e9dcdb;
	width: 80px;
	height: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #4c4842;
  margin-bottom: 4px;
}

.table_c_even {
				font-family: Tahoma;
                font-size: 10px;
                text-align: left;
                padding: 5px;
                vertical-align: top;
                border-bottom: #008578 1px solid;
}

th {
                font-family: Tahoma;
                font-size: 10px;
				padding: 5px 16px 5px 5px;
                text-align: left;
	            border: #fff 1px solid;
                background-image: url(images/unsortiert.gif);
                background-repeat: no-repeat;
                background-position: right;
}

th.down {
                font-family: Tahoma;
                font-size: 10px;
                padding: 5px 16px 5px 5px;
                text-align: left;
				border: #fff 1px solid;
                background-image: url(images/aufwaerts.gif);
                background-repeat: no-repeat;
                background-position: right;
}

th.up {
                font-family: Tahoma;
                font-size: 10px;
                padding: 5px 16px 5px 5px;
                text-align: left;
	            border: #fff 1px solid;
                background-repeat: no-repeat;
                background-image: url(images/abwaerts.gif);
                background-position: right;

}

.table_c_odd {
                font-family: Tahoma;
                font-size: 10px;
                text-align: left;
                padding: 5px;
                vertical-align: top;
                border-bottom: #008578 1px solid;
}

.inputLabel {
	color: #008578;
}


