/* clockboxx main stylesheet | author: david pithan | usability for the win. */

 body {
       background-color: #ABBABD;
	   text-align: center;
	   }
	   
 #main {
        width: 800px;
		margin: auto;
		border: 0;
		margin-top: 80px;
		}
		
		#head {
		       position: relative;
		       background-image: url("img/clockboxx1.gif");
			   background-position: top left;
			   background-repeat: no-repeat;
			   
			   width: 800px;
			   height: 160px;
			   
			   }
			   
		#navigation {
		             background-color: #ABBABD;
		             position: relative;
					 float: left;
					 width: 180px;
					 padding-top: 30px;
					 padding-left: 30px;
					 }
					 #navigation img {
					                  border: 0px;
									  }
					 #navigation img.sub {
					                      border: 0px;
										  
										  }
					 
	    #content {
		          background-color: #ABBABD;
		          position: relative;
				  float: right;
				  width: 580px;
				  font-family: Arial, Helvetica, sans-serif;
				  font-size: 9pt;
				  text-align: left;
				  padding-top: 30px;
				  }
				  
				  
		#content a {
		             color: #466464;
					 font-size: 9pt;
					 text-decoration: underline;
										}
		#content a:visited {
		                     color: #466464;
							 font-size: 9pt;
							 text-decoration: underline;
							}
										
		 #content a:hover {
		                   color: #000000;
						   font-size: 9pt;
						   text-decoration: none;
						   }
					 
		

.Stil3 {
        color: #000000; 
        font-weight: bold;
		}
		
		
 /* Kontaktformular */
  input {
         font-size: 8pt;
		 width: 400px;
		 margin-bottom: 5px;
		 }
		  input.send {
         font-size: 8pt;
		 width: 150px;
		 
		 margin-top: 10px;
		 }
		 
  textarea.msg {
                 width: 400px;
				 height: 180px;
				 font-family: Arial, Helvetica, sans-serif;
				 
				 }
				


