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

* {
	margin: 0px;
}

/* Hintergrundfarbe f&uuml;r den sichtbaren Bereich */
body {
	/*background-color: #FFD997;*/
	background-color:#FFF0A5;
	/* background-image: url(../bilder/BassHg.jpg);
	background-repeat: norepeat;
	background-position: left bottom; */
	font-family: Verdana, "Trebuchet MS", "Avant Garde", Arial, sans-serif;
	font-size: 14px;
	color: #8E2800;
	padding: 0px;
}

#cdmatrix {
	font-size: 12px;
	text-align: center;
	border: 2px;
	width:65px;
}

/* Hintergrundfarbe f&uuml;r die einzelnen DIVs */ 

#container {
	background-color: #FFF0A5;
	margin: 0px;
}


#text {
	background-color: #FFF0A5;
	margin-left: 190px;
	padding: 20px;
	color: #8E2800;
}


/* Das TopMen&uuml; und das Linke Menu */ 

#menulinks {
	background-color: #FFB03B;
	float: left;
	width: 170px;
	height: 100%;
	padding: 10px;
}

#menuoben {
	background-color: #FFB03B;
	margin-left: 190px;
	padding: 10px;
}
	

#menulinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}


#topmenu li {
	display: inline;
	padding: 10px;
}


/*-------------Hyperlinks----------*/
a:link {
	text-decoration: none;
	color: #8E2800;
	font-weight: normal;  /*border: solid 2px black;*/
}
a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #8E2800;
  /* color: none; */
}
a:hover, a:focus {
  text-decoration: none;
  color: #B64926;
  font-weight: normal;
  outline: none;
}
a:active {
  text-decoration: none;
  color: #468966;
  font-weight: normal;
  outline: none;
}

