	html,body{height:100%;width:100%;}
	body {
		background: #c0c0c0;
		color: #000;
		font-family: arial, helvetica, sans-serif;
		font-size: 1.12em;
	}
	h1, h2 {font-weight:200}
	h1 {
		font-size: 3em;
		line-height: 60%;
		background: transparent;
		color: #f60;
		text-align: right;
		
	}
	h2 {
		background: transparent;
		font-size: 2em;
		color: #000;
	}
	.brueder {
		background: transparent;
		color: #000;
		font-size: 2em;
	}
	a {
		text-decoration: none;
	}
	a:link {
		background: transparent;
		color: #666;
	}
	a:visited{
		background: transparent;
	 	color: #666;
	}
	a:active{
		background: transparent;
		color: #f60;
	}
	a:hover{
		background: transparent;
		color: #000;
	}
	a.rechts:link {
		background: transparent;
		color: #000;
	}
	 a.rechts:visited{
	 	background: transparent;
	 	color: #000;
	}
	 a.rechts:active{
	 	background: transparent;
		color: #f60;
	}
	 a.rechts:hover{
	 	background: transparent;
		color:#666;
	}
	a#mail {background: transparent; color:#fff}
	a#mail:hover {background: transparent; color:#f60}
	
	img {
		width:175px;
		height:175px;
		border:none;
	}
	
	#links{
		position: absolute;
		top: 5%;
		left: 0;
		width: 49%;
		text-align: right;
		font-size: 1.5em;
	}
	#rechts{
		position: absolute;
		top: 5%;
		left: 51%;
		width: 45%;
		text-align: left;
	}