/* CSS Document */
body {
	background-color: #bcb7b4;
	text-align:center;
  }
	
#site{
      	width:988px;
	      margin:0px auto;
	      font-family: tahoma, verdana,arial;
	      }
	      
#menu_lg{
	text-align: right;
}

#logo {
	text-align: left;
	border-bottom:2px solid #535986;
}	     
	      
#menu{
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	height: 590px;
	background-image:url('../images/hint.jpg');
   background-repeat:repeat-n;
}

#content1 {
background: #cddbe8;
border: 1px solid #535986;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 55px;
font-size: 1.2em;
color: #333;
position: absolute;
width: 850px;
height: 500px;
top: 33%;
left: 23%;
margin-top: -75px;
margin-left: -100px;
padding-top: 20px; 
padding-left: 20px; 
padding-right: 20px; 
}

#content2 {
background: #cddbe8;
border: 1px solid #535986;
font-family: tahoma, verdana,arial;
text-align: left;
line-height: 20px;
font-size: 13px;
color: #333;
position: absolute;
width: 850px;
height: 500px;
top: 33%;
left: 23%;
margin-top: -75px;
margin-left: -100px;
padding-top: 20px; 
padding-left: 20px; 
padding-right: 20px; 
overflow: auto;
}
	      
#footer{
	margin-top: 3px;
	width: 100%;
	height: 15px;
	background-color: #535986;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

a.link {
  text-decoration:none;
  border: 0;
  }
  
a.link2 {
  letter-spacing: 1px;
  font-size:10px;
  color: #ffffff;
  text-decoration:none;
  }
  
a.link2:hover {
text-decoration:none;
font-weight: bold;
}

/* Formular */  
  
#form{
    background: #cddbe8;
	border: 1px solid #535986;
	font-family: tahoma, verdana,arial;
	text-align: left;
	line-height: 22px;
	font-size: 12px;
	color: #333;
	position: absolute;
	width: 850px;
	height: 500px;
	top: 33%;
	left: 23%;
	margin-top: -75px;
	margin-left: -100px;
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
    }
html>body #form {
    padding-left: 20px;
    }
    
    
    
#tx1{
	font-family:tahoma,arial;
	font-size:12px;
	text-transform:uppercase;
	}
	
#tx2{
	font-family:tahoma,arial;
	font-size:13px;
	color: #535986;
	
	}

	
#field {
	font-family:tahoma,arial;
  font-size: 11px;
	color:#000000;
	background-color:#ffffff;
   border: 1px solid black; 
	height:17px;
	}
	
.field {
  font-family:tahoma,arial; 
  color:#000000; 
  background-color:#ffffff; 
  border: 1px solid black; 
  text-align:left; 
  font-size:11px
  }
  
#field1 {
	font-family:tahoma,arial;
   font-size: 11px;
	color:#000000;
	background-color:#ffffff;
   border: 1px solid black; 
	height:17px;
	width:128px;
	}
html>body #field1 {
    width:124px;
    }

.button1 {
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-family:tahoma,arial; 
	font-size: 14px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	color: #E22D18;
	background-color: #DDDDE1;
}