@charset "UTF-8";
/* CSS Document */

body{
background:url(images/bg.jpg);
}

a:link{
text-decoration:none;
color:#336699;
}

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

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

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

#header{
/*width:936px;*/
width:780px;
margin:auto;
background:url(images/header.jpg);
height:150px;
background-repeat:no-repeat;
}

#navigation{
	/*width:936px;*/
	width:780px;
	margin:auto;
	clear:both;
	height:40px;
	margin-bottom:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.nav_item{
	height:80px;
	width:80px;
	background:url(images/test2.png);
	float:left;
	margin:auto;
}

/*CONTENT Classes*/

#content{
/*width:906px;*/
width:780px;
margin:auto;
background-color:#FFFFFF;
padding:15px;
min-height:400px;
}

#content .title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

#content .headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666666;
}

#content .copytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
}

#content .copytext p a:link{

text-decoration:none;
color:#336699;
}



#content .copytext p a:visited{
text-decoration:none;
color:#336699;
}

#content .copytext p a:active{
text-decoration:underline;
color:#336699;
}

#content .copytext p a:hover{
text-decoration:underline;
color:#336699;
}

#content .copytext a:link{

text-decoration:none;
color:#336699;
}



#content .copytext a:visited{
text-decoration:none;
color:#336699;
}

#content .copytext a:active{
text-decoration:underline;
color:#336699;
}

#content .copytext a:hover{
text-decoration:underline;
color:#336699;
}

#content .copytext ul{

}

#content .copytext il{

}

input[type="text"], textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 200px;
    background-color: #EDF2F7;
} 

.input_error{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #FF0000;
    width: 200px;
    background-color:#FF9999;
} 

.button{
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(images/button_bg_2.gif) no-repeat center;
	color: #336699;
	height:19px;
	width:70px;
	}

.button_hover{
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(images/button_bg_2_hover.gif) no-repeat center;
	color:#006699;
	height:19px;
	width:70px;
	}

select
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 200px;
    background-color: #EDF2F7;
} 

.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FF0000;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
	padding:10px;
	
	border: solid 1px #FF0000;
	background-color:#CCCCCC;
}

.success{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#009900;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
	padding:10px;
	
	border: solid 1px #009900;
	background-color:#CCCCCC;
}

/*Footer Classes*/


#footer{
/*width:936px;*/
width:780px;
margin:auto;
margin-top:15px;
/*background-color:#FFFFFF;*/
text-align:center;
padding-top:11px;
padding-bottom:10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#footer a:link{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:active{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#footer #footer_link ul {
  margin:0;
  padding:0;
}
#footer #footer_link li {
	display:inline;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}

#footer #footer_copy {
  font-size:10px;
  color:#FFFFFF;
  margin-top:.25em;
  font-weight:normal;
  }
  
  
  .fineprint{
  font-size:10px;
  color:#999999;
  margin-top:.25em;
  font-weight:normal;
  }
  
  .breadcrumbs{
  font-family: Arial, Sans-Serif;
  font-size:12px;
  color:#336699;
  margin-top:.25em;
  font-weight:lighter;
  margin-bottom:15px;
  }
  
  .breadcrumbs a{
  
  text-decoration:none;
  color:#336699;}
  
  .breadcrumbs a:hover{
  text-decoration:underline;
  color:#336699;
  }
  
  .breadcrumbs a:visited{}
  
  .breadcrumbs a:active{}
  
  
/* PICTURE Classes */
/*===============================================================================================================================================================================================================*/  
  
.picture_lo{
  float:left;
  margin-right: 15px;
  margin-bottom: 15 px;
  margin-top:0px;
  margin-left:0px;
  border:none;
  }
  
  
.picture_ro{
  float:right;
  margin-left: 15px;
  margin-bottom: 15 px;
  margin-top:0px;
  margin-right:0px;
  border:none;
  }
  
  .picture_lu{
  float:left;
  margin-right: 15px;
  margin-top: 15 px;
  margin-bottom:0px;
  margin-left:0px;
  border:none;
  }
  
  
.picture_ru{
  float:right;
  margin-left: 15px;
  margin-top: 15 px;
  margin-bottom:0px;
  margin-right:0px;
  border:none;
  }
  
  
  
  
  /*========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/
  
  
 #globalnav {
  clear: both;
  padding: 3px 16px;
  background: #50AD2D;
  overflow: hidden;
  line-height: 1em;
  zoom: 1;
}
 #navigation a {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: .875em;
  padding: 3px 19px 3px 6px;
  margin: 0 2px;
  background: url(images/arrow-over.gif) 100% 50% no-repeat;
  -webkit-border-radius: 5px;
}
 #navigation a:hover,
 #navigation a.selected {
  background-color: #336699;
  background-image: url(images/arrow-over.gif);
}
 #navigation a:visited {
  text-decoration:none;
}
 #navigation h2 {
  font-size: .875em;
  color: #B7E69B;
  font-weight: normal;
  float: left;
  margin: 0;
  padding: 3px 0;
}
 #navigation ul {
  float: left;
  list-style-type: none;
  margin: 0 16px 0 2px;
}
 #navigation ul li {
  float: left;
  zoom: 1;
}
 #navigation .submenu {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 1em;
  margin-left: 0px;
  margin-top:167px;
  padding: 8px 0;
  background:#666666;
  border:1px solid #666666;
  clear: both;
}

 #navigation .submenu.selected {
  display: block;
}
 #navigation .submenu li {
  float: none;
  display: block;
}

#navigation .submenu li.line_above {
  border-top:1px solid #FFFFFF;
  padding-top:4px;
  margin-top:4px;
}

 #navigation .submenu a,
 #navigation .submenu .loading {
  color: #fff;
  float: none;
  display: block;
  background: none;
  padding: .2em 16px;
  margin: 0;
  font-weight: normal;
  font-size: .75em;
  -webkit-border-radius: 0;
  border:1px solid #666666;
}


 #navigation .submenu a:hover,
#navigation .submenu a:active {
  /*color: #336699;
  background: none;*/
  background-color:#336699;
  border:1px solid #FFFFFF;
}

 #navigation #gn-courses {
  padding-right: 8px;
  background-image: none;
}

 #navigation #gn-home {
  padding-right: 8px;
  background-image: none;
}

#navigation #gn-about{
	padding-right: 8px;
  background-image: none;
}
  
 #navigation #gn-offer {
  padding-right: 8px;
  background-image: none;
}

#navigation #gn-partner{
	padding-right: 8px;
  background-image: none;
}  
  
  
