	
		body
		{
		font-family: Arial;
		background-color: grey;
		}
		
		#wrapper
		{
		margin: 0px auto;
		width: 1024px;
		}
		
		
		a:link{color: #00320f;}
		a:visited{color: #00320f;}
		
		
		
		#top
		{
		background-color: white;
		padding: 10px;
		border:1px solid black;
		border-radius: 10px 10px 0px 0px;
		height: 150px;
		background-image: url(../images/logo1.jpg);
		background-repeat: no-repeat;
		}
		
		#content
		{
		background-color: white;
		padding: 10px;
		border-left:1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		height: 500px;
		overflow: scroll;
		background-image: url(../images/background.jpg);
		}
		
		#bild_wrapper
		{
			position: absolute;
			width: 1000px;
			height: 500px;
		}
		#akt_bild
		{
			width:80%;
			float: left;
		}
		
		#alt_bild
		{
			width: 20%;
			float: left;
		}
		
		#bottom
		{
		padding: 10px;
		background-color: white;
		font-size: 10px;
		position: relative;
		width: 1002px;
		float: left;
		color: #00320f;
		border-left:1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-radius: 0px 0px 10px 10px;
		}
		
		#bottom_impr
		{
			float: left;
		}
		
		#bottom_logo
		{
			text-align: right;
		}
		
		.webcam
		{
			padding-left: 20px;
			font-size: 14px;
			color: #00320f;
			font-style: bold;
		}
		
		
		.imgo
		{
		border: 1px solid black;
		margin: 5px;
		padding: 1px;
		
		}
		
		h3{margin: 0px; padding: 0px;}
		
		.button a {
  display: block;
  height: 50px;
  width: 300px;
  background: #00b7ea;
  margin: 50px;
 
  /*TYPE*/
  color: white;
  font: 17px/50px Helvetica, Verdana, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;



-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
        border-radius: 10px;


-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
   -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
        box-shadow: 2px 2px 8px rgba(0,0,0,0.2);


background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

}
		
