* {
 margin: 0;
 padding: 0;
}

body {
background: #7b161a;
font-family: arial, helvetica, sans-serif;
font-size: 100.1%;
text-align:center;
}

a:link, a:visited {
 color: #444444;
text-decoration: underline;
}

a:hover, a:active, a:focus {
 color: #444444;
text-decoration: none;
}

.MsoNormal {
line-height: 1.5em;
font-size: 13px;
}

.normaltext {
 font-family: arial, helvetica, sans-serif;
 font-size: 13px;
 text-align: left;
 color: #444444;
}

.profiltext {
 letter-spacing: 0.1pt;
 width: 176px;
 border: 0px solid #000;
 }

  .innovationstext {
 letter-spacing: 0.2pt;
 width: 215px;
 } 
 
  *html .innovationstext {
 letter-spacing: 0.2pt;
 width: 215px;
 }
  
 *+html .innovationstext {
 letter-spacing: 0.2pt;
 width: 215px;
 }
 
/*
*html .profiltext {
 letter-spacing: -0.4pt;
 width: 172px;
 }

*+html .profiltext {
 letter-spacing: -0.4pt;
 width: 172px;
 }
*/
.grafiktext {
 letter-spacing: -0.1pt;
 width: 295px;
 }

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h2.contentheading {
font-size: 13px;
font-weight:bold;
margin:0px 0px 20px 0px;
 color: #444444;
}

#container1 {
margin: 25px auto 0px auto;
padding: 0px;
width: 950px;
height: 650px;
background: #fff;
text-align: left;
}

#container {
margin: 0px auto;
width: 850px;
height: 500px;
background: none;
}

#hspacer {
display: block;
margin: 0px auto;
width: 850px;
height: 20px;
background: none;
}

#navi {
background: none;
}

#main {
width: 950px;
height: 500px;
background: #ececec;
text-align: left;
}

#content {
border: 0px solid #000;
position: relative;
height: 498px;
overflow: hide;
font-size: 13px;
text-align: left;
margin-top: -500px;
}

*html #content {
border: 0px solid #000;
position: relative;
height: 498px;
overflow: hide;
font-size: 13px;
text-align: left;
margin-top: -503px;
}

*+html #content {
border: 0px solid #000;
position: relative;
height: 498px;
overflow: hide;
font-size: 13px;
text-align: left;
margin-top: -503px;
}

#content ul {
margin: 0px 0 10px 10px;
padding: 0 0 0 10px;
}

/*
#content a:link, a:visited {
color: #adadad;
text-decoration: none;
}

#content a:hover, a:active, a:focus {
color: #6d6d6d;
text-decoration: none;
}
*/

.wrap {
clear:both;
}

#footer {
height: 120px;
text-align: left;
background: #cbcbcb;
}

*html #footer {
height: 120px;
margin-top: -3px;
text-align: left;
background: #cbcbcb;
}

#bildbereich {
height: 80px;
width: 790px;
margin: 20px 0px 0px 20px;
background: #fff;
float: left;
}

*html #bildbereich {
height: 80px;
width: 770px;
margin: 20px 0px 0px 20px;
background: #fff;
float: left;
}

#logo {
position: relative;
top: 20px;
right: 22px;
width: 80px;
height: 64px;
float: right;
background: url(../images/logo.gif) no-repeat;
border: 8px solid #fff;
}

*html #logo {
position: relative;
top: 20px;
right: 22px;
width: 96px;
height: 80px;
float: right;
background: url(../images/logo_ie6.gif) no-repeat;
border: 0px solid #fff;
}

/* =======================================
	Horizontales Drop-Down Menü
    ======================================= */
    .moduletable_topnavi{
	   position: relative;
	   top: 0px;
	   left: 0px;
       padding:0;
       color: #fff;
       height: 60px;
       margin: 0;
       font-size: 13px;
	   border: 0px solid #000;
	   background: #cbcbcb;
	   text-transform: uppercase;
    }
	
    .moduletable_topnavi ul{
       list-style: none;
       margin: 0;
       padding: 26px 0px 10px 20px;
	}

    .moduletable_topnavi li{
       margin: 0px 0px 0px 0px;
       float: left;
	   border-right: 0px solid #adadad;
	   padding: 0px 9px 0px 9px;
    }
		

/* =======================================
	dropdown-menü position und größe
    ======================================= */
    .moduletable_topnavi li ul {
	   background: #e8e8e8;
       position: absolute;
	/*  width: 150px;  */
       left: -999em;
       top: 40px;
	   padding: 4px;
    }
	
    .moduletable_topnavi li:hover ul {
       left: auto;
    }
    .moduletable_topnavi li ul li {
	/*  width: 150px;  */

	   border-left: 0px solid #adadad;
	   background: #e8e8e8;
    }

    .moduletable_topnavi li a{
	   font-family: arial, helvetica, sans-serif;
	/* font-style: italic;  */
       display: block;
       padding: 0px 2px 0px 2px;
       background-color:none;
       color: #fff;
       font-weight: normal;
       text-decoration: none;
	   text-align: center;
    }	

    html>body .moduletable_topnavi li a {
       width: auto;
    }
	
/* dropdown-aussehen wenn anderer link aktiv ist*/
    .moduletable_topnavi li ul li a {
	   font-size: 11px;
       background-color: #e8e8e8;
       color: #adadad;
       /* ---
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
       opacity: 0.8;*/
    }

/* hover-schriftfarbe nicht aktiver links*/
    .moduletable_topnavi li a:hover,a#active_menu:link,a#active_menu:visited{
       color: #6d6d6d;
       text-decoration: none;
       /* ---
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;*/
    }
	
	
	.moduletable_topnavi ul li a:link, .moduletable_topnavi ul li a:visited {
       color: #fff;
text-decoration: none;
}

.moduletable_topnavi ul li a:hover, .moduletable_topnavi ul li a:active, .moduletable_topnavi ul li a:focus {
text-decoration: none;
color: #6d6d6d;
}

/* ??? */
    .moduletable_topnavi li ul li a:hover {
       background-color: #c5cce7;
       color: #6d6d6d;
       background: url(../images/top_link_bg2_on.png) repeat-y top left;
    }

    .moduletable_topnavi li:hover ul, .moduletable_topnavi li.sfhover ul {
       left: auto;
    }

    .moduletable_topnavi ul li.active a {
       color: #6d6d6d;
       text-decoration: none;
    }
	
    .moduletable_topnavi li.parent.active a, .moduletable_topnavi li.parent.active a:visited {
       color: #6d6d6d;
       text-decoration: none;
    }
    .moduletable_topnavi li.parent.active a:hover, .moduletable_topnavi li.parent.active a:active {
       color: #6d6d6d;  
    }

    .moduletable_topnavi li.parent.active ul li a, .moduletable_topnavi li.parent.active ul li a:visited {
       color: #adadad;
       text-decoration: none;
	   font-size: 11px;
    }
    .moduletable_topnavi li.parent.active ul li a:hover, .moduletable_topnavi li.parent.active ul li a:active {
       color: #6d6d6d;
       text-decoration: none;
    }
	
	
/* ########################### Kontakt ########################### */
div.contact {
margin:0px 0;
}

address {
font-style:normal;
margin:0px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:normal;
width:14em;
margin:3px 0 0;
}

span.marker {
margin:0 0px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 0px;
}

.contact form {
background:#fff;
color:#000;
padding:0px;
margin:0px 0;
}

.contact input {
background:#eaeaea;
border:solid 1px #32428b;
color:#000;
padding:2px 2px 0;
margin:3px 0 0;
}

.contact .button {
color:#fff;
font-weight:bold;
margin:10px 0 0 0;
padding:0px;
background: #32428b;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:90%;
height:110px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 1px red;
}

.contact label.invalid {
color:red;
}


/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}


/* Tooltips */

div.tooltip {

	float: left;

	background: #ffc;

	border: 1px solid #D4D5AA;

	padding: 5px;

	max-width: 200px;

}



div.tooltip h4 {

	padding: 0;

	margin: 0;

	font-size: 95%;

	font-weight: bold;

	margin-top: -15px;

	padding-top: 15px;

	padding-bottom: 5px;

	background: url(../images_general/selector-arrow.png) no-repeat;

}



div.tooltip p {

	font-size: 90%;

	margin: 0;

}



/* Tooltips */

.tool-tip {

	float: left;

	background: #ffc;

	border: 1px solid #D4D5AA;

	padding: 5px;

	max-width: 200px;

	text-align:left;

}



.tool-title {

	padding: 0;

	margin: 0;

	font-size: 0.8em;

	font-weight: bold;

	margin-top: -15px;

	padding-top: 15px;

	padding-bottom: 5px;

	background: url(../../system/images/selector-arrow.png) no-repeat;

}



.tool-text {

	font-size: 0.8em;

	margin: 0;
}