/* Created by TopStyle Trial - www.topstyle4.com */
color {
	background-color:aqua;
}


#nav {
	position: absolute;
	top:170px;
	left:50px;
	width:300px;
	height:680px;
	padding:10px;
	border:2px solid;
	color:black
}

#text {
   position: absolute;
	top:170px;
	left:400px;
	width:800px;
	height:680px;
	padding:10px;
	border:2px solid;
   color:black
}

#text2 {
   position: absolute;
	top:300px;
	left:310px;
	width:450px;
	height:357px;
	padding:10px;
	border:2px solid #4dd4ff;
   color:black
}

#bild1 {position: absolute;
	top:220px;
	left:330px;
	width:450px;
	height:357px;
	padding:10px;
	border:2px solid #4dd4ff;
   color:black	
}




#start {
   position: absolute; 
   top:70px;
	left:50px;
	width:300px;
	height:70px;
	padding:10px;
	border:2px solid; 
	color:black;
	font-size:20px	
}

body {	background-color:#bababa;
}

h1 {
color:#cb1439;
font-size:70px;
}

h2 {
color: #cb1439;
}

table {
	border: thin solid white;
	height:300px;
	border-collapse: collapse;
	background-color: #bababa;
	color:white; 
}

table td {
   border: thin solid white;
   padding: 4px 10px 4px 10px;
   width:400px;
   font-size: 20px;
   height:40px
}


div {
	background-color: #4dd4ff;
	border: thin solid #e9adc1;
	border-bottom: 2px;
	padding: 4px 10px 4px 10px;
	margin-bottom: 16px;
}


p {
font-size:19px
}

ul {
	font-family:"Segoe Print";
	color: red;
}

a:hover {
	color:blue;
}
#schatten { text-shadow:black 4px 3px 5px; font-size:70px; color:#cb1439; }

