@charset "UTF-8";
body {
background-color: #bbffbb;
color: #444;
padding:4px;
font-family: Arial;
min-width: 500px;
width: 100vw;

}

#box0 {
	width: 64vw;
	z-index:100;
	height: auto; 
	border-color: #444; 
	background-image: radial-gradient(#4b4, #11ff11);
	border-style:double; 
	padding:4px; 
	border-radius: 16px;

}

#box1 {
	width: 46vw;
	z-index:100;
	background-image: radial-gradient(#11ff11, #4b4);
	height: auto; 
	border-color: #444; 
	border-style:double; 
	padding:4px; 
	border-radius: 16px;

}


#box2 {
	width: 100%;
	z-index:100;
	background-image: radial-gradient(#11ff11, #4b4);
	height: auto; 
	border-color: #444; 
	border-style:double; 
	padding:4px; 
	border-radius: 16px;

}

#box3 {
	width: 32vw;
	z-index:70;
}

#box5 {
	width: 100vw;
	z-index:230;
	height: auto; 
}


#centre {
	position:relative;
	float:center;
	width:96vw;
	min-height:600px;
	text-align: center;
	align-items: center;
}

#footer {
	position:relative;
	width:98%;
	height:200px;
	clear:both;
	float: center;
	text-align: center;
	align-items: center;
	}


	
  ul#bilder {
   display: None;
  }

  img#bild {
	width: 100%;
	max-width: 1440px;
	border: Solid 0px;
  }

a{
text-align: left;
font-size : 1.1em;
}

a:link, a:visited {
 text-decoration: none;
}

b {
color: #000000;
text-align: left;
font-size : 1.1em;
}

p { 
text-align: left;
font-size: 1.2em;
}

h1 {
text-align: center;
font-size: 1.3em;
color: #444;
text-decoration: none;
}

h2 {
text-align: center;
font-size: 1.4em;
}

h3 {
color: #FF0000;
text-align: center;
font-size: 1.3em;
}

