/* CSS Document */

body{
margin:0 0 0 0;
width:100%;
height:100%;
background-color:#CCCCCC

}


#container{
width:100%;
height:auto;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
vertical-align:top;

}


#wrapper{

width:790px;
height:500px;
min-height:420px;


}


#header{
height:160px;

}


#center{

width:790px;
height:100%;
min-height:420px;
background-image:url(images/shadow.png);
background-repeat:repeat-y;


}

#header_splash{
height:100px;

}

#splash{

width:790px;
height:auto;
min-height:420px;
background-image:url(images/shadow.png);
background-repeat:repeat-y;


}


#bgfade{
background-image:url(images/bg_fade.jpg);
background-position:top right;
background-repeat:no-repeat;
margin-right:5px;
min-height:400px;}


#footer{
height:20px;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;

}


#line{
border-top: 5px solid #09C;
margin:0 20px  0 0;
}


.titel{
color: #039;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
text-align:left;
margin: 20px 20px 5px 0;

}


.subtitel{
color: #039;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:left;
margin: 10px 20px 0 0;

}

.subtitle2 {
color: #039;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:left;
}

p{
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

text-align:left;
padding: 0 20px 0 0;


}


ul{
list-style:disc;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:left;
text-decoration: none;
}

/**************    LINKS FOOTER  **************/

a {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;

border: 0 none;
height: 100%;
padding: 0 0 0 0;
} 

a:hover {
color: #666;
} 


a:active {
color: #039;
} 






/**************    SHADOWS   **************/


 #shadow3 {
	
	width:790px;
	height:11px;
  background-image:url(images/shadowbtm.jpg);
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
	
		
    }







/**************    PAGES   **************/



#home{

width:780px;
height:auto;
background-image:url(images/bg_home.jpg);
background-repeat:no-repeat;


}



p.home{
color: #039;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

text-align:left;

}





#machine{
border-bottom: 1px solid #09C;
height:180px;
width:280px;


}


/**************    FORM   **************/

form{ 
text-align:left;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
font-weight:normal;
margin-left:125px;
margin-right:180px;
} 

input
{
color: #333333;
background: #ffffff;
border: 1px solid #cccccc;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
}
textarea { 
text-align:left;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
} 
.asterix {
font-family:verdana, Arial, Helvetica, sans-serif;
color: #993300;
font-size: 9px;
font-weight:bold;
}

.form_error {
font-family:verdana, Arial, Helvetica, sans-serif;
color: #993300;
margin-left:135px;
font-size: 9px;
font-weight:bold;
}


.button
{
color: #333333;
background: #ffffff;
border: 1px solid #cccccc;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
font-weight:bold;
}


