﻿  /* CSS layout */
body {
	background-color: #E2C5A5;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	font-family: "Times New Roman", Times, Serif;
	color: #663300;
}
a:link { font-weight:normal; text-decoration: underline; color: #663300}
a:visited { font-weight:normal; text-decoration: underline; 
     color: #663300; }
a:hover { font-weight:normal; text-decoration: underline overline; color: #FFFFFF }

hr {color: #663300;
      background-color: #663300;
      height: 1px;
      border:1px
}

               	
#bildLeiste {height: 100px;
   background-image: url(images/banner.jpg);
   }
   
ul#Navigation {height: 32px;
    margin: 0; padding: 0;
    text-align: center;
    background-color: #E2C5A5;
  }
  
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

ul#Navigation a,
ul#Navigation span {
	float: left;
	width: 128px;
	margin: 1px ;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #663300;
	color: #663300;
	background-color: #E2C5A5;
}


ul#Navigation a:hover,
ul#Navigation span {
    border-color: white;
    color: white;
    background-color: #663300;
  }
  ul#Navigation div {
     clear: left;
  }


ul#Navleft {
    margin: 0; padding: 0;
    text-align: center;
    background-color: #E2C5A5;
    width: 130px;
	float: left;
  }
  
ul#Navleft li {
    list-style: none;
    margin: 0; padding: 0;
  }

ul#Navleft a,
ul#Navleft span {
	display:block;
	float: left;
	width: 128px;
	margin: 1px ;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #663300;
	color: #663300;
	background-color: #E2C5A5;
}


ul#Navleft a:hover,
ul#Navleft span {
    border-color: white;
    color: white;
    background-color: #663300;
  }
  ul#Navleft div {
     clear: left;
  
}

#page_content {
	margin-left: 148px;
}


#footer {
	clear: both;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	font-family: "Times New Roman", Times, Serif;
	color: #663300;
	text-align: center;
}

