
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	scrollbar-face-color: #680001;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-darkshadow-color: #444444;
	scrollbar-track-color: #ab0b13;
	scrollbar-arrow-color: #FFFFFF;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: white;
	background: #ab0b13 url('/visuals/basis/background.jpg');
}




h1 {
	font-size: 16px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: white;
}
a:visited {
	text-decoration: underline;
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: underline;
	color: white;
}

div {
	/*border: 1px solid black;*/
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	width: 200px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	height: 100%;
	width: 760px;
}

.layout_top
{
	position:absolute;
	top: 0px;
	left:0px;
	width:760px;
	height:420px;
	background: url('/visuals/basis/top.jpg') no-repeat;
}



.layout_menu
{
	position:absolute;
	top: 319px;
	left:0px;
	width:760px;
	padding-left:-12px;
	padding-right:-12px;
	height:21px;
	background: #680001;
}
.layout_content
{
	position:absolute;
	top: 340px;
	left:0px;
	padding: 20px 40px 40px 40px;
	width:680px;
	background: #ab0b13 url('/visuals/basis/content.jpg') no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/* height: expression(document.body.clientHeight - 400 + "px"); */
}

.layout_content_col1
{
	position: relative;
	width:69%;
	text-align:justify;
	float:left;
}
.layout_content_col2
{
	position: relative;
	width:29%;
	text-align:center;
	float:right;
}


.module_block {
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	background: white;
}



.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #959697;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	border: 1px solid #47484A;
}

.guestbook_form select {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	background: white;
	border: 1px solid black;
}



#menu
{
	width:100%;
}
#menu ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 108px;
	float: left;
}

#menu a, #menu h2
{
	font: bold 10px verdana;
	border-left: 1px outset #b37f80;
	border-top: 1px outset #b37f80;
	border-right: 1px outset #490001;
	border-bottom: 1px outset #490001;
	display: block;
	margin: 0;
	padding: 4px 4px;
		background: url(/visuals/basis/menu_trans.png) top left repeat;
		text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover
{
	color: #FFFFFF;
		background: url(/visuals/basis/menu_trans_sel.png) top left repeat;
	}

#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
}

#menu ul ul ul
{
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

#email2 {
	display:none;
}

