@import url("news.css") screen;

html, body, form, form p {
	margin:0px;
	padding:0px;
}

html, body, form, form p, p, textarea, td, ul, ol {
	font-size:11px;
	line-height:18px;
	font-family:arial,helvetica,verdana,sans-serif;
	color:#283360;
}

h1 	{
	color:#283366;
	font-size:19px;
	line-height:21px;
	margin-bottom:20px;
}

h2 	{
	color:#283366;
	font-size:11px;
	margin:10px 0px 0px 0px;
}

h3	{
	color:#3C4C6B;
	font-size:11px;
	font-weight:normal;
}

h4 	{
	color:#273473;
	font-size:13px;
	line-height:21px;
}

a:link {
	color:#283360;
	text-decoration:underline;
}

a:visited {
	color:#283360;
	text-decoration:underline;
}

a:hover, a:active {
	color:#9aa0c0;
}

li {
	list-style-image:url(/fileadmin/templates/img/list_style_image.gif);
	margin-left:15px;
}


#footer {
	font-size:10px;
	line-height:14px;
	color:#516181;
        text-decoration:none;
}

#footer a {
        color:#516181;
        text-decoration:none;
}

#footer a:hover {
        color:#516181;
        text-decoration:none;
}



/* ### main ### */

* {margin: 0; padding: 0;}

body {
	background:url(/fileadmin/templates/img/bkgd_main.gif);
	padding: 0;
	z-index: 1;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	margin-top: 5%;
	background: #e5e5e5;
z-index:-10;
}

#container {
	margin: 0 auto;
  	min-height:100%;
  	z-index:-10;
}

* html #container {  /* IE Hack for 100% height */
	margin: 0 auto;
  	height: 100%;
}

.clear {
	clear:both;
}


/* header */

.header {
        background:url(/fileadmin/templates/img/bkgd_top_01.jpg) ;
	height: 175px;
	background: transparent;
	z-index:-10;
}


/* content */

#page_content {
	width:1000px;
	margin-top:20px;
}
	
#page_content #content_left {
	width:160px;
	float:left;
	margin-left:20px;
}

* html #page_content #content_left {
	margin-left:10px;
}

#page_content #content_middle {
	background:url(/fileadmin/templates/img/dot_content.gif) ;
	width:550px;
	float:left;
	padding:0px 20px;
	min-height:400px;
	height:auto;
}

#page_content #content_right {
	width:190px;
	float:left;
	margin-left:20px;
}

* html #page_content #content_right {
	width:210px;
}

.ie6_fix {
	display:none;
}

* html .ie6_fix {
	display:block;
	height:168px;
}



/* Footer */

#page_footer {
	width:1000px;
	margin-top:20px;
}
	
#page_footer #footer_left {
	width:160px;
	float:left;
	margin-left:20px;
}

* html #page_footer #footer_left {
	margin-left:10px;
}

#page_footer #footer_middle {
	border:0px solid black;
	width:550px;
	float:left;
	padding:0px 20px;
	margin-top:20px;
	min-height:40px;
	height:auto;
}

#page_footer #footer_right {
	border:0px solid black;
	width:200px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	min-height:40px;
	height:auto;
}

* html #page_footer #footer_right {
	width:220px;
}


/* ### navigation ### */

/* language */

.language {
	text-align:right;
	height:25px;
	margin-top:-165px;
	margin-right:20px;
}

.language a {
	color:#d5d8eb;
	text-decoration:none;
}

.language a:hover {
	color:#9aa0c0;
	text-decoration:none;
}


/* topmenu */

.topmenu {
	text-align:right;
	height:25px;
	font-weight:normal;
	margin-top:-43px;
	margin-right:20px;
}

.topmenu a {
	color:#d5d8eb;
	text-decoration:none;
}

.topmenu a:hover {
	color:#9aa0c0;
	text-decoration:none;
}

/* menu */

.menu {
	text-align:left;
	height:25px;
	margin-top:4px;
	margin-left:200px;
}

.menu a {
	color:#d5d8eb;
	text-decoration:none;
}

.menu a:hover {
	color:#8b90ad;
	text-decoration:none;
}

.nav {
	padding-right: 17px;
}

.navon {
	padding-right: 20px;
}

.navon_act {
	color:#8b90ad !important;
	padding-right: 20px;
}


/* submenu */

.subnavigation {
	border: 1px solid transparent;
	width: 158px;
	text-align: left;
}

.subnavigation a {
	text-decoration:none;
}

.subnavigation a:hover {
	text-decoration:none;
}

.subnav {
	padding-right:0px;
	line-height:12px;
}

.subnavon {
	padding-right:0px;
	line-height:12px;
}

#subnav_spacer {
	padding-bottom:8px;
}

#subnav_spacer_on {
	padding-bottom:8px;
	padding-left:10px;
}


/* subsubmenu */

.subnav_2 {
	font-size:10px;
	line-height:14px;
	margin:10px 0px 0px 0px;
}



/* CSS Dave */

#macina_header {
	z-index:-100;
}

#macina_header img {
	z-index:-100;
}
.header img {
	z-index:-10;
}

/*a.homelink {
	z-index:1000;
	display:block;
	position:absolute;
	height:240px;
	width:180px;
	top:0px;
	text-decoration:none;
	border:0px transparent;
}

span.homelink {
	display:block;
	height:240px;
	width:180px;
	text-decoration:none;
	border:0px transparent;
	z-index:1000;
	position:relative;
}*/

.topmenu ul {
	list-style:none;
	display:inline;
}

.topmenu li {
	display:inline;
	padding-left:10px;
	margin-left:0px;
}

#footer_right ul {
	list-style:none;
	display:	inline;
}

li.footernavi {
	display:inline;
	padding-left:2px;
	font-size:10px;
	margin-left:0px;
	text-decoration:none;
}


/* newsletter */


.newsletter {
	text-align:right;
	margin:10px 0 25px 0;
}

.newsletter ul {
	text-align:left;
	margin-bottom:0px;
}

#newsletter {
	background:url(/fileadmin/templates/img/pict_newsletter.gif)
	no-repeat;
}

span.more {
	padding-left:20px;
	display:inline-block;
	height:14px;
	margin-top:10px;
}


/* diagramme */


.diagramm_1 {
	border: 0px solid red;
	z-index:1000;
	position:relative;
	height:60px;
}

.diagramm_2 {
	border: 0px solid green;
	z-index:100;
	position:relative;
	height:60px;
}

ul.cssbox {
	height:50px;
	float:left;
	display:block;
	width:100px;
	list-style:none;
	text-align:center;
	background:#003867;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
}

ul.cssbox li.cssbox a{
	font-size:11px;
	line-height:13px;
	display:block;
	color:#efefef;
	list-style:none;
	text-decoration:none;
	width:90px;
	padding:5px 5px 5px 5px;
}

ul.cssbox li.cssbox a:hover {
	list-style-image:none;
	background:#003867;
	list-style:none;
	border-top:0px solid #1a4c76;
}

ul.cssbox li.cssbox span {
	display:none;
}

ul.cssbox li.cssbox a:hover span {
	display:block;
	list-style:none;
	font-size:0.9em;
	border-top:1px solid #3373a9;
	background:gray;
	padding:5px 0px 3px 0px;
}

ul.box_spacer {
	float:left;
	display:block;
	width:7px;
	list-style:none;
}

.cssbox_on {
	text-decoration:underline !important;
}

.underline {
	color:#efefef;
	line-height:13px;
	text-decoration:underline !important;
}

li.cssbox {
	list-style-image:none !important;
	margin-left:0px !important;
}

span.grafik_pos {
	color: #003867 !important;
}

/*Dave*/
.cssbox_on span { text-decoration:none !important; }



/* tx-powermail-pi1 */

.tx-powermail-pi1_fieldset {
	border: 0px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html label{
	width: 150px;
	display: block;
	float: left;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html input{
	width: 250px;	
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html textarea{
	width: 250px;
}
	
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html select{
	width: 250px;	
}

.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 150px !important;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_radio label {
	width: 0px !important;
}

.powermail_radio_inner {
	margin-right: 25px;
	margin-left: 150px;
}
.powermail_radio_inner label {
	width: 60px !important;
}
.powermail_radio_inner input {
	margin-bottom: 5px;
	width: 20px !important;
}
.powermail_check_inner {
	float: left;
	margin-right: 3px;
}
.powermail_check_inner input {
	width: 20px !important;
}
#powermaildiv_uid11 {
	margin-top: 5px;
}
.tx_powermail_pi1_fieldwrap_html_radio {
	margin-top: 4px;	
	margin-bottom: 4px;
}

.tx_powermail_pi1_fieldwrap_html_check_title {
	width: 150px !important;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_check label {
	width: 150px !important;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	margin-left: 150px;
	margin-bottom: 20px !important;
}

.tx_powermail_pi1_fieldwrap_html_captcha {

}

.tx_powermail_pi1_fieldwrap_html_captcha lable {
	margin-left: 150px;
	margin-top: 20px;
}

.tx_powermail_pi1_fieldwrap_html_captcha description {
	float: left;
	margin-left: 150px;
	margin-top: 20px;
}

.tx_powermail_pi1_fieldwrap_html_captcha_picturereload {
	float: left;
	padding-left: 150px;
	margin-bottom: 20px;
	width: 300px!important;
}

.tx_powermail_pi1_fieldwrap_html_captcha_accessible {
	float: left;	
}

.tx_powermail_pi1_fieldwrap_html_captcha_input {
	float: left;
	padding-left: 150px;
	margin-bottom: 10px;
}

.tx_powermail_pi1_fieldwrap_html_captcha_picture {
	float: left;
	padding-left: 150px;
	margin-bottom: 10px;
}
.tx_powermail_pi1_fieldwrap_html_captcha_picture img {
	margin-left: 0!important;
	margin-right: 0!important;
}

.tx_powermail_pi1_fieldwrap_html_captcha_picture {
	clear: both;
}

.tx_powermail_pi1_fieldwrap_html_captcha_input {
	clear: both;
}

.tx_powermail_pi1_fieldwrap_html_captcha_picturereload{
	clear: both;
}
.powermail_mandatory_js {
	padding-left: 150px; 
}
.tx_powermail_pi1_fieldwrap_html_captcha_input .powermail_mandatory_js {
	padding-left: 0;
}


/* Newsletter */

#newsletter_main {
  width: 600px; margin:0px auto 0px auto; background-color:#FFF;
}

#newsletter_bg {
  background: url(/fileadmin/templates/img/newsletter/bkgd_main.gif);
}

#newsletter_header {
  width: 600px; height: 141px; background: url(/fileadmin/templates/img/newsletter/top_newsletter.jpg);
}
		
#newsletter_contentArea {
  width: 540px; margin-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px; text-align: left;
}
		
#newsletter_footer {
width: 600px; clear: both; text-align: center; border-top: 1px solid #283360; padding-top: 15px; padding-bottom: 15px;
}

.divider hr {
	valign: left;
	text-align: left;
	width: 150px;
}

		

