
body{
	
/*	background: none;
	background-image: none; */
 
}

#BackgroundImage{
	
/*	background: none;	*/
	
}

#page_wrapper{
	
/*	background-color: white; */
		
}

#content_wrapper{
	
/*	background-color: white;*/
		
}

#topArea2{

/*	background-color: white; */
		
}

#topArea2Inside{
	
/*	background-color: white; */
		
}

#LandingPageContent{
	
	background-color: #e8e8e8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -kthml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    	
}

#LandingPageContent #LandingPageContentHead .pageHead{
	
	text-align: left;
		
}

#LandingPageContent #LandingPageContentHead #LandingPageContentHeadLogo{
	
	position: relative;
	right: 20px;
	top: 10px; 
	width: 400px;
	height: 10px;
   /* background-image: url(./logo.png); 
	background-color: red;*/ 
		
}


#LandingPageContent #LandingPageContentForm{
	line-height: 30px;	
}

#LandingPageContent #LandingPageContentFormBenutzer{

	position: relative;
	left: 30px;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #cccccc;
	width: 200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -kthml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#LandingPageContent #LandingPageContentFormPasswort{
	
	position: relative;
	left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #cccccc;
	width: 200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -kthml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#LandingPageContent #LandingPageContentFormLogin{
	
	position:relative;
	left: 203px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #ffffff;
	width: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -kthml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}


