/*global*/
*{
	margin: 0;
	padding: 0;
}

body{
	background-color: black;
}

div.clear{
	clear: both;
}
div.right{
	float: right;
}
/*eof global*/

#window{
	width: 928px;
	margin: 7px auto;	
	cursor: default;
}

#head{
	height: 122px;
}

#logo{
	float:left;
	border: none;
}

#icons{
	float: left;	
}

#icons a{
}

#icons a img{
	border-left: 1px solid #f5f5f3;
	border-right: 1px solid #f7f9f9;
	border-top: none;
	border-bottom: none;
	float: left;
	margin-left: 10px;
	background-color: #f4f6f7;
	cursor: pointer;
	padding: 3px;
	float: left;
}

#languages{
	float: left;
	margin-left: 30px;
}

#languages a{
	font-family: Arial, Verdana, Tahoma;
	color: #3c3c3c;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 6px;
	margin-left: 4px;
}

#languages a:hover{
	background-color: #f5a519;
	color: #3c3c3c;
}

#languages a.act{
	color: white;
	background-color: #26a5cb;
}

/*menu top*/
#menuTop{
  width: 550px;
	float: left;
  margin-top: 30px;
  border-bottom: 1px solid #52a3cc;
padding-bottom: 10px;
}

#menuTop ul{
float: right;

}

#menuTop ul li{
	float: left;
	list-style: none;
}

#menuTop ul li a{
	font-family: Verdana, Arial, Tahoma;
	color: white;
	text-decoration: none;
	font-size: 11px;
  padding-botom: 12px;
  padding-left: 20px;
	margin-right: 0;
	display: block;
}


#menuTop ul li.act a{
	color: white;
}
/*eof menu top*/

/*left menu*/

div.leftCol{
	float: left;
}

div.leftCol div.box{
	width: 155px;
	display: block;
}


div.leftMenu ul{
	margin-left: 13px;
}

div.leftMenu ul li{
	list-style-type: none;
	padding: 4px 0;
}



div.leftMenu ul li a{
	font-family: Garamond;
	font-size: 16px;
	color: white;
	text-decoration: none;
	margin: 9px 0;
	line-height: 27px;
cursor: default;
}

div.leftMenu ul li ul li a{
	font-family: Verdana;
	font-size: 13px;
	color: white;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
}

div.leftMenu ul li ul li a:hover{
	text-decoration: underline;
}



/*eof left menu*/



/*newsletter*/
div.newsletter div.label{
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #26a5cb;
	text-transform: uppercase;
}

div.newsletter input{
	border: 1px solid #83b51e;
	width: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px; 
	color: #8b8a8a;
	padding: 1px;
	height: 15px;
	margin-bottom: 10px;
}

div.newsletter div.button{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px; 
	color: #00a8da;
	font-weight: bold;
	border: 1px solid #00a8da;
	clear: left;
	float: left;
	height: 15px;
	margin: 0;
	margin-bottom: 10px;
	padding: 1px 22px 1px 3px;
	background: white url(images/icon_submit.gif) scroll no-repeat right top;
	cursor: pointer;
}

div.newsletter div.button:hover{
	background-color: #00a8da;
	color: white;
}

div.newsletter div.separator{
	clear: both;
	height: 7px;
	border-bottom: 1px dotted #cccccc;
}

a.rss{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #1e8de5;
	clear: left;
	display: block;	
	padding: 15px 2px 2px 20px;	
	background: transparent url(images/icon_rss.gif) scroll no-repeat 0 14px;
	text-decoration: none;
}

a.ss:hover{
	text-decoration: underline;
}

/*newsletter*/

/*search*/
#search{
	clear: right;
	float: right;
	margin-top: 20px;
}
#search input{
	border: 1px solid #83b51e;
	float: left;
	width: 120px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px; 
	color: #8b8a8a;
	padding: 1px 3px;
	height: 15px;
}

#mod_administrator_search_button{
	width: 19px;
	height: 19px;
	float: left;
	cursor: pointer;
	background: #83b51e url(images/search.gif) scroll no-repeat center center;
}

#content p.mod_administrator_search{
	font-size: 12px;
	margin-bottom: 10px;
}

#content a.mod_administrator_search{
}
/*eof search*/

/*
required  ImpressPages CMS element where all content is placed
*/
#content{
	width: 663px;
	float: left; /* #content div should be floated to left or right because clear property in some modules*/
	margin-left: 46px
}




#footer{
border-top: 1px solid #aaaaaa;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
margin-top: 20px;
	padding: 3px 0 20px 0;
	margin-bottom: 50px;
}

#footer p, #footer a{
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #aaaaaa;
}

#footer p.powered_by{
	float: right;
}

#footer p.copyright{
	float: left;
}


