@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	font-size: 12px;
	line-height:25px;
	font-stretch:expanded;
	color:#000;
	}

div#wrapper {
	width:1000px;
	height:700px;
	position:absolute;
	right:50%;
	margin-right:-500px;
	top:100px;
	background-color:#CCC;
}

div#profil {
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	position:absolute;
}

div#kontakt {
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
}

div#impressum{
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:15px;
}

div#logo{
	position:absolute;
	margin-left:350px;
	margin-top:-62px;
	}
	
	div#illu{
		z-index:1;
			}
	
div#content{
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:300px;
	width:600px;
	background:#FFF;
	margin-top:-550px;
	margin-left:150px;
	z-index:3;
}



.actual {
	color:#e74745;
	text-decoration:none;
	
}

.link {
	color:#000;
	text-decoration:none;
	
}


.link:visited {
	color:#000;
	text-decoration:none;
	
}
.link:hover{
	color:#e74745;
	text-decoration:none;
	
}
.linklaut {
	color:#000;
	text-decoration:none;
	
}
.linklaut:hover{
	color:#e74745;
	text-decoration:none;
	
}
