@charset "utf-8";

body {
	background-color: #000000;
	font-family: Georgia;
	color: #fffcc7;
	}

#container { 
	background-image: url(../images/background.jpg);
	width:1097px;
	height:900px;
	margin:0 auto;
	position: relative;
/*	border: 1px solid black; */
}

#examples {
	z-index: 1;	
	}

/* fuer index-datei*/

#cntr {
	text-align: center;
	width: 1097px;
	height: 644px;
	margin:0 auto;
	position: relative;	
	}
	
p {
	font-size: 23px;
	font-style: italic;	
	}

h1 {
	font-size: 26px;
	text-align: center;	
	color: #ff7c80;
	}
.cya {
	color: #d1ffda;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	z-index: 2;
}	

.blu {
	text-align:left;
	margin-right: 100px;
	font-size: 9px;
	color: rgb(79,128,255);
	}	
	
.blu a {
	text-decoration:underline;
	color: rgb(79,128,255);
	text-align: right;
	}	

#as {
	left: 20px;
	bottom: 0px;
	position: relative;
	z-index: 2;
/*	border: 1px solid white; */ 	
	}

	
#footer {
	width: 1100px;
	height: 30px;
	top: 690px;
	margin: 0 auto; 
	position: relative;
/*	border: 1px solid white; */ 	
	}	
	
#footer p{
	font-size: 15px;	
	text-align: center;
	}	