/* misc */
body, div, p, h1, h2, h3, h4, ul, li, img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: url('../img/bg.png') top repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  color: #000000;
}

blockquote {
	margin: 5px 20px;
	font-size: 0.9em;
}

#containerbg {
  width: 960px;
  margin: 0 auto;
  /*background: transparent url('../img/bg.png') repeat-y;*/
}

/* container */
#container {
  background: #fff;
  padding: 5px 0 0;
  width: 940px;
  margin: 0 10px;
}

/* head */
#container #head {
 /* background: transparent url('../img/head-bg.png') top repeat-x;*/
 height: 150px;
 background: url(../img/header.jpg) no-repeat; 
}

#title {
	/*padding: 20px 5px 0 5px;*/
	margin: 10px 0;
	clear: both;
	text-align: center;
}

#title h1 {
	color: #FFFFFF;
	font-size: 18px;
}

#container #head {
  width: 100%;
  height: 150px;
}

#searchblock {
	/*height: 120px;*/
	height: 113px;
	padding-top: 7px;
}


/* content */
#container #content {
	background: transparent url('../img/strike.gif') top repeat-x;
	margin: 3px 0 0;
	padding: 20px 20px 0;
	font-size: 0.9em;
	/*border: 1px solid #076473;*/
}

#content a {
	color: #213C4A;
}

/* footer */
#footer {
  /*margin: 30px 0;
  height: 110px;*/
  height: 30px;
  text-align: center;
}

#footer img {
	margin: 0 10px;
}


/* Text */

#content p {
  text-align: justify;
  margin: 6px 0;
}

h2 {
  font-size: 1.3em;
  margin: 6px 0;
  color: #333;
}

h2 {
  font-size: 1.2em;
  margin: 3px 0;
  color: #555;
}

h3 {
  margin: 0 0 10px 0;
}


h4 {
	margin: 4px 0;
	text-align:center;
}

h5 {
	margin: 30px 0;
	font-size: 16px;
	text-align: center;
}

/*========================================az üzenetek stílusa==============================*/
.messageAgree {
	margin: 5px 0;
	padding: 7px 0 7px 40px;
	color: #3C9905;
	/*border: 1px solid #009966;*/
	border: 1px solid #3C9905;
	font-style: italic;
	font-weight: bold;
	background: url(../img/agree_icon.png) no-repeat;
}

.messageDenied {
	margin: 5px 0;
	padding: 7px 0 7px 40px;
	/*color: #993300;*/
	color: #9A1E06;
	border: 1px solid #9A1E06;
	font-style: italic;
	font-weight: bold;
	background: url(../img/denied_icon.png) no-repeat;
}

.messageWarning {
	margin: 5px 0;
	padding: 7px 0 7px 40px;
	/*color: #993300;*/
	color: #DC9400;
	border: 1px solid #F0BC00;
	font-style: italic;
	font-weight: bold;
	background: url(../img/warning_icon.png) no-repeat;
}


.bold {
	font-weight: bold;
	line-height: 1.5em;
}


.block {
	margin: 10px 0;
	line-height: 1.3em;
}

.myUl {
	margin: 0 0 0 40px;
	list-style: none;
}

.myUlSign {
	margin: 0 0 0 40px;
}

.programDay {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #0E566F;
}

.program {
	margin: 5px 0px;
}

.time {
	float: left;
	border-bottom: 1px dotted #0E566F;
	width: 190px;
}

.event {
	margin: 0 0 0 200px;
	line-height: 25px;
	color: #555;
}

.alert {
	color: #990000;
}

.ateeTitle {
	font-size: 36px;
	color: #06699B;
	display: block;
	margin: 10px 0;
}

.ateeMiddleTitle {
	font-size: 18px;
	display: block;
	margin: 5px 5px;
	line-height: 1.1em;
}



/*=====================*/
.presMenuList {
	list-style: none;
	margin: 0;
}

#content .presMenuSelected {
	margin: 2px 5px;
	padding: 2px 5px;
	border: 1px solid #2E5569;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#content .presMenu {
	margin: 2px 5px;
	padding: 2px 5px;
	border: 1px solid #2E5569;
	border-bottom: none;
	background: url(../img/menu-active.png) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

#content .presMenu:hover {
	background: url(../img/menu.png) repeat-x;
}

.presentationContent {
	margin-top: 2px;
	padding: 20px;
	border: 1px solid #2E5569;
}

/*=====================================*/

/****************  news ****************/


.newsShort {
	clear: both;
	margin: 20px 0 20px 0;
}

.newsShortImage {
	float: left;
	margin: 0 5px;
	width: 240px;
	text-align:center;
}

.newsShort img {
	/*border: 1px solid #74A2B1;*/
}

.newsShortTitle {
	font-weight: bold;
}

.newsShortContent {
	margin: 0 0 0 250px;
}

/*************** news vége ****************/

.clear {
	clear: both;
}
