html,body{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	color: #FFFFFF;
	background-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	background-image: url(images/logo_berlinmade_200px.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 785px 20px;
}
p{}
a{
	display:block;
	color: #FFFFFF;
	padding:20px 10px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
div#header{
	margin:0;
	color: #FFFFFF;
	letter-spacing: 4px;
	padding: 0px;
	height: 70px;
}
div#container{
	text-align:left;
	border: 20px solid #FFFFFF;
}
div#navigation{
	padding-top: 0px;
}
div#extra{
	letter-spacing: 0.3em;
}
div#footer{
	color: #FFF;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	text-align: left;
}

div#container{
	width:680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 30px;
	background-color: #000000;
}
div#content{
	float:right;
	width:480px;
	padding-top: 17px;
}
div#navigation{
	float:left;
	width:200px;
	letter-spacing: 0.2em;
}
div#extra{
	clear:both;
	width:100%;
	padding-top: 20px;
	font-size: 0.9em;
	background-repeat: no-repeat;
}
.titel {
	color: #CFCFCF;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.h1grau {
	color: #CFCFCF;
}
h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	padding-top: 0px;
	color: #A0A0A0;
}
h1 {
	text-transform: lowercase;
	font-size: 4em;
	line-height: 70px;
}
input {
	text-transform: uppercase;
	background-color: #FFFFFF;
	border: 0px none;
	color: #000;
}
form {
	color: #000;
	background-color: #FFF;
}


img {
	border: 3px solid #FFFFFF;
}
td {
	padding: 10px;
}

input {
	background-color: #FFF;
	border: 1px solid #333;
	width: 200px;
}
textarea {
	border: 1px solid #333;
	height: 200px;
	width: 200px;
}

