@charset "utf-8";
/* CSS Document */

body {
	background-color: #220000;
	margin: 20px;
}

a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: overline;
}

#banner {
	position:relative;
	width:900px;
	height:105px;
	z-index:1;
	background-color: #660000;
	font-size: 22px;
	font-weight: bolder;
	color:#660000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#main {
	position:relative;
	top: 1px;
	width:900px;
	height:auto;
	z-index:2;
	background-color: #FFF79C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}

#menu {
	position:absolute;
	top: 5px;
	left: 5px;
	width:195px;
	height:590px;
	z-index:2;
	background-color: #fff09c;
}


#menu_lnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

#menu_lnk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}




#text {
	position:absolute;
	top: 327px;
	right: -14px;
	width:688px;
	height:auto;
	z-index:2;
	background-color: #FFFFCE;  
	float: right;
	border: 1px dotted #CC0000;
	color: #660000;
}

#kistext {
	position:relative;
	top: 370px;
	right: 5px;
	width:688px;
	height:200px;
	z-index:2;
	background-color: #FFFFCE;
	float: right;
	border: 1px dotted #CC0000;
	color: #660000;
}

#footer {
	position:relative;
	top: 2px;
	width:900px;
	height:70px;
	z-index:3;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#footer_lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
	
#footer_lnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00FF00;
	text-decoration: overline;
}

