@charset "utf-8";
/* CSS Document */

body{
	font-family:Comic Sans MS,Arial;
	min-width:1000px;
	background:#666;
	overflow-x: scroll;
	overflow-y: scroll;
	}

#header {
	text-align:center;
	border:solid;
	border-color:#d4af37;
	border-radius:10px;
	background:#900;
	color:#d4af37;
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:2px 2px 6px #292929; /* CSS3 */
	}

#main {
	margin-top:5px;
	text-align:center;
	border:solid;
	border-color:#d4af37;
	border-radius:10px;
	color:#d4af37;
	background:#333;
	height:900px;
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:1px 1px 6px #292929; /* CSS3 */
} 

#left {
	margin-top:5px; 
	border:solid; 
	border-color:#d4af37;
	border-radius:10px;
	height:900px; 
	width:150px; 
	float:left; 
	background:#900;
	color:#d4af37;
	}

#right {
	margin-top:5px;
	border:solid;
	border-radius:10px;
	border-color:#d4af37;
	height:900px;
	width:150px;
	float:right;
	background:#900;
	}

a:link {
	text-decoration:none; 
	color:#000;
	}
a:visited { 
	text-decoration:none; 
	color:#FFF; 
	}
	
ul#Navigation {
    width: 120px;
    margin: 0; padding: 0.8em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 100px;
    w\idth: 100px;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 4px; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 2px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color:#000; border-top-color:#000;
    color: maroon; background-color:#d4af37;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 100px;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color:#000;
  }
  img#picture {
	  border:solid;
	  border-color:#d4af37;
	  border-width:thick;
	  width:600px; 
	  height:600px;
  }