﻿/* CSS Document */
li { list-style: none;
		 margin-bottom: 0.5em;
}
body { font-family: Verdana, Arial, Helvetica, sans-serif;
	     font-size: 10px;
			 background-color: rgb(0,51,51);
			 color: #FFFFFF;
}
#central { position: relative;
					 background-color: rgb(89,32,37);
           height: 284px;
					 border-top: #FFFFFF 2px solid;
					 border-bottom: #FFFFFF 2px solid;
}
#kep { position: absolute;
			 /*height: auto;*/
			height: 225px;
			width: 585px;			 
      top: 32px;
}
#panel0 { position: absolute;
					top: 0;
					right: 0;
					height: 284px;
					width: 375px;
				  background-color: rgb(89,32,37);
}
#panel1 { position: absolute;
         height: 224px;
				 width: 350px;
				 right: 0px;
				 top: 32px;
         border-left: #FFFFFF 2px dotted;
}
#panel2 { position: absolute;
          height: 222px;
					width: 310px;
					left: 20px;
					border-top: #FFFFFF 1px solid;
					border-bottom: #FFFFFF 1px solid;
					line-height: 1.5em;
}
#panel_menu { position: absolute;
							right: 0px;
							bottom: 10px;
}
.message { position: relative;
           margin-top: 20px;
					 overflow: hidden;
}
/*.message a { text-decoration: underline; }
.message a:link { color: rgb(255,153,51); }
.message a:visited { color: rgb(255,153,51); }
.message a:hover { color: #fff; }
*/
.message li { margin-bottom: 1.5em; }
.message li a { text-decoration: none; }
.message li a:link { color: #fff; }
.message li a:visited { color: #fff; }
.message li a:hover { color: #fff; text-decoration: underline; }

#spec_mes a { font-size: 14px; line-height: 1.5em; font-weight: bold;}

#menu { height: auto;
				padding-top: 3em;
				width: 100%;
}
#menu table { border-collapse: collapse;
				      table-layout: fixed;
				      border: none;
				      width: 100%;
}
th { text-align: left;
     font-size: 14px; 
     font-weight: bold; 
}
#labjegy { position: relative;
           height: 3.6em; 
					 border-top: #FFFFFF 2px dotted;
					 border-bottom: #FFFFFF 2px dotted;
					 color: #fff;
}

