a:visited {
	color:blue;
}
a {
    color:blue;
}

/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 3px;
}

#menu a:hover {
  color: red;
}

#menu li {
  border: 1px solid #F90;  /* Trick */
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
 
#menu ul li {
  line-height: 1.4;
   padding:0;
   margin:0;
}


#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333399;
  padding-bottom: 14px
}


#main h2 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 6px
}


#main p {
  margin-bottom: 14px;
  line-height: 1.3;
}

* {
	padding: 0;
	margin: 0;
}

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

div#rest {
	padding-right:2em;
	padding-left:2em;
	right:0;
	left:0;
	padding-bottom:2em;
	overflow:auto;
	bottom:0;
	padding-top:2em;
	top:0;
}

body  {
	background:url(../bilder/hintergrund1.jpg) no-repeat center top;
	background-color:#CCC;
}

#mother { 
  	width:900px;
	text-align: left;
	background-color:white;
	margin: 0 auto;
	border: 5px solid #333;
}

#header {
	height: 110px;
	width: 900px;
	background-image:url(../bilder/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
} 

#menunavi {
	position:static;
  	width: 890px; 
	background-color:#F90;
  	padding: 20px 5px;
}

#menu {
	float:left;
	width:160px;
	background-color:#666;
	padding:20px 5px;
}

#main {
	background-color:#FFF;
	padding: 20px 10px;
	margin: 0 0 0 170px;
	height:500px;
	width:710px;
	overflow:auto;
} 

#footer {
	clear:both;
	height:25px;
	padding:5px;
	background-color:#F90;
}

#footer a {
	color:#0033FF;
}

#footer a:visited {
	color:#0033FF;
}
