@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 0.8em tahoma, verdana, arial, sans-serif;
	background: #fff url('../images/layout/bg.gif') top repeat-x;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: #fff url('../images/layout/bg_wrapper.gif') top center no-repeat;
}

#wrapper2 {
	padding: 0 20px;	
}

h1 {
	display: none;
}

em {
	font-style: normal;
	font-weight: bold;	
}

/*
 ///////////////////////////////////////////////////////////////////
 /// LEFT
 ///////////////////////////////////////////////////////////////////	
 */

#left {
	float: left;
	width: 372px;
	background: #fff url('../images/layout/bg_left.jpg') top center no-repeat;
	margin: 79px 0 0 0;
	padding: 221px 0 0 0;
	*padding-top: 241px;
}
#left h3 {
	text-align: center;
	font: 140% tahoma;
	margin: 0;
	padding: 0;
}

#left h3 a {
	color: #495c26;
	text-decoration: none;
}

#left h3 a:hover {
	text-decoration: underline;
}

#left #edukomplex {
	margin: 20px 20px 10px 0;
	height: 41px;
	border: 1px solid #b2e756; 	
	background: #e5f1cc url('../images/layout/bg_edukomplex.gif') repeat-x;
	text-align: center;
}

#left #edukomplex img {
	padding: 7px 10px 0 0;
}

#left #edukomplex a {
	text-decoration: none;
	color: #495c26;
	text-transform: uppercase;
	font: 110% trebuchet ms;
	position: relative;
	top: -7px;
	font-weight: bold;
	letter-spacing: 1px;
}

#left #edukomplex a:hover {
	text-decoration: underline;
}

#left h2 {
	color: #1e0e3f;
	font: 140% trebuchet ms;
	margin: 0;
	padding: 10px 0 5px 0;
}

.violet {
	margin: 0 20px 10px 0;
	padding: 20px;
	border: 1px solid #d6c8f2; 	
	background: #f9f7ff url('../images/layout/bg_registration.gif') repeat-y;
	text-align: justify;
}

.violet ul li {
	padding: 2px 0;	
}

/*
 ///////////////////////////////////////////////////////////////////
 */
 
/*
 ///////////////////////////////////////////////////////////////////
 /// RIGHT
 ///////////////////////////////////////////////////////////////////	
 */
 
#right {
	float: right;
	width: 528px;
	background: #fff url('../images/layout/bg_right.jpg') top right no-repeat;
	margin: 79px 0 0 0;	
}

#right-wrapper {
	padding-right: 20px;	
}

#content {
	border: 5px solid #9f97b1;
	border-top: 0;	
	text-align: center;
	color: #302f33;
	line-height: 1.4;
}

#content a {
	color: #0066cc;	
}

#content #logo {
	border: 0;
	position: relative;
	top: -45px;
}

#content-wrapper {
	text-align: left;
	padding: 0 20px 10px 20px;
	text-align: justify;
}

#content h2 {
	color: #1e0e3f;
	font: 160% trebuchet ms;
	margin-top: 0;	
}

#content h3 {
	color: #83ce00;
	font: 140% trebuchet ms;	
}

#content h4 {
	color: #1e0e3f;
	font: 130% trebuchet ms;	
}

#content .list {
	border: 1px solid #b2e756;
	background-color: #e7f1d0;	
	padding: 10px 10px 5px 30px;
}

#content .list li {
	margin: 0 0 5px 0;
	line-height: 1.5;
}

#menu {
	border: 1px solid #d1c9e0;
	padding: 1px;
	height: 45px;
	position: relative;
	top: -25px;
}

#menu-wrapper {
	background: #403558 url('../images/layout/bg_menu.gif') repeat-x;	
	height: 45px;
}

ul#mainMenu
{ 
	color: #fff; 
	padding: 14px 0 14px 0px; 
	margin: 0; 
	list-style-type: none; 
	text-align: center;
} 

ul#mainMenu ul 
{ 
	padding-top:6px; 
	color: #fff; 
	padding: 13px 0 0 0; 
	margin: 0; 
	list-style-type: none; 
	text-align: justify;
	position:absolute; 
	*position: relative;
	*width: 220px;
	visibility:hidden; 
	background-color: #1e0e3f; 
	font-size: 90%;
} 

ul#mainMenu li 
{ 
	float: left; 
	width: 151px;
}

ul#mainMenu li li 
{ 
	float: none; 
	border: none; 
	border-top: 1px solid #4d4066; 
	padding: 7px 10px;
	width: 200px;
} 

ul#mainMenu a 
{ 
	color: #fff; 
	display: block;  
	text-decoration: none; 
	padding: 0px;
}

ul#mainMenu a:hover 
{ 
	color: #b2e756;
} 

ul#mainMenu li:hover ul, ul#mainMenu li.hover ul 
{ 
	visibility: visible; 
} 
 
#copy {
	font: 100% tahoma;
	color: #cdc6de;	
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #cdc6de;
}
 
/*
 ///////////////////////////////////////////////////////////////////
 */

#spacer {
	width: 100%;
	clear: both;
}