html * {
	font-size: 100.01%;
}

body{
	background-image:url('body-bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'Trebuchet MS', Arial, Sans Serif;
	background-color: #ececec;
}

h1{
	margin:10px 0 0 10px;
	font-size: 150%;
}

p{
        margin:5px 0 0 20px;
}

#spacer{
	height: 195px;
}

#contentTD{
	background-image: url('content.jpg');
	background-repeat: no-repeat;
	background-position: 0 37px;
	padding-left: 5px;
	padding-top: 5px;
}

#p-selectALT{
	background-image:url('navi-bg.jpg');
	background-repeat: no-repeat;
	height: 32px;	
	padding-left: 25px;
	padding-top: 3px;
	}
	
#p-selectALT a{	
	color: white;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	margin-top:0px;
}

#de, #en{
    float: left;
    width: 500px;
}

.logo { margin-right: 40px; }
