@media screen
{
	
	/* 
	#######################################################################################
	# Formatierung Seite 
	#######################################################################################
	*/
	
	body{
		background-image:url(../images/bg.jpg);
		background-attachment:fixed;
		background-position:center top;	
	}
	
	#page_margins { 
		width: 898px; 
		margin: 0 auto;
		margin-bottom: 40px;
		background-color: #fff;
		border: 1px solid #074B88;
	}
		
	#main{
		margin-top: 14px;
	}
		
	#element{
		margin-bottom: 2em;
	}
	
	* html #main{
		margin: -40px 0 0 0;
	}
		
	/* 
	#######################################################################################
	# Header
	#######################################################################################
	*/
	
	#header { 
		height: 110px; 
		background-image: url('../images/header_ohnelogo.jpg');
		background-repeat: repeat-x;
	}
	
	#logo a{
		display: block;
		height: 165px;
		width: 52px;
		position: relative;
		top: 14px;
		left: 14px;
		outline: none;	
	}	
	
	.tx-macinasearchbox-pi1 .searchform{
		position: absolute;
		top: 35px;
		right: 17px;
	}
	
	.tx-macinasearchbox-pi1 .searchform input.search-inputfield{
		width: 144px;
		height: 14px;
		padding-bottom: 2px;
		background-color: transparent;
		border: 1px solid #fff;
		color: #fff;
		font-size: .9em;
	}
	
	.tx-macinasearchbox-pi1 .submit{
		position: relative;
		top: 4px;
		left: -4px;	
	}
	
	/*
	#######################################################################################
	# Footer
	#######################################################################################
	*/
	
	#footer{
		margin: 0 14px 14px 14px;
		padding: 25px 0 3px 0;
		color: #9CB7CF;
		text-align: right;
		border-bottom: 1px solid #9CB7CF;
	}
	
	#footer a{
		color: #9CB7CF;
		text-decoration: none;
	}		
	
	#home_banner_top table {
		margin-bottom: 0;
	}
	
	#print {
		padding-right: 10px;
	}
	
	#print a {
		color: white;
	}
	
	#print {
		position: absolute;
		top: 40px;
		right: 173px;
		width:78px;
		font-size:0.9em;
	}	
	
	#worldwide {
		width:180px;
		float: right;
		text-align: right;
		top: -14px;
		right: 0;
		position: absolute;
		}										
}

