/*
Author: PlanetMedia Europa (http://www.planetmedia.hu)
Version: 1.0 (2010.04.27.)
Company: Szerkezeti Biológiai és Molekuláris Felismerési Műhely, Debrecen
2010, All rights reserved!
*/

/* ------------------------------
 		 HTML elements
 ----------------------------- */

body{
	color:#313131;
	background:#ffffff;
	margin:0;
	padding:0;
	font-family: Century Gothic;
	font-size:12px;
	text-align:left;
}

img {border:none;}

.clear {clear:both; float:none;}

a {
	color:#e75221;
	text-decoration:underline;
}

a:visited {
	color:#e75221;
	text-decoration:underline;
}

a:active {
	color:#e75221;
	text-decoration:underline;
}

a:hover {
	color:#e75221;
	text-decoration:underline;
}

/* ------------------------------
 		 Main Layout
 ----------------------------- */
 
#topcontainer {
	height:31px;
	width:100%;
	background:url(../skin/topcontainerbg.jpg);
}

#headcontainer {
	height:381px;
	width:100%;
	background:url(../skin/midlecontainer.png);
}

#subheadcontainer {
	height:180px;
	width:100%;
	background:url(../skin/subpagebg.png);
}

#maincontainer {
	height:auto;
	min-height:500px;
	background: #ffffff url(../skin/mainbg.jpg) repeat-x;
}

/* ------------------------------
 		 Content Layout
 ----------------------------- */

#topcontent {
	height:31px;
	width:1033px;
	margin:0 auto 0 auto;
}

#headcontent {
	height:113px;
	width:1033px;
	margin:0 auto 0 auto;
}


#maincontent {
	width:1033px;
	height:auto;
	min-height:500px;
	margin:0 auto 0 auto;
	background:url(../skin/contentcontainerbg.png) repeat-y;
}

/* ------------------------------
 	#headcontent - Logo
 ----------------------------- */
 
.logo {	padding:7px 0 0 45px; float:left}

/* -------------------------------------
 	#headcontent - Navigation
 ------------------------------------- */
 
#nav {
	height:50px;
	width:531px;
	margin:37px 0 28px 76px;
	float:left;
	color:#2d2d2d;
	font-size:17px;
	text-align:right;

}

#nav ul {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
	height:50px;
}

#nav li {
	margin:0;
	height:25px;
	vertical-align:middle;
	
}

.withborder {border-right:1px solid #bebebe;}


.withborder a {
	color:#2d2d2d;
	display:block;
	background-color:#fafafa;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	padding-right:5px;
}

.withborder a:hover {
	color:#ffffff;
	display:block;
	height:25px;
	background-color:#e75221;
	text-decoration:none;
	vertical-align:middle;
	padding-right:5px;
}

.withborder a:active {
	color:#2d2d2d;
	text-decoration:none;
	vertical-align:middle;
	padding-right:5px;
}

.withborder a:visited {
	color:#2d2d2d;
	text-decoration:none;
	vertical-align:middle;
	padding-right:5px;
}

#noborder a {
	color:#2d2d2d;
	text-decoration:none;
	vertical-align:middle;
}

#noborder a:hover {
	text-decoration:none;
	color:#e75221;
	vertical-align:middle;
}

#noborder a:visited {
	color:#2d2d2d;
	text-decoration:none;
	vertical-align:middle;
}

#noborder a:active {
	color:#2d2d2d;
	text-decoration:none;
	vertical-align:middle;
}

/* ------------------------------
    Slider
 ----------------------------- */

.dottedlineh {
	border-right:1px dotted #5e5e5e;
}

.whitespaceh {
	padding-left:30px;
	padding-right:10px;
}

/* ------------------------------
    #navlink
 ----------------------------- */

#navlink {
	float:left;
	padding-top:3px;
	width:380px;
	text-align:left;
}

#navlink a {
	color:#171717;
	text-decoration:none;
}

#navlink a:hover {
	color:#e75221;
	text-decoration:underline;
}

#navlink a:active {
	color:#171717;
	text-decoration:none;
}

#navlink a:visited {
	color:#171717;
	text-decoration:none;
}

/* ------------------------------
    #subnavlink
 ----------------------------- */

#subnavlink {
	float:left;
	padding-top:32px;
	padding-left:45px;
	width:720px;
	text-align:left;
}

#subnavlink a {
	color:#171717;
	text-decoration:none;
}

#subnavlink a:hover {
	color:#e75221;
	text-decoration:underline;
}

#subnavlink a:active {
	color:#171717;
	text-decoration:none;
}

#subnavlink a:visited {
	color:#171717;
	text-decoration:none;
}


/* ------------------------------
    #search
 ----------------------------- */

#search {
	float:left;
	margin-left:260px;
	margin-bottom:5px;
}

#search input {
	background: url(../skin/inputbg.jpg) no-repeat;
	width:227px;
	height:21px;
	border:none;
	padding:2px;
	font-style:italic;
	font-size:13px;
	color:#868686;
}

#search button {
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* ------------------------------
    #subsearch
 ----------------------------- */

#subsearch {
	float:left;
	padding-top:32px;
}

#subsearch input {
	background: url(../skin/inputbg.jpg) no-repeat;
	width:227px;
	height:21px;
	border:none;
	padding:2px;
	font-style:italic;
	font-size:13px;
	color:#868686;
}

#subsearch button {
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* ------------------------------
    #maincontent - topitem
 ----------------------------- */

#topitem {
	width:931px;
	height:auto;
	padding-top:42px;
	margin-left:45px;
}

/* ------------------------------
    #topitem - About Me
 ----------------------------- */

#aboutme {
	float:left;
	width:463px;
	height:200px;
}

#aboutme h1 {
	color:#303030;
	font-size:35px;
	margin:0;
	padding:0;
}

#aboutme p {
	color:#000000;
	font-size:17px;
	margin:0;
	padding:26px 20px 0 0;
	text-align:justify;
}

#aboutme a {
	color:#e75221;
	text-decoration:underline;
}

#aboutme a:visited {
	color:#e75221;
	text-decoration:underline;
}

#aboutme a:active {
	color:#e75221;
	text-decoration:underline;
}

#aboutme a:hover {
	color:#e75221;
	text-decoration:underline;
}

/* ------------------------------
    #topitem - Events
 ----------------------------- */

#events {
	float:left;
	width:207px;
	height:auto;
}

#events h2 {
	color:#303030;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#events h2 a {
	color:#303030;
	text-decoration:none;
}

#events h2 a:hover {
	color:#e75221;
	text-decoration:none;
}

#events h3 {
	color:#e75221;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:26px 0 0 0;
}

#events h4 {
	color:#e75221;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 0;
}

#events p {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:10px 20px 0 0;
	text-align:justify;
}

/* ------------------------------
    #topitem - News
 ----------------------------- */

#news {
	float:left;
	width:261px;
	height:200px;
}

#news h2 {
	color:#303030;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#news h2 a {
	color:#303030;
	text-decoration:none;
}

#news h2 a:hover {
	color:#e75221;
	text-decoration:none;
}

#news p {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:10px 20px 0 0;
	text-align:justify;
}

/*#news a {
	color:#e75221;
	text-decoration:underline;
}

#news a:visited {
	color:#e75221;
	text-decoration:underline;
}

#news a:active {
	color:#e75221;
	text-decoration:underline;
}

#news a:hover {
	color:#e75221;
	text-decoration:underline;
}*/

/* ------------------------------
    #maincontent - fouritem
 ----------------------------- */

#fouritem {
	width:931px;
	margin-top:63px;
	margin-left:45px;
}

#fouritem input {
	font-size:10px;
	font-style:italic;
	color:#313131;
	width:150px;
	height:20px;
}

.item {
	float:left;
	width:433px;
}

.item h3 {
	color:#303030;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:0 0 31px 0;
}

.item h3 a {
	color:#303030;
	text-decoration:none;
}

.item h3 a:hover {
	color:#e75221;
	text-decoration:none;
}

.item img {
	float:left;
	padding-right:11px;
}

.item p {
	text-align:justify;
	margin:0;
	padding:0;
}

.space {
	padding-right:35px;
}

.item h4 a {
	color:#ffffff;
	padding-top:3px;
	display:block;
	width:89px;
	height:22px;
	text-decoration:none;
	background-color:#e75221;
	margin-left:350px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	
}


span.kiemel a {
	color:#ffffff;
	display:block;
	font-size:12px;
	padding-top:3px;
	width:89px;
	height:22px;
	text-decoration:none;
	background-color:#e75221;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	
}

span.kiemel {
	color:#303030;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:0 0 31px 0;
	
}

/* ------------------------------
    #maincontent - #rightside
 ----------------------------- */
 
#rightside {
	 float:left;
	 width:710px;
	 height:auto;
	 min-height:400px;
	 margin:0 0 0 20px;
	 padding:0 30px 0 30px;
 }
 
 #rightside a {
	text-decoration:none;
 }
 
 #rightside a:hover {
	text-decoration:underline;
 }
 
#rightside h2 {
	 color:#000000;
	 font-size:27px;
	 font-weight:normal;
	 margin:30px 0 0 0;
	 padding:0;
 }
 
#rightside p {
	 color:#000000;
	 font-size:14px;
	 text-align:justify;
}
 
 /* ------------------------------
    #maincontent - #leftside
 ----------------------------- */
 
#leftside {
	 float:left;
	 width:200px;
	 height:auto;
}

#leftside h2 {
	 color:#000000;
	 font-size:27px;
	 font-weight:normal;
	 margin:30px 0 0 0;
	 padding:0;
 }

#leftside ul {
	 list-style-type:none;
	 margin:0;
	 padding:0;
}

#leftside li {
	 font-size:18px;
	 margin:0;
	 padding:20px 0 0 0;
}

#leftside a {
	color:#494949;
	text-decoration:none;
}

#leftside a:hover {
	color:#e75221;
	text-decoration:none;
}

#leftside a:active {
	color:#494949;
	text-decoration:none;
}

#leftside a:visited {
	color:#494949;
	text-decoration:none;
}

#leftside hr {
	margin:40px 0 20px 0;
	border: 1px dotted #000000;
	border-style: none none dotted;
}

#leftside input {
	background:url(../skin/inputbgsmall.jpg) no-repeat;
	border:none;
	width:192px;
	height:22px;
}

#leftside button {
	color:#ffffff;
	display:block;
	border:none;
	width:89px;
	height:22px;
	background-color:#e75221;
	margin:15px 0 0 100px;

}

/* ------------------------------
    #subnews
 ----------------------------- */

#subnews {
	width:auto;
}


#subnews p {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:20px 20px 0 0;
	text-align:justify;
}

#subnews a {
	color:#e75221;
	text-decoration:underline;
}

#subnews a:visited {
	color:#e75221;
	text-decoration:underline;
}

#subnews a:active {
	color:#e75221;
	text-decoration:underline;
}

#subnews a:hover {
	color:#e75221;
	text-decoration:underline;
}

/* ------------------------------
    #subevents
 ----------------------------- */

#subevents {
	width:auto;
}

#subevents  h3 {
	color:#e75221;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:26px 0 0 0;
}

#subevents  h4 {
	color:#e75221;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 0;
}

#subevents  p {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:10px 20px 0 0;
	text-align:justify;
}

#subevents a {
	color:#e75221;
	text-decoration:underline;
}

#subevents a:visited {
	color:#e75221;
	text-decoration:underline;
}

#subevents a:active {
	color:#e75221;
	text-decoration:underline;
}

#subevents a:hover {
	color:#e75221;
	text-decoration:underline;
}

 /* ------------------------------
    #maincontent - footer
 ----------------------------- */
 
#footer {
	width:931px;
	margin-top:63px;
	margin-left:45px;
	padding-bottom:30px;
	color:#797979;
	border-top:1px dotted #5e5e5e;
}

.fotteritem {
	float:left;
	padding-top:20px;
	padding-bottom:30px;
}

.fotteritem ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.fotteritem a {
	color:#797979;
	text-decoration:none;
}

.fotteritem a:hover {
	color:#e75221;
	text-decoration:none;
}

.fotteritem a:active {
	color:#797979;
	text-decoration:none;
}

.fotteritem a:visited {
	color:#797979;
	text-decoration:none;
}

/* ------------------------------
 		admin táblázat
 ----------------------------- */

table.news_admin th{background-color:#eaeaea;padding:3px 8px;text-align:center;}
table.news_admin td{padding:3px 4px;text-align:left;}
table.news_admin tr{background-color:#f8f8f8;}

/* ------------------------------
 		admin formok
 ----------------------------- */

 #rightside label {
	height:auto;
	color:#5a5a5a;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	display: inline-block;
  	line-height: 0.5;
}

.label1 {
    margin-right:20px;
	height:auto;
}

.label0{
	width:120px;
	margin:0;
	padding:0;
	height:auto;
}


.label2 {
    margin-left:20px;
    width:60px;
	height:auto;
}

.label2b {
    margin-left:20px;
    width:140px;
	height:auto;
}

.label3 {
    vertical-align:top;
    margin-top:14px;
    width:120px;
	height:auto;
}

#rightside input, select {
	text-align:left;
    margin:10px 0;
    height:25px;
}

#rightside textarea {
	text-align:left;
    margin:10px 0;
    text-align:justify;
}

 /* ------------------------------
		admin select
 ----------------------------- */

.admin_selparent {
	width:600px;
	height:29px;
	padding-top:5px;
}
 /* ------------------------------
		Button
 ----------------------------- */

.kilepbtn {
	color:#ffffff;
	display:block;
	height:25px;
	border:none;
	background-color:#e75221;
	text-decoration:none;
	padding-right:5px;
}



/*Oktatás*/

.hline2{
    margin-top:20px;
    padding-top:5px;
    height:25px;
    width:200px;
    font-weight:bold;
    font-size:14px;
}

/*Kurzus, Tantárgynév container*/

.hline3{
    margin-top:20px;
    padding:5px 0 0 5px;
    height:25px;
    width:auto;
    font-weight:bold;
    font-size:14px;
    text-align:left;
    background-color:#f3f3f3;
}


#hlinelink a {
    color:#3456de;
    text-decoration:none;
    font-size:13px;
}

/*
.cline1{
    width:auto;
    font-size:90%;
    font-weight:normal;
    color:#333333;
    height:25px;
	padding:10px;
}
*/

/*Tantárgy*/
.ci1{
    width:500px;
    text-align:center;
    background-color:#ddd;
    padding-top:5px;
    height:20px;
    font-size:13px;
    font-weight:bold;
	padding:5px;
}

/*Kód*/
.ci2{
    margin-left:2px;
    width:163px;
    text-align:center;
    background-color:#ccc;
    padding-top:5px;
    height:20px;
    font-size:13px;
    font-weight:bold;
	padding:5px;
}

/*Tantárgy név*/
.ck1{
    width:490px;
    text-align:left;
    padding-top:5px;
    padding-left:10px;
    min-height:25px;
    font-size:13px;
	padding:5px;
	background-color:#eee;
}

/*Tantárgy kód*/
.ck2{
    width:163px;
    text-align:center;
    padding-top:5px;
    min-height:25px;
    font-size:13px;
	padding:5px;
	background-color:#eee;
}

/*Tantárgy név és Tantárgy kód tároló*/
.ckline{
    width:auto;
    font-size:90%;
    font-weight:normal;
    margin-top:2px;
    background-color:#eeeeee;
    min-height:25px;
    height:auto;
    padding-bottom:2px;
}

.program {
    text-align:left;
    color:#649fba;
    font-size:15px;
    font-weight:bold;
    margin:10px 0 5px 0;
}


.programlink {
    text-align:justify;
    font-size:13px;
}

.programlink a {
    text-decoration: none;
    color:#1c1c1c;
    font-size:13px;
}

.programlink a:active {
    text-decoration: none;
    color:#1c1c1c;
    font-size:13px;
}

.programlink a:visited {
    text-decoration: none;
    color:#1c1c1c;
    font-size:13px;
}

.programlink a:hover {
    text-decoration: underline;
    color:#1c1c1c;
    font-size:13px;
}

.programlink2 {
    text-align:justify;
    color:#649fba;
    font-size:15px;
    padding:5px 0;
}

.programlink2off {
    text-align:justify;
    color:#649fba;
    background-color:#a1ffa1;
    font-size:15px;
    padding:1px 0;
}

.programlink2 a {
    text-decoration: none;
    color:#649fba;
}

.programlink2 a:hover {
    text-decoration: underline;
    color:#649fba;
}

.programlink2off a {
    text-decoration: none;
    color:#649fba;
}

.programlink2off a:hover {
    text-decoration: underline;
    color:#649fba;
}

.newcikk {
    text-align:justify;
}
/*
.news_admin_line {
    width:660px;
    float:none;
    clear:both;
    height:30px;
    padding-top:3px;
    padding-bottom:5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    overflow:hidden;
}*/

.news_admin_line{width:750px;float:none;clear:both;height:30px;padding-top:3px;padding-bottom:5px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;overflow:hidden;}

.h3oktatok {
    padding-top:20px;
    padding-bottom: 10px;
}

#greenh3 h3 {
    color:#7c8e1a;
	margin:0 0 3px 0;
	padding:0;
	font-size:18px;
 }
 
 #greenh4 h3 {
    color:#7c8e1a;
	margin:20px 0 3px 0;
	padding:0;
	font-size:14px;
 }
 .hline1 {
 	padding-left: 5px;
 	color: white;
 	font-size: 13px;
 	background-color: #e35120;
 	width: 725px;
 	height: 20px;
 }
