/* Created by Economedia, Internet Section, Oct. 2008 */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    background: #f5f2ed url(/img/wrapper.jpg) repeat-y top center;
    color: #333;
}

a { color: #003366; }
a:hover {
    color: #000;
    text-decoration: none;
}

a img { border: none; }

.wrapper {
    background: transparent url(/img/bg.jpg) repeat-x top left;
    margin: 0;
    display: block;
    overflow: hidden;
    text-align: center;
}


/* Header */

.header {
    background: transparent url(/img/header.jpg) no-repeat top center;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 130px;
}

.holder {
    width: 980px;
    margin: 0 auto;
}

h1 {
    padding: 0;
    margin: 20px 0 0 20px;
    display: block;
    float: left;
}

h1 a {
    display: block;
    background: transparent url(/img/logo.jpg) no-repeat top left;
    width: 258px;
    height: 80px;
}

h1 a span, ul.miniNav li.en a span { display: none; }

ul.miniNav {
    float: right;
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 0;
    background: transparent url(/img/mininav.jpg) no-repeat top left;
    width: 318px;
    height: 25px;
    font-size: 10px;
}

ul.miniNav li {
    list-style-type: none;
    float: left;
    padding: 4px 7px 0 7px;
    margin: 0;
    background: transparent url(/img/line-mini.gif) no-repeat top right;
}

ul.miniNav li.en a {
    width: 15px;
    height: 11px;
    display: block;
    background: transparent url(/img/en.gif) no-repeat top right;
    margin: 2px 0 0 0;
}

.search {
    float: right;
    width: 300px;
    height: 44px;
    background: transparent url(/img/search.gif) no-repeat top left;
    display: block;
    clear: right;
    margin: 25px 21px 0 0;
}

.search form {
    padding: 10px 0 0 10px;
    margin: 0;
    float: left;
}

.search .what {
    border: none;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    width: 205px;
    padding: 2px 0 2px 3px;
    margin: 4px 0 0 0;
    color: #333;
    background: transparent;
    float: left;
}

.search .button {
    float: left;
    width: 60px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    background: transparent url(/img/button.gif) no-repeat top left;
    margin: 3px 0 0 10px;
    padding: 0px 0 2px 0;
    color: #333;
    border: none;
}


/* Content */

.content {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

.left {
    float: left;
    width: 200px;
    padding: 20px 30px 0 20px;
}

.center {
    float: left;
    width: 460px;
}

.right {
    float: left;
    width: 220px;
    padding: 0 20px 0 30px;
}

h2 {
    border-bottom: 2px solid #666;
    font-family: Georgia, Times New Roman, serif;
    color: #333;
    font-size: 14px;
    padding: 20px 0 0 0;
    margin: 0;
	clear: both;
}

/* Left */

ul#nav li {
    font-family: Georgia, Times New Roman, serif;
    background: transparent url(/img/dot.gif) repeat-x bottom left;
    font-size: 14px;
    position: relative;
	width: 200px;
}

ul#nav li a {
    padding: 10px 0;
    display: block;
}

ul#nav li a.sub {
    background: transparent url(/img/arrw.gif) no-repeat 190px center;
}

ul#nav li ul.subMenu {
	position: absolute;
	left: 195px;
	top: 0;
	display: none;
	border: 1px solid #ffcc66;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

ul#nav li ul.subMenu li {
    padding: 0;
    background: #fff;
    list-style-type: none;
    background: #ccc;
}

ul#nav li ul.subMenu li a {
    padding: 5px 10px 5px 20px;
    background: #fff url(/img/arrwg.gif) no-repeat 10px center;
}

ul#nav li ul.subMenu li a:hover {
    background: #ffcc66 url(/img/arrwg.gif) no-repeat 10px center;
}

ul#nav li a {
    display: block;
	text-decoration: none;
}

ul#nav li:hover ul, ul#nav li.over ul { display: block; } /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.evropa {
    font-size: 10px;
    font-family: Tahoma, Arial, sans-serif;
    color: #666;
    padding: 0 0 10px 0;
    margin-top: -5px;
}

.evropa a {
    display: inline !important;
    text-decoration: underline !important;
}

.publications {
    padding: 0;
	display: block;
	clear: both;
	margin: 0px;
	border-top: 20px solid #fff;
	*border-top: none;
	_border-top: none;
}

.publications span {
    background: #ffcc66;
    padding: 5px;
    color: #333;
    display: block;
    font-size: 10px;
    text-align: center;
}

.publications a.izd1 img, .publications a.izd2 img {
    float: left;
    border: 5px solid #f0f0f0;
    margin-top: 5px;
}

.publications a.izd1:hover img, .publications a.izd2:hover img {
    border: 5px solid #ccc;  
}

.publications a.izd1 img { margin-right: 4px; }

/* Center */

h3 {
    font-size: 14px;
    font-family: Georgia, Times New Roman, serif;
    margin: 0;
    padding: 0;
}

.center p {
    font-size: 11px;
    margin: 0;
    padding: 5px 0 10px 0;
}

.news {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.news img {
    float: left;
    margin: 0 10px 10px 0 !important;
    border: 1px solid #ccc;
}

.news em {
    color: #666;
    font-size: 10px;
    padding: 5px 0 0 0;
    display: block;
}

.newsinfo {
    background: #f0f0f0;
    padding: 5px;
    font-size: 9px;
    display: block;
    clear: both;
}

ul.mores {
    border-top: 5px solid #ffcc66;
    padding: 5px 0 0 0 !important;
}

ul.mores li {
    float: left;
    width: 140px;
    border-bottom: 1px solid #ccc;
    margin: 0 20px 0 0;
}

ul.mores li h4 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
}

/* Right */

/* style for most ul's */

ul.links, ul.admInfo, ul.mores, ul#nav, ul.students {
    list-style-type: none;
    padding: 0;
    margin: 0;
	float: left;
}

ul.links li {
    background: transparent url(/img/arrw.gif) no-repeat left center;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    font-size: 11px;
	float: left;
	width: 210px;
}

ul.admInfo li {
    background: #f0f0f0;
    padding: 10px;
    font-size: 11px;
	width: 200px;
}

ul.admInfo li.yellow {
    background: #FFCC66;
    font-weight: bold;
}

ul.admInfo li span {
    width: 120px;
    float: left;
}

ul.admInfo li strong {
    font-family: Georgia, Times New Roman, serif;
    font-size: 12px;
}

/* Footer */

.footer {
    background: #333;
    padding: 10px;
    text-align: center;
    color: #666;
    width: 960px;
    margin: 20px auto 0 auto;
    clear: both;
}

.footer p {
    font-size: 10px;
    margin: 5px;
}

.footer p a {
    color: #999;
    text-decoration: underline;
}

.footer p a:hover {
    text-decoration: none;
    color: #ccc;
}

/* Students */

ul.students li {
    float: left;
    width: 115px;
    background: #f0f0f0;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ffcc66;
}

ul.students li:hover, ul.students li.on  {
    background: #ffcc66;
}

p.info {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
}

.courses {
    border-top: 3px solid #f0f0f0;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.moreInfo {
    font-size: 10px;
    background: transparent url(/img/more-l.gif) no-repeat top left;
    height: 17px;
    padding: 0 0 0 10px;
    float: left;
}

.moreInfo a {
    background: transparent url(/img/more-r.gif) no-repeat top right;
    padding: 1px 20px 0 0;
    height: 16px;
    float: left;
}

.dots {
    background: transparent url(/img/dot.gif) repeat-x bottom left;
}

/* Article */

h4 {
    font-size: 16px;
    margin: 10px 0;
}

h5 {
    color: #666;
    font-size: 11px;
    margin: 0 0 10px 0;
}

.article p {
    font-size: 12px;
}

.artclimg {
    background: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
}

.artclimg img { width: 440px; }

.artclimg p {
    color: #666;
    font-style: italic;
    font-size: 11px !important;
}

.article .kareMini {
    width: 140px;
    float: left;
    border: 1px solid #ccc;
    background: #f0f0f0;
    overflow: hidden;
    padding: 10px;
    margin: 0 10px 10px 0;
    font-size: 11px !important;
}

.article .kareMaxi {
    font-size: 11px !important;
    clear: both;
    border: 1px solid #ccc;
    background: #f0f0f0;
    overflow: hidden;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.ticket {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

.ylw {
    background: #FFCC66 !important;
}

.comment {
    padding: 10px;
    display: block;
    clear: both;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.cTtl {
    font-size: 12px;
    display: block;
    font-weight: bold;
}

.cDate {
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 10px;
    color: #666;
}

.doComment {
    border: 1px solid #ccc;
    background: #f0f0f0;
    overflow: hidden;
    padding: 10px;
}

.doComment p {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 5px 0;
}

.doComment p label {
    width: 100px;
    float: left;
}

.doComment #cTtitle, .doComment #postAuthor, .doComment #postMsg {
    width: 250px;
    border: 1px solid #ccc;
}

.doComment #cSubmit input {
    margin-left: 250px;
    width: 100px;
}

/* List */

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

.center ul.list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
}

.center .pdf li {
    background: transparent url(/img/pdf_icon.gif) no-repeat left center;
    padding: 0 0 0 30px !important;
}

/* table */

.table {
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    font-size: 11px;
}

.table td, .table th {
    padding: 10px 5px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.table th {
    background: #f0f0f0;
}


/* flickr */

.flickrStyle {
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	display: block;
	padding: 2px;
}

.flickrStyle a img {
	width: 59px;
	height: 59px;
	margin: 2px;
	border: 4px solid #F0F0F0;
}

.flickrStyle a:hover img {
	border: 4px solid #CCC;	
}

/* Image Gallery */

.eGalPhoto {
	display: block;
	background: #F0F0F0;
	padding: 10px;
	margin: 10px 0;
}

.eGalPhoto #Kcom {
	color:#666666;
	font-size:11px !important;
	font-style:italic;
	padding: 0;	
}

.smallpicholder {
	padding: 4px;
	margin: 0;
	border: 1px solid #F0F0F0;
}

.smallpicholder a img {
	border: 6px solid #F0F0F0;
	margin: 4px 2px 4px 1px;
}

.smallpicholder a.galleryend img{
	margin: 0px;
}

.smallpicholder a:hover img {
	border: 6px solid #CCC;
}

/* Magazine */

.magazine {
    display: block;
    padding: 10px 0;
}

.magazine .cover {
    float: left;
    display: block;
}

.magazine .cover img {
    float: left;
    border: 5px solid #F0F0F0;
    width: 140px;
}

.magazine .pdf {
    border: 1px solid #CCC;
    margin: 0;
    font-size: 12px;
    background: #F0F0F0 url(/img/pdf_icon.gif) no-repeat 10px 10px;
    float: left;
    margin: 5px 0 0 15px;
    width: 248px;
    height: 30px;
    padding: 15px 0 0 45px;
    line-height: 12px;
    font-weight: bold;
}

.magazine a:hover img { border: 5px solid #CCC; }

.magazine h4 {
    padding: 0 0 0 165px;
    margin: 0;
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
}

.magazine p {
    font-size: 11px;
    color: #666;
    padding: 10px 0 10px 165px;
}

.magazine p strong {
    display: block;
    font-size: 18px;
    color: #333;
}

form.archive {
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    padding: 5px 0 5px 0;
    margin: 10px 0 0 15px;
    width: 295px;
    float: left;
}

form.archive p {
    font-size: 11px;
    color: #666;
    padding: 0;
    margin: 0;
    background: #FFF;
}

ul.accents {
    font-size: 11px;
    padding: 0 0 0 165px;
    list-style-type: none;
}

ul.accents li.acnTitle {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    background-position: -1000px -1000px;
}

ul.accents li {
    line-height: 18px;
    border-bottom: 1px dotted #CCC;
    padding: 5px 0 5px 15px;
    background: transparent url(/img/square.gif) no-repeat 0 13px;
}













