@charset "utf-8";
/* CSS Document */

header {
    position: relative;
    padding: 0em;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;        
}

h1 {
    margin-left: 240px; 
    position: relative;
}

h2 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #4C4C4C;
    margin-left: 80px;
    font-size: 3em;
    position: relative;
    padding-top: 0em;
    }

#container1{
   font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   position: relative;
   font-size: 1em;
   margin-right: 60%;
}

#text {
    margin-left: 10px;
    float:left;
    overflow:auto;
    list-style: none;
}

#production {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #312C2C;
    line-height: 0.5;
    font-size: 1.5em;
    margin-bottom: 2em;
    padding-top: 15px;
    padding-left: 20px;
    background: linear-gradient(to left, #8C1344, white); 
    border:5px solid white;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}  

#parts {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #312C2C;
    line-height: 0.5;
    font-size: 1.5em;
    margin-bottom: 2em;
    padding-top: 15px;
    padding-left: 20px;
    background: linear-gradient(to left, #8C1344, white);
    border:5px solid white;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}

#machining {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #312C2C;
    line-height: 0.5;
    font-size: 1.5em;
    margin-bottom: 2em;
    padding-top: 15px;
    padding-left: 20px;
    background: linear-gradient(to left, #8C1344, white); 
    border:5px solid white;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}

#printing {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #312C2C;
    line-height: 0.5;
    font-size: 1.5em;
    margin-bottom: 0.3em;
    padding-left:20px;
    background: white;
}

#printing2 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #312C2C;
    line-height: 0.5;
    font-size: 1.5em;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
    background: linear-gradient(to left, #8C1344, white); 
    border:5px solid white;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}
.clear{
    clear: both;
    height: 10px;
    background-color:rgba(255,255,255,1.00);
}

.thumbnail-ob {
    margin:0;
    padding: 0;
    float:left;
    overflow:none;
    list-style: none;
   
    }
#thumbnail li a:hover {
    background-color:rgba(54,53,106,1.00);
    
}

.small{
    height: 60px;
    width: 80px;
}

#fullframe{
    margin-top:25px;
    padding:0;
    margin-left:500px;
    float:0 auto;
    width: 560px;
    height:510px;
    overflow: hidden; 
}

#fullframe li {
  list-style:none; /*Liste ohne Punkte/Zahlen*/
 }

#fullframe li img {
  display:block;
  margin:0 auto;      /* Zentrieren */
  border: thick double rgba(57,57,116,1.00);
} 

.navigation {
    list-style: none;
    float: left;
    
     }

#button a{  
    text-decoration: none;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.6em;
    padding-right: 30px;
    padding-bottom: 10px;
    color: rgba(54,53,106,1.00);    
}
#button a:hover {
    border-top: solid rgba(60,60,60,1.00) 5px;
}
.imprint{
    margin-left: 30px;
    margin-right: 350px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:576px;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
    margin-bottom: 20px;
}

/* Style the text boxes */
input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

textarea {
	height:213px;
}

#submit {
    width:127px;
    height:38px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    
	}
