body {
	background: #F6C7D0;
}
div#center {
	width: 750px;
	position:absolute;
	left:50%;
	margin-left:-375px;
}
div#header {
	height: 97px;
	width: 750px;
	background-image:  url(../img/header.gif);
}

/***************************/
/**  Top Menu Section    ***/
/***************************/

div#top-menu {
	height: 84px;
	width: 750px;
	overflow:hidden;
}
a.navigationLink {
	
	display: block;
	line-height: 84px;
	height: 84px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -999999pt;
}
.main
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 142px;
}

.main:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -84px;
	width: 142px;
}

.courses
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -142px 0px;
	width: 89px;
}

.courses:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -142px -84px;
	width: 89px;
}
.teachers
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -231px 0px;
	width: 144px;
}

.teachers:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -231px -84px;
	width: 144px;
}
.sertificates
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -375px 0px;
	width: 140px;
}

.sertificates:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -375px -84px;
	width: 140px;
}
.translations
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -515px 0px;
	width: 90px;
}

.translations:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -515px -84px;
	width: 90px;
}
.links
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -605px 0px;
	width: 145px;
}

.links:hover
{
	background-image:  url(../img/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -605px -84px;
	width: 145px;
}

/***************************/
/**     Main Section     ***/
/***************************/


div#main {
	overflow: hidden;
	width: 750px;
	/*padding-bottom: 700px;
	margin-bottom: -700px;*/
	}

div#content {
	float:left;
	padding: 20px 20px 25px 25px;
	margin: 17px 0 30px 0;
	background-color:#F7DFE7;
	border: 2px solid #9d1923;
	}
	
div#content {	
	width: 550px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 505px;
	}
	
div#content p {
	text-align:left;
	font-family: Tahoma, "Trebuchet MS", Trebuchet, sans-serif, Arial, Helvetica;
	font-size:12px;
	padding-left: 10px;
}
div#content h3,h4,h5 {
	text-align:left;
	font-family: Tahoma, "Trebuchet MS", Trebuchet, sans-serif, Arial, Helvetica;
	font-size: 18px;
	}
div#content h4 {
	font-size: 15px;
	}
div#content h5 {
	font-size: 13px;
	}
div#content table {
	border: 1px solid #990000;
}
div#content table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 200px;
	padding: 5px 10px 5px 0;
	text-align:justify;
	border: 1px solid #990000;
	text-align: center;
}

div#content table strong{
	font-weight: bolder;
	font-size: 13px;
}
/***************************/
/**     Menu Section     ***/
/***************************/


div#menu {
	float:left;
	margin-left:20px;
	margin-top: 0px;
	margin-right: 20px;
	width: 140px;
	}

div#ads {
	width: 120px;
    margin-top: 20px;
    margin-left: 11px;
   }
div#menu dl {
	width: 140px;
	margin-bottom: 0px;
	padding: 0; 
	background:  url(../img/top_bar.gif) no-repeat top;
	overflow:hidden;
	}

div#menu dt {
	margin:0;
	color: #f9daba;
	border-bottom:2px solid #9d1923;
	background:  url(../img/top_bar.gif) no-repeat left top;
	text-align:center;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div#menu dd {
	margin:0;
	padding:0;
	border-bottom:2px solid #9d1923;
	background: #e95574;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9d1923;
	border-left-color: #9d1923;
	
}

div#menu dl a, dl a:visited {
	color:#FFFF99;
	text-decoration:none;
	display:block;
	padding:5px 0px;
	font-size: 11px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#menu dl a:hover {
	background-color: #F3A0B1;
	color: #FFFF99;	
	}

div#menu dl a.selected {
	background-color: #CC0033;
	color: #FFFFFF;
	}

div#menu dl dd a.selected:hover {
	background-color: #CC0033;
	color: #FFFFFF;
	}

div#bottom-menu-image {
	background-image:  url(../img/bottom_bar.gif);
	background-repeat: no-repeat;
	height: 30px;
	}

#courseMenu {
	overflow:hidden;
	margin: 0 0 0 0;
	border: 1px solid #990033;
	background: #f6c7d0 url(/img/bgcourse.gif) repeat;
	}


#courseMenu a, #courseMenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	height: 20px;
	line-height: 20px;
	text-align:center;
	text-decoration:none;
	color: #990033;
	font-weight: bold;
	font-size: 12px;
	float: left;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f6c7d0;
	}
	
#courseMenu a:hover {
	background-color:#FF6633;
	color:#fff;
	}
.CourSel  {
	background-color: #FF3366 !important;
	color: #FFFFFF !important;
	
	}


/***************************/
/**    Footer Section    ***/
/***************************/
#footer {
	width: 750px;
	height: 61px;
	background-image: url(../img/footer.jpg);
	background-repeat:no-repeat;
	text-align: right;
	padding-top: 30px;
	color: #FFFF99;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	}
#footer a {
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
/***************************/
/**    Text Formating    ***/
/***************************/


.def {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	display: block;
	text-indent: 0px;
	margin-top: 10px;
	}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding: 5px 15px;
	line-height: 20px;
	border: 1px solid #990033;
	background: #FFFFCC;
	margin-bottom: 15px;
	line-height: 14px;
	}
	
.obiavi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding: 5px 15px;
	line-height: 20px;
	border: 1px solid #990033;
	background: #FF9933;
	}
.courseList dd {
	list-style: none;
	color: #000000;
	background: #f6c7d0;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #990033;
	padding-right: 10px;
	padding-left: 10px;
	}
.courseList dt {
	list-style: none;
	color: #000000;
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #990033;
	padding-right: 10px;
	padding-left: 10px;
}

.pageLinks {
	background: url(/img/uni.gif) no-repeat;
	text-indent: -9999pt;
	height: 85px;
	width: 137px;
	display:block
	}
.pageLinks:hover {
	background:url(/img/uni_o.gif) no-repeat;
	}
	
.headerText {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align:right;
	color: #ffff99;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	
	}
.headerLink {
	color: #ffff99;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-decoration: none;
	
}
.kliment {
	
	
}
a.klimentLink {
	display:block;
	position: absolute;
	left: 38px;
	top: 20px;
	height: 70px;
	line-height: 70px;
	width: 85px;
	text-indent: -9999pt;
}

a.klimentLink:hover {	
	border: 1px solid #CCCCCC;
	}
.member {
	display:block;
	float: left;
	width: 160px;
	text-align:center;
	border: 1px solid #990000;
	margin: 1px;
	height: 20px;
	line-height: 20px !important;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden
}

.higher {
	height: 44px;
}
.adressImg {
	border: 2px solid #990000;
}

/***************************/
/**          CV          ***/
/***************************/
div#content div.cv_block {
	text-align: center;
    padding-top: 15px;
}

div#content div.cv_block span {
    font-family:Tahoma,"Trebuchet MS",Trebuchet,sans-serif,Arial,Helvetica;
    font-size:18px;
    text-align: center;
    display: block;
    margin: 5px 0px 10px 0px;
	}
img.cv {
    border: 2px solid #000000;
    margin-bottom: 10px;
}
/***************************/
/**        Images        ***/
/***************************/

img.logo {
    border: 2px solid #000066;
    margin-left: 100px;
    }
