*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #1E1E1E;
	background-image: url(../images/back01.jpg);
}
div#wrapper {
	width:770px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-image: url(../images/back02.jpg);
	background-repeat: repeat-y;
}
div#head {
	width:770px;
	height:254px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
div#content {	
	margin-left: 270px;
	width: 465px;
}
div#footer {
	width: 770px;
	height: 70px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
div#menue {
	position:absolute;
	left:557px;
	top:86px;
	width:114px;
	z-index: 1;
	height: 96px;
}
div#left {
	position:absolute;
	left:28px;
	top:254px;
	width:198px;
	z-index:2;
}
div#left2 {
	position:absolute;
	left:28px;
	top:243px;
	width:192px;
	z-index:2;
	background-color: #1E1E1E;
	padding: 4px;
}
div#rechts {
	position:absolute;
	left:478px;
	top:326px;
	width:200px;
	z-index:2;
}

/* Schriften u. Links */

h1 {
	color: #FF6200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom:14px;
}
div#menue a{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom:14px;
}
div#menue a:hover{
	color:#FF6300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom:14px;
}
a{
	color:#8BEC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* Bilder */

#backlinks {
	position:absolute;
	left:0px;
	top:563px;
}

#backrechts {
	position:absolute;
	left:760px;
	top:563px;
}

.port {
	width:250px;
	height:180px;
	background-color:#6A85CC;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFC712;
}
.port img {
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid #F8F2E2;
	background-color:#FFC712;
}
