/* Standard CSS-Datei */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
background-color: #78797B;
SCROLLBAR-BASE-COLOR: #b3b3b3;
SCROLLBAR-ARROW-COLOR: #ffffff;
background-image: url('../images/bg_site.png');
background-repeat: repeat;
background-position: top center;
}

/* Heading */


/* Text */

td, p, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 120%;
}

/* Headings */


h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 130%;
}

h2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 120%;
}



/* Links */

a:active {  color: #ffffff}
a:hover {  color: #ffffff}
a:link {  color: #ffffff}
a:visited {  color: #ffffff}


a.btn1, a.btn1:link, a.btn1:visited, a.btn1:active {
height: 13px;
line-height: 13px;
width: 90px;
display: block;
margin-right: 20px;
color: transparent;
float:left;
text-decoration: none;
background-image: url('../images/btn_engineering.png');
background-repeat: no-repeat;

}

a.btn1:hover {
background-image: url('../images/btn_engineering_hover.png');
}


a.btn2, a.btn2:link, a.btn2:visited, a.btn2:active {
height: 13px;
line-height: 13px;
width: 136px;
display: block;
margin-right: 20px;
color: transparent;
text-decoration: none;
float:left;
background-image: url('../images/btn_automatisierung.png');
background-repeat: no-repeat;

}

a.btn2:hover {
background-image: url('../images/btn_automatisierung_hover.png');
}

a.btn3, a.btn3:link, a.btn3:visited, a.btn3:active {
height: 13px;
line-height: 13px;
width: 183px;
display: block;
margin-right: 20px;
color: transparent;
text-decoration: none;
float:left;
background-image: url('../images/btn_verfahrensintegration.png');
background-repeat: no-repeat;

}

a.btn3:hover {
background-image: url('../images/btn_verfahrensintegration_hover.png');
}

a.navigation, a.navigation:link, a.navigation:visited, a.navigation:active {
height: 50px;
line-height: 50px;
margin-right: 20px;
color: white;
font-weight: bold;
text-align: left;
vertical-align: baseline;
text-decoration: none;
float:left;
font-size: 14px;
}

a.navigation:hover {
color: #b3b3b3;
}

a.footer_nav, a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active {
margin-right: 10px;
color: white;
font-weight: bold;
text-align: left;
vertical-align: baseline;
text-decoration: none;
float: right;
font-size: 10px;
background-image: url('../images/arrow.png');
background-repeat: no-repeat;
background-position: left;
text-indent: 10px;
}

a.footer_nav:hover {
color: #b3b3b3;
}

/* Seitenstruktur */

#main {
width: 880px;
height: 570px;
display: block;
margin-top: 40px;
background-image: url('../images/bg_main.png');
background-repeat: no-repeat;
}

#header {
width: 100%;
height: 112px;
display: block;
background-image: url('../images/bg_header.png');
background-repeat: repeat-x;
margin-top: 2px;
padding: 0;
text-align: left;
}

#logo {
background-image: url('../images/logo.png');
background-repeat: no-repeat;
width: 129px;
height: 42px;
position: relative;
top: 40px;
left: 715px;
}

#footer {
width: 880px;
}

#navigation_horiz {
width: 880px;
height: 50px;
line-height: 50px;
display: block;
margin: 0;
padding: 0;
text-align: right;
vertical-align: baseline;
}

#main_body {
width: 880px;
height: 390px;
display: block;
margin: 0;
padding: 0;
}

#column1 {
margin-top: 5px;
margin-left: 45px;
width: 325px;
height: 330px;
display: block;
float: left;
background-image: url('../images/engineering.gif');
background-repeat: no-repeat;
}

#container_picture {
margin-top: 5px;
width: 325px;
height: 330px;
display: block;
float: left;
}

.example_picture {
border: 1px solid white;
}

#column2 {
margin-top: 5px;
margin-left: 10px;
width: 450px;
height: 330px;
display: block;
float: right;
background-image: url('../images/bg_text.gif');
background-repeat: no-repeat;
}

#column2_text {
margin: 5px;
width: 415px;
height: 320px;
display: block;
overflow: auto;
text-align: left;
}

.spacer {
margin: 25px;
}