/*MAIN BODY STYLES*/

*{
	padding:0;
	margin:0;
 }

body{
		background-color: #e9e9e9;
		font-family: Verdana, Arial, "Century Gothic";
	}
	

#container{
		margin: auto;
		width: 1024px;
		}


#header{
		background-color:#e9e9e9;
		margin:auto;
		width:1024px;
		height:190px;
		width:900px;
		height:400px;
		}
		
#welcome{
		margin:auto;
		width:900px;
		
		}


			
#welcome h5{
		font-family:arial,verdana,sans-serif;
		color:#1f3e68;
		font-weight:bold;
		font-size:22px;
		margin-top:35px;
		}
		


		
#welcome li{
		list-style:none;
		font-family:arial,verdana,sans-serif;
		color:#1f3e68;
		font-weight:bold;
		font-size:14px;
		}



	
	#englishbtn {
				height:60px;
				width:180px;
				float:left;
				background:url(images/englishbtn.png) no-repeat 0 0;
				margin:0px 720px 0px 0px;
				padding:0;
			}	
			
			
			
		#englishbtn a {
  						display:block;
  						width:100%;
  						height:100%;
  						text-indent:-9999px;
  						outline:none;
					}	
					
					
			#englishbtn a:hover {
  							background:url(images/englishbtn.png) no-repeat 0px -60px;
						}
						
		
		
		
		
		
	#deutschbtn {
				height:60px;
				width:180px;
				float:left;
				background:url(images/deutschbtn.png) no-repeat 0 0;
				margin:0px 720px 0px 0px;
				padding:0;
			}	
			
			
			
		#deutschbtn a {
  						display:block;
  						width:100%;
  						height:100%;
  						text-indent:-9999px;
  						outline:none;
					}	
					
					
			#deutschbtn a:hover {
  							background:url(images/deutschbtn.png) no-repeat 0px -60px;
						}				





/*footer*/

#footer{
		width:600px;
		height:75px;
		margin:auto;
		margin-top:75px;
		padding-top:50px;
		float:middle;

		}

.footer-list{	
		decoration:none;
		margin:auto;
		padding-left:20px;
		}

.footer-list li{
		float:left;
		display:block;
		decoration:none;
		align:middle;
		font-weight:bold;

		}


.footer-list li a{		
		font-family:arial, verdana, sans-serif;
		font-size:11px;
		font-weight:bold;
		padding-right:15px;
		color: #5894de;
		text-decoration: none; 
		}

.footer-list li a:hover{
		color:#2d548f;
		}

.footer-list li p{	
		display:inline;	
		font-family:arial, verdana, sans-serif;
		font-weight:bold;
		font-size:11px;
		padding-right:15px;
		color: #5894de;
		}
		

