/**********************************************************/
/* NanoBact                                               */
/* created by: B.Tamás	                                  */
/* CSS & HTML author: B.Tamás - http://www.btamas.hu      */
/**********************************************************/

/**
 * GLOBALS
 **/
body{
	background-color: #c0cbd5;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
a,a:link,a:visited{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.clr{
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#container{
	width: 792px;
	margin: 30px auto 50px auto;
}

#content{
	background-image: url("../images/bg-contentCenter.gif");
	background-position: center top;
	background-repeat: repeat-y;
	width: 792px;
}
#content-top{
	background-image: url("../images/bg-contentTop.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 792px;
}
#content-bottom{
	background-image: url("../images/bg-contentBottom.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 792px;
}
#content-frame{
	padding: 50px 0 50px 0;
	min-height: 250px;
}
#content-leftSide{
	float: left;
	width: 181px;
}
#content-rightSide{
	float: left;
	width: 491px;
	padding-left: 60px;
	padding-right: 60px;
}

/*--- MENU ---*/
#menu{margin-left: 2px;}
#menu .submenu{display: none;}
#menu .submenu.active{display: block;}
/*--- MENU ---*/

/**
 * Main
 **/
#main .title{
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
#main .mainPic{
	display: block;
	margin: 0 auto 0 auto;
}

/**
 * Projekt
 **/
#projekt .title{
	font-size: 18px;
	font-weight: bold;
	color: #004080;
	margin-bottom: 15px;
}
#projekt .text{
	text-align: justify;
	margin-bottom: 10px;
	line-height: 18px;
}

/**
 * Konzorcium
 **/
#konzorcium .box{
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}
#konzorcium .box .title{
	font-weight: bold;
	font-size: 24px;
	color: #388896;
	margin-bottom: 16px;
}
#konzorcium .box .title.sub{
	font-size: 16px;
	font-weight: lighter;
	margin-top: -16px;
	margin-bottom: 16px;
}
#konzorcium .box .pic{
	position: absolute;
	top: 0;
	right: 0;
}
#konzorcium .box .name,
#konzorcium .box .contact,
#konzorcium .box .task{
	font-size: 14px;
	margin-bottom: 16px;
}
#konzorcium .box .mail{color: #000000;}
#konzorcium .box .url{
	color: #000000;
	font-weight: bold;
}

/**
 * Konzorcium
 **/
#eredmenyek .title{
	font-weight: bold;
	font-size: 24px;
	color: #388896;
	margin-bottom: 16px;
}
#eredmenyek .margin{margin: 30px 0 20px 0;}

/**
 * Kapcsolat
 **/
#contact .box{
	float: left;
	width: 245px;
	text-align: center;
}
#contact .box .pic img{
	display: block;
	margin: 0 auto 10px auto;
}
#contact .box .name{margin-bottom: 15px;}
#contact .box a{color: #000000;}

/**
 * Hírek
 **/
#hirek .box{margin-bottom: 30px;}
#hirek .box .title{
	width: 192px;
	font-size: 16px;
	font-weight: bold;
	color: #388896;
	margin-bottom: 15px;
}
#hirek .box .text img{
	margin: 0 20px 20px 20px;
}
#hirek .box .text,
#hirek .box .date{
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
}

/**
 * Események
 **/
#esemenyek .box{margin-bottom: 35px;}
#esemenyek .box .title{
	font-size: 20px;
	font-weight: bold;
	color: #388896;
}
#esemenyek .box .date{
	font-size: 14px;
	margin-bottom: 20px;
}
#esemenyek .box .smallTitle{
	font-size: 16px;
	font-weight: bold;
	color: #388896;
}
#esemenyek .box ul,
#esemenyek .box li{
	margin: 0;
	padding: 0;
}
#esemenyek .box ul{margin-left: 14px;}
#esemenyek .box li{
	padding-left: 20px;
	list-style-image: url("../images/li-blueDisc.gif");
}

/**
 * Menuterkep
 **/
#sitemap .column1,
#sitemap .column2,
#sitemap .column3,
#sitemap .column4{
	float: left;
	margin-top: 14px;
	margin-right: 14px;
	width: 113px;
}
#sitemap .column1{width: 111px;}
#sitemap .column4{
	width: 111px;
	margin-left: -1px;
	margin-right: 0;
}
#sitemap .column1 .leftBorder,
#sitemap .column2 .leftBorder,
#sitemap .column3 .leftBorder,
#sitemap .column4 .leftBorder{
	float: right;
	border-left: 1px solid #000000;
	width: 102px;
}
#sitemap .column1 .leftBorder{height: 99px;}
#sitemap .column2 .leftBorder{height: 175px;}
#sitemap .column3 .leftBorder{height: 175px;}
#sitemap .column4 .leftBorder{height: 61px;}
#sitemap .column2 .leftBorder,
#sitemap .column3 .leftBorder{width: 104px;}
#sitemap .box{
	background-image: url("../images/sitemapLeftRow.gif");
	background-position: center left;
	background-repeat: no-repeat;
	margin: 7px 0 7px 0;
}
#sitemap .column2 .box,
#sitemap .column3 .box{background-image: url("../images/sitemapLeftRow2.gif");}
#sitemap .box img{
	float: right;
}



















