@charset "utf-8";

html, body{
	overflow: auto;
	margin: 0;
	padding: 0;
}

#container{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 800px;
	height: 100%;
	background-color: #363636;
}

#admin_container{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background-color: #363636;
}

#content{
	position: absolute;
	top: 10px;
	left: 165px;
	bottom: 10px;
	right: 10px;
	background-color: #d7d7d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

#admin_functions{
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	z-index: 3;
	width: 155px;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	background-color: #d7d7d7;
}

#menu{
	width: 780px;
	height: 31px;
	position: absolute;
	top: 120px;
	background-color: #524845;
	margin-left: 10px;
	z-index: 4;
}

#myslidemenu{
	height: 31px;
	z-index: 4;
}

#body{
	text-align: left;
	vertical-align: top;
	width: 780px;
	background-color: #ffffff;
	border-color: #363636;
	border: thin;
	border-style: solid;
	position: absolute;
	top: 161px;
	bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	z-index: 1;
	height: auto;
	overflow: hidden;
}

#text{
	overflow: auto;
	background-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	z-index: 2;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: auto;
	width: 760px;
}

#text2{
	overflow: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 10px;
	z-index: 3;
}

#text_admin{
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 10px;
	z-index: 3;
}

#sitemap{
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d7d7d7;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 2px;
}

#header{
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 10px;
	z-index: 1;
	height: auto;
}

#middle{
	overflow: auto;
	width: 100%;
	position: absolute;
	top: 161px;
	bottom: 20px;
	text-align: center;
	height: auto;
	z-index: 2;
}

#footer{
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 1;
}


#return{
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.title{
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.landen{
	font-size: 12pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #CC0000;
}

a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

a.vis:link {color: #000000; text-decoration: none;}
a.vis:active {color: #000000; text-decoration: underline;}
a.vis:visited {color: #000000; text-decoration: none;}
a.vis:hover {color: #000000; text-decoration: underline;}

a.menu:link {color: #d7d7d7; text-decoration: none;}
a.menu:active {color: #d7d7d7; text-decoration: none;}
a.menu:visited {color: #d7d7d7; text-decoration: none;}
a.menu:hover {color: #d7d7d7; text-decoration: none;}

a.admin:link {color: #000000; text-decoration: none;}
a.admin:active {color: #000000; text-decoration: none;}
a.admin:visited {color: #000000; text-decoration: none;}
a.admin:hover {color: #000000; text-decoration: none;}

a.mail:link {color: #000000; text-decoration: underline;}
a.mail:active {color: #000000; text-decoration: underline;}
a.mail:visited {color: #000000; text-decoration: underline;}
a.mail:hover {color: #000000; text-decoration: underline;}

a.link:link {color: #C00; text-decoration: underline; font-weight: bold;}
a.link:active {color: #C00; text-decoration: underline; font-weight: bold;}
a.link:visited {color: #C00; text-decoration: underline; font-weight: bold;}
a.link:hover {color: #C00; text-decoration: underline; font-weight: bold;}

