body {
	background-image:url(../images/background_global.png);
	background-color: #e9e6e1;
	color: #6f6f6f;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* DEFAULTS */

table {
 border-style: none;
 border-collapse: collapse;
}

table, td, form, img, p {
 padding: 0;
 margin: 0;
 border-style: none;
}

td {
 vertical-align: top;
 padding-left: 3px;
}

td, p, body, div, input, textarea, select {
 font-family: Tahoma, Helvetica, sans-serif, Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

textarea, select {
  border: 1px solid #323232;
  background-color: #FFF;
}

a {
  color: #990000;
}

a:link {
 text-decoration: none;
 color: #990000;
}

a:visited {
 text-decoration: none;
 color: #990000;
}

a:hover {
 text-decoration: underline;
 color: #990000;
}

a:visited:hover {
	text-decoration: underline;
	color: #990000;
}

.horisontal_line {border: 0px; border-top: dotted 1px  #626262; margin-top: 10px;}

/* WEBPAGE */
#pagelayout_mainpage
{
	width: 970px;
	height: 1300px;
	margin: 0 auto 0 auto;
	background-image: url(../images/background_mainpage.png);
	
}

#pagelayout
{
	width: 970px;
	margin-left: 0px;
	background-image: url(../images/background_global.png);
	/*border: 1px solid #00FFFF;*/
}

#pagecolor
{
	background-color:#FFFFFF;
}

/* --- FONTS --- */
p, li {
 font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 color: #626262;
 line-height: 1.8;
 text-align: justify;
}

h1 {
 font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
 font-size: 22px;
/*-- color: #626262;--*/
 color:#626262;
 padding-bottom:0px;
 font-weight: lighter;
}

h2 {
 font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
 font-size: 14px;
 color: #626262;
 margin-bottom: 5px;
}

h3 {
 font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 color: #626262;
 padding-bottom:10px;
}

/* --- HEADER --- */
#header_content {
	height: 174px;
	background-image:url(../images/header_01.jpg);
	margin-left: 30px;
	margin-top: 75px;
	width: 920px;
}

#header_logo {
	position:absolute;
	left: 35px;
	top: 15px;
	width: 180px;  
	height:45px;
	z-index:99;
	visibility: visible;
}

#header_searchbox {
	position:absolute;
	left: 722px;
	top: 5px;
	width: 180px;  
	height:45px;
	z-index:100;
	background-color: #FFFFFF;
	padding: 10px;
	visibility: visible;
}

.searchbox table {width: 100%;}
.searchbox th {font-family: Tahoma, Helvetica, sans-serif; font-size: 9px; font-weight: bold; padding-bottom: 5px; border: none;}
.searchbox td {font-family: Tahoma, Helvetica, sans-serif; font-size: 9px; font-weight: normal; padding-bottom: 5px; padding-top: 5px; border-top: 1px dotted #626262;}
.searchbox_input {width: 120px; height: 16px; border: 1px solid #898989; font-size: 10px; color: #CC6633; font-family: Tahoma, Helvetica, sans-serif; }

/* --- LEFTMENU --- */
#leftmenu {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
	/*background-image: url(../images/background_table_main.png);*/
	/*background-color: #0c112f;*/
}

#leftmenu ul {	
	margin-left: -40px;
}

#leftmenu li {	
	margin-left: 0px;
	border-bottom: 1px dotted #626262;
	
	list-style-position: inside;
	list-style-image: url(../images/arrow-menuleft.png);
	list-style-type: none;
	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:5px;
	
	line-height: 1.2;
	text-align: left;
}


#menu a, a:link, a:visited, a:hover, a:visited:hover {
	color: #898989;
}

/* --- LOGINBOX --- */
#loginbox {background-image:url(../images/background_loginbox.png); width: 156px; height: 85px; padding-top: 30px; padding-left: 7px; padding-right: 7px; padding-bottom: 10px;}

.loginbox table {width: 100%;}
.loginbox th {font-family: Tahoma, Helvetica, sans-serif; font-size: 9px; font-weight: lighter; padding-bottom: 5px; border: none;}
.loginbox td {font-family: Tahoma, Helvetica, sans-serif; font-size: 9px; font-weight: normal; padding-bottom: 5px; padding-top: 5px; border-top: 1px dotted #626262; vertical-align: middle}
.loginbox_input {width: 70px; height: 16px; border: 1px solid #898989; font-size: 10px; color: #CC6633; font-family: Tahoma, Helvetica, sans-serif; }


/* --- CONTENT --- */

#content_col1 {
	width: 480px;
	float: left;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	border-left: dotted 1px  #626262;
	border-right: dotted 1px  #626262;
}



#content_col2 {
	width: 230px;
	float: left;
	padding-left:10px;
	padding-top: 3px;
}

#content_col1 a {
  color: #990000;
}

#content_col1 a:link {
 text-decoration: none;
 color: #990000;
}

#content_col1 a:visited {
 text-decoration: none;
 color: #990000;
}

#content_col1 a:hover {
 text-decoration: underline;
 color: #990000;
}

#content_col1 a:visited:hover {
	text-decoration: underline;
	color: #990000;
}

#content_col2 a {
  color: #990000;
}

#content_col2 a:link {
 text-decoration: none;
 color: #990000;
}

#content_col2 a:visited {
 text-decoration: none;
 color: #990000;
}

#content_col2 a:hover {
 text-decoration: underline;
 color: #990000;
}

#content_col2 a:visited:hover {
	text-decoration: underline;
	color: #990000;
}

/* --- CONTENT OTHERS -------- */
#content_col1 li {
	list-style-position: outside;
	list-style-image: url(../images/arrow-menuleft.png);
	list-style-type: none;
}

.table_downloads {width: 100%; }
.table_downloads td {font-size: 11px; font-family: Tahoma, Helvetica, sans-serif; border-top: dotted 1px  #626262; padding-top: 5px; padding-bottom: 5px;}

/* --- LISTS ON STARTPAGE ---- */
.startpagelist {
	 width: 477px;
	 border: none;
}

.startpagelist_picture{
	 width: 142px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border-bottom: dotted 1px  #626262;
}

.startpagelist_text {
	 padding-left: 10px;
	 font-size: 9px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border-bottom: dotted 1px  #626262;
}

.workshopcalendar td, .workshopcalendar td p {
	 line-height: 1.2em;
	 width: 200px;
	 background-color: #f5f5f5;
	 font-size: 10px;
	 padding-left: 5px;
	 padding-right: 10px;
	 padding-bottom: 5px;
	 padding-top: 5px;
}
.workshopcalendar th{
	 height: 10px;
}

#startpagelist_title  {
	font-weight: bold;
	font-size: 11px;
}






/*SENDMAILFORM*/
div#sendmail  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6f6f6f;
	margin-bottom: 5px;
}

div#sendmail table {
	width: 100%;
}

div#sendmail th {
	height: 30px;
	vertical-align:middle;
	padding-top: 20px;
	
}

div#sendmail td {
	border-top:  dotted 1px  #626262;
	/*border-bottom:  dotted 1px  #6f6f6f;*/
	height: 30px;
	vertical-align:middle;
}

div#sendmail input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	/*text-align:justify;*/
	width: 375px;
	height: 16px;
	border: 1px solid #898989;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#f5f5f5;
	color: #990000;
}
/*
div#sendmail input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 375px;
	height: 16px;
	border: 1px solid #bbc5d2;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#f2f5f8;
}*/

.messagebox {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 375px;
	border: 1px solid #898989;
	background-color:#f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #990000;
}

.listbox {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 50px;
	height: 20px;
	border: 1px solid #898989;
	background-color:#f5f5f5;
}

div#sendmail input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	/*text-align:justify;*/
	width: 375px;
	height: 16px;
	border: 1px solid #898989;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#f5f5f5;
	color: #990000;
	
}

div#sendmail textarea {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 375px;
	height: 100px;
	border: 1px solid #898989;
	background-color:#f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #990000;
}

div#sendmail select {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 175px;
	height: 20px;
	border: 1px solid #898989;
	background-color:#f5f5f5;
}

/* --- FOOTER --- */
#footer {
	clear: both;
	margin-top: 40px;
	margin-left: 20px;
	border-top: 1px dotted #626262;
	width: 930px;
}

#footer td{	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6;
}







/* ANON */

div#overr {
  margin-top:10px;
  overflow:auto;
  width: 100px;
  border: 1px solid #aaaaaa;
}

table.paddinggal {
  width: 720px;
  border-style: none;
  font-size: 11px;
}

table.paddinggal td {
  padding: 5px 10px 5px 0;
  text-align: left;
  border-bottom: 1px dotted #aaaaaa;
}

.kistextarea {
	border: 1px solid #898989;
	padding: 2px 3px;
	vertical-align: top;
	width: 500px;
	height: 100px;
	font-size: 11px;
	color: #990000;
	background-color:#f5f5f5;
}

.nagytextarea {
	border: 1px solid #898989;
	padding: 2px 3px;
	vertical-align: top;
	width: 500px;
	height: 350px;
	font-size: 11px;
	color: #990000;
	background-color:#f5f5f5;
}

.tbox {
	border: 1px solid #898989;
	padding: 2px 3px;
	vertical-align: bottom;
	width: 500px;
	font-size: 11px;
	color: #990000;
	background-color:#f5f5f5;
}

.select {
	border: 1px solid #898989;
	padding: 2px 3px;
	vertical-align: bottom;
	width: 500px;
	font-size: 11px;
	color: #990000;
	background-color:#f5f5f5;
}


table.alter, table.list {
  margin: 0px;
  width: 740px;
  /*border: 1px #CC0000 dotted;*/
  font-size: 11px;
}

table.list tr:hover td, table.list tr:hover td a, table.list tr:hover td a:visited {
  background-color: #CCCCCC;
  color: #ffffff;
}

table.list td {
  border-bottom: 1px dotted #3c3c3c;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
}

table.list tr.hover {
  background-color: #7da7d9;
/*  background-color: #9cc833;*/
}

table.list *.odd {
  background-color: #e6e6e6;
}

table.list *.even {
  background-color: #ffffff;
}


table.alter td {
  border-top: 1px dotted gray;
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #9d9ca1;
  background-color: #ffffff;
  vertical-align: middle;
  height: 30px;
}

table.alter th {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #9d9ca1;
  background-color: #e2e2e2;
  vertical-align: middle;
}


table.alter input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	/*text-align:justify;*/
	width: 375px;
	height: 16px;
	border: 1px solid #bbc5d2;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#f2f5f8;

}

table.alter textarea {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 375px;
	height: 100px;
	border: 1px solid #bbc5d2;
	background-color:#f2f5f8;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.alter select {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6A7384;
	width: 175px;
	height: 20px;
	border: 1px solid #bbc5d2;
	background-color:#f2f5f8;
}

/* GALLERY */

.borderes {
  border: 2px solid red;
/*  padding-right: 10px;*/
}

div#piclist {
  padding-top:10px;
  overflow:auto;
  width: 550px;
  height:160px
}

div#maintext {
  text-align:center;
  width: 550px;
}

