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

html, body {
	background-color:rgb(223,157,51);
	margin:0px;
	padding:0px;
}
 
#header {
	background-color:rgb(223,157,51);
	height:200px;
	margin:0px;
	padding:0px;
	width:100%;
}

#headline {
	position:absolute;
	top:30px;
	left:165px;
	font-size:x-large;
	font-family:Verdana, Geneva, sans-serif;
	color:rgb(95,96,98);
}

#headline2 {
	font-size:large;
}

#navigation {
	position:absolute;
	top:240px;
	left:5px;
	width:155px;
}

#main_section {
	background-color:rgb(223,157,51);	
	
}

#content {
	margin-left:160px;
	margin-right:20px;
	border:solid 5px rgb(95,96,98);
	background-color:#FED;
}

 
#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:130px;
	height:160px;
}
 
h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}
 
h1 {
	font-weight:bold;
	font-style:normal;
	font-size:x-large;
	line-height:1.3em;
	color:rgb(175,35,35);
	padding-bottom:5px;
	padding-left:25px;
	margin-top:20px;
}
 
h2 {
	font-weight:bold;
	font-size:large;
	color:rgb(175,35,35);
	padding-bottom:3px;
	padding-left:25px;
	margin-top:25px;
}
 
p {
	font-weight:normal;
	font-size:medium;
	line-height:1.1em;
	padding-left:25px;
	color:#000;
}
 
ul,ol {
   padding-left:25px;
}
 
li {
	font-weight:normal;
	font-size:medium;
	line-height:1.1em;
	color:black;
	margin-top:6px;
	margin-bottom:6px;
}
 
a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}
 
a:visited {
   font-weight:bold;
   color:red;
   text-decoration:underline;
}
 
a:hover, a:active {
   font-weight:bold;
   color:rgb(175,35,35);
   border:thick;
   text-decoration:underline;
}


a.navi_first {
   border-top:5px solid rgb(95,96,98);
}

a.navi, a.navi_first, a.navi_self {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	border-left:5px solid rgb(95,96,98);
	border-right:5px solid rgb(95,96,98);
	border-bottom:5px solid rgb(95,96,98);
	font-family:Tahoma,sans-serif;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	text-align:left;
}

 
a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited {
   background-color:rgb(95,96,98);
   color:white;
}
 
a.navi_self:link, a.navi_self:visited {
   background-color:yellow;
   color:brown;
}
 
a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:white;
   color:black;
}
