/* 
ultraviola css by ultraviola.hu
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color: #330130;
	color: #FFFFFF;
	font-weight: normal;
}

/**************************************************** body backgrounds */

.fullpage {
	background-color: #330130;
	}
.formpage {
	background-image: url(../img/form_back.jpg);
	background-repeat: no-repeat;
}
a {
	text-decoration: underline;
	color: #666666;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
form {
	padding: 0px;
	margin: 0px;
}
	
	
/****************************************************************************************************** header */

#header {
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width: auto;
	height: 94px;	
	background-color: #000;	
}
#header_content {
	width:980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/**************************************************** logo */

#header_logo {
	margin: 30px 0px 0px 0px;
	width: 240px;
	float: left;
	text-align: center;
}
#header_functions {
	width: 300px;
	float: left;
	text-align: center;
	padding-top: 15px;
}

#header_title {
	width: 200px;
	float: left;
	text-align: left;
}
#header_title h1{
/*	color: #5C0156; */
	float: left;
	width: 280px;
	color: #09F;
	font-size: 16px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}

/**************************************************** search */

#header_search{
	width: 500px;
	height: 60px;
	float: left;
	padding-top: 12px;
	text-align: right;
}
#header_search .searchfield {
	font-weight: normal;
	font-size: 14px;	
	border: none;
	background-color: #333;
	border: 1px #999 solid;
	color: #09F;
	padding: 5px;
	width: 600px;
	margin: 0px 0px 0px 0px;
}

/**************************************************** headerline */

#headerline {
	padding: 8px;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	}
#headerline a{
	text-decoration: underline;
	color: #fff;
	}
#headerline h1{ /* subpage name */
	padding: 0px;
	margin-top:0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	}

/*************************************************************************************** page */
#page_background {
	background-image: url(../img/page_background.png);
	background-repeat: repeat-x;
	width: 100%;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}
.page_header {
	height: 11px;
	background-image: url(../img/page_header.png);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;	
}
.page_body {
	background-image: url(../img/page_body.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 5px;
}	
.page_footer {
	height: 15px;
	background-image: url(../img/page_footer.png);
	background-repeat: no-repeat;	
	margin: 0px 0px 10px 0px;
}
.page_table h1{
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}
.page_table {
	color: #666666;
}



.page_header_slim {
	height: 11px;
	background-image: url(../img/page_header_slim.png);
	background-repeat: no-repeat;	
	}
.page_body_slim {
	background-image: url(../img/page_body_slim.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #333;
	}	
.page_footer_slim {
	height: 15px;
	background-image: url(../img/page_footer_slim.png);
	background-repeat: no-repeat;	
	}

/*************************************************************************************** menu-top */

#menu_top {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	}
#menu_top a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	}
#menu_top a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline overline;
	margin-right: 10px;
	}

	
/****************************************************************************************************** box view */

#box_field {
	width: auto;
	margin: 0 auto;
	padding: 0;
	}
.box_column {
	display: block;
	float: left;
	width: 235px;
	margin: 0px 10px 0px 0px;
	}
.box {
	width: auto;
	margin-bottom: 12px;
	}
#box_field h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 12px 4px 4px 14px;
	margin: 0px;
	color: #06F;
	}
#box_field h2 a{
	color: #cc0033;
	text-decoration: underline;
	}
#box_field h2 a:hover {
	color: #00aeef;
	text-decoration: none;
	}
#box_field h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 12px 4px 4px 14px;
	margin: 0px;
	color: #06F;
}
#box_field h1 a{
	color: #cc0033;
	text-decoration: underline;
}
#box_field h1 a:hover {
	color: #00aeef;
	text-decoration: none;
}

#box_field ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#box_field ul li {
	display: list-item;
	float: none;
	width: auto;
	padding: 3px 0px 3px 17px;
	margin: 0px 4px 0px 4px;	
	background: url(../img/box_arrow.gif) no-repeat;
	background-position: 3px 7px;
	border-bottom: 1px solid #eeeeee;
	}
#box_field ul li:hover {
	/* background-color: #cc0033;
	border-bottom: 1px solid #eeeeee; */
	}
#box_field ul li a {
	color: #333;
	display: block;
	text-decoration: none;
	font-size: 13px;
	}
#box_field ul li a:hover {
	color: #cc0033;
	text-decoration: underline;
	}
#box_field ul li.all {
	display: list-item;
	float: none;
	width: auto;
	padding: 3px 0 3px 17px;
	/* background-color: #eeeeee; */
	}
#box_field ul li.all a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
#box_field ul li.all a:hover {
	text-decoration: none;
	color: #cc0033;
	}
#box_field ul li.subpage a {
	color: #cc0033;
	}	

/**************************************************** box - basic */

.box_header {
	height: 41px;
	background-image: url(../img/box_header.png);
	background-repeat: no-repeat;
	}
.box_body {
	background-image: url(../img/box_back.png);
	background-repeat: repeat-y; 
	}
.box_footer {
	height: 16px;
	background-image: url(../img/box_footer.png);
	background-repeat: no-repeat;
	}

/**************************************************** box - highlight */

.box_header_highlight  {
	height: 41px;
	background-image: url(../img/box_header_menu.png);
	background-repeat: no-repeat;
}
.box_body_highlight {
	background-image: url(../img/box_body_menu.png);
	background-repeat: repeat-y; 
}	
.box_footer_highlight  {
	height: 16px;
	background-image: url(../img/box_footer_menu.png);
	background-repeat: no-repeat;
}
#box_body_highlight ul li{
	font-size: 18px;
	background: url(../img/go_to_the_box_2.png) no-repeat;
	background-position: left;
}
#box_body_highlight {
	padding: 10px;
}
#box_header_highlight h1 {
	font-weight: bold;
}
/**************************************************** box - ad */

.box_header_ad {
	height: 11px;
	background-image: url(../img/box_header_ad.png);
	background-repeat: no-repeat;
	}

/****************************************************************************************************** list view */

#list_field {
	float: right;
	display: block;
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	color: #333;
}
.list {
	width: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
#list_field h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #cc0033;
	background-color: #f7f7f7;
	padding: 3px 3px 3px 3px;
	margin: 0px;
}
#list_field h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #cc0033;
	background-color: #f7f7f7;
	padding: 3px 3px 3px 3px;
	margin: 0px;
}
#list_field ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	}
#list_field ul li {
	display: list-item;
	float: none;
	font-weight: bold;	
	width: auto;
	padding: 3px 0 3px 0px;
	/*
	background: url(../img/box_arrow.gif) no-repeat;
	background-position: 3px 7px;
	*/
	color: #aaaaaa;
	border-bottom: 1px solid #efefef;	
	}
#list_field ul li:hover {
	background-color: #f6f6f6;
	border-bottom: 1px solid #eeeeee;
	}
#list_field ul li a {
	text-decoration: none;
	color: #666666;
	}
#list_field ul li a:hover {
	text-decoration: none;
	}
.list_link {	
	width: 250px;
	float: left;
	}
.list_date {	
	width: 600px;
	float: left;
	}
.list_num {	
	width: 40px;
	float: left;
	text-align: right;
	}
	
/**************************************************** list - basic */

.list_header {
	/* background-image: url(../img/list_header.png);
	background-repeat: no-repeat; */	
	}
.list_body {
	/* background-image: url(../img/list_back.png);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px; */
	}
.list_footer {
	/* background-image: url(../img/list_footer.png);
	background-repeat: no-repeat;	*/
	}

/**************************************************** list - highlight */

.list_header_highlight {
	/* background-image: url(../img/list_header_highlight.png);
	background-repeat: no-repeat;	*/
	}
.list_body_highlight {
	/* background-image: url(../img/list_back_highlight.png);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px; */
	}
.list_footer_highlight {
	/* background-image: url(../img/list_footer_highlight.png);
	background-repeat: no-repeat;	*/
	}

/****************************************************************************************************** sendform */

#sendform {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;	
	text-align:center;
	color: #fff;
	}
#sendform h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	}	
#sendform h2 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	}
#sendform_button {
	margin-top:15px;
	}
#sendform_button a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
#sendform_button a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}	
.sendform td {
	text-align: left;
	font-weight: normal;
	padding: 2px;
	}
#message {
	font-weight: bold;
	color: #ffffff;
	width:auto;
	margin:10px;
	padding:10px;
	}
.message_warning {
	background-color: #cc0033;	
	}
.message_ok {
	background-color: #006600;
	}

#sendform input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	color: #333333;
	}	
	
/****************************************************************************************************** info page */

h2 {
	color: #906;
	font-size: 14px;
	font-weight: normal;
	}

/****************************************************************************************************** footer */

div#footer {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	}
#footer_menu {
	font-weight: bold;
	height: 31px;
	padding-top: 8px;
	padding-left: 15px;
	margin:0px;
	text-align: center;
	}
#footer_menu a {
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	padding-right: 10px;
	}
#footer_menu a:hover {
	text-decoration: underline;	
	display: inline;
	}	
#footer_copyright {
	font-size: 10px;
	text-align:center;
	color: #fff;
	}
#footer_copyright a {
	color: #fff;
	text-decoration: underline;
	}
#footer_copyright a:hover {
	color: #fff;
	text-decoration: none;
	}
	
/* SEARCH */
#search_result {
	color: #333;
	font-size: 12px;
}
#search_result a {
	font-size: 16px;
	color: #069;
	text-decoration: none;
}
#search_result a:hover {
	color: #069;
	text-decoration: underline;
}
#search_result a.url {
	color: #090;
	font-size: 10px;
	text-decoration: none;
}


