@charset "utf-8";
/* CSS Document */

/*	=RESETS / BASICS */
	* { 
		margin: 0; 
		padding: 0;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		line-height:18px;
		color:#55565a; 
		}
		
	body { 
		background: #8e0000; 
		background-image:url(images/bg.jpg);
		background-repeat:repeat-x; 
		}
		
	div { 
		margin-bottom: auto; 
		margin-left: auto; 
		margin-right: auto; 
		padding: 0px; 
		}
			
	img { 
		border: 0; 
		}
	
	a { 
		text-decoration:none;
		outline: 0;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		line-height:18px;
		color:#FFF; 
		}
		
	li {
	
	}
	
/* de rest */

	.register{
		background-color:#e0e0e0;
		height: 68px;
		width: 525px;
	}
	
		
	.thanks{
		padding:0 10px 0 10px;
		background-color:#e0e0e0;
		height: 68px;
		width: 525px;
		font-weight: bold;
	}
	
	.containertxt .thanks p{
		padding:20px 0;
	}
	
	.register .form-elements li {
		float: left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:15px 0 0;
		margin:10px 10px 10px 10px;
		padding:0px 5px 5px 5px;
	}
	
	.register .form-elements li  label{
		font-weight: bold;
		display:block;
	}
	
	.register .form-elements .sbmt{
		padding:14px;
	}

	.container {
		width:730px;
		height:528px;		
		}
		
	.container1 {
		width:730px;
		height:392px;		
		}
		
	.containertxt {
		width:540px;
		height:310px;
		margin-top:65px;
		margin-left:40px;
		float:left;
		}
	.containertxt p {
		padding:5px 0 5px 0;
	}
		
	.container2 .containercontact  .contactinfo ul{
		list-style: disc;
	}
	.container2 .containercontact  .contactinfo li{
		list-style-type: disc;
		float:left;
		color: white; 
		width:150px;
	}
	.container2 .containercontact  .contactinfo {
	/*	background:url(images/dot.jpg) no-repeat;*/
		width:300px;
		height:70px;
		margin-top:8px;	
	}
	
		
	.containercontact {
		width:540px;
		height:320px;
		margin-left:175px;
		margin-top:10px;
		}
		
	.logo {
		width:135px;
		height:104px;
		margin-top:67px;
		float:left;
		}
		
	.titel {
		margin-left:0px;
		width:324px;
		height:37px;
		}
	.newstext {
		margin-top:15px;
		margin-bottom:10px;
		margin-left:0px;
		width:447px;
		height:25px;
	}
	.contact {
		background-image:url(images/contact.jpg);
		margin-left:0px;
		width:74px;
		height:32px;
		}
		
	.txt {
		margin: 0; 
		padding: 0;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		line-height:18px;
		color:#FFF; 
		}
