/* CSS File
Author: Vedran B.
vedran@ballianstudio.com */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF; }

A:link {
	text-decoration : none;
	color: #DB582C;
}
A:visited {
	text-decoration : none;
	color: #DB582C;
}
A:hover {
	color: #333;
}

#hMenu A:link {
	text-decoration : none;
	color: #333;
}
#hMenu A:visited {
	text-decoration : none;
	color: #333;
}
#hMenu A:hover {
	color: #DB582C;
}

#box {
	margin-bottom : 5px; 
	background: #fff;
	width : 760px; 
	text-align: left; 
	position: relative;
	margin:5px auto;
	clear:both;
} 

#logo {
	background-color : #fff; 
	height: 55px; 
	width: 413px; 
	padding: 3px 0; 
	margin-top: 30px; 
	float:left;
	clear:both;
} 
#slogan {
	background-color: #fff; 
	height: 55px; 
	width: 240px; 
	padding: 3px 0; 
	padding-left: 30px;
	text-align:right;
	margin-top: 30px;
	float:left;
} 
#hMenu {
	background-color: #fff; 
	height: 35px; 
	width: 650px; 
	padding: 3px 0;
	background-image:url(../pics/menuBck.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-top: 5px;
	word-spacing:17px;
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight:bold;
	clear:both;
} 
#fChair {
	background-color : #fff; 
	width: 413px;
	height: 160px;
	padding: 0px 0; 
	float:left;
} 
#Languages {
	background-color: #fff; 
	word-spacing:7px;
	height: 50px; 
	width: 230px; 
	padding: 3px 0; 
	margin-top: 10px;
	margin-left:20px;
	vertical-align:top;
	text-align:left;
	float:right;
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 10px;
	color:#999;

} 
#copyright {
	background-color: #fff; 
	height: 35px; 
	width: 650px; 
	padding: 3px 0;
	vertical-align:middle;
	position: relative;
	margin-top: 5px; 
	clear:both;
	float:left;
} 

#mainText {
	background-color : #fff; 
	width: 413px; 
	padding: 3px 0; 
	margin-top: 10px;
	margin-right:45px;
	float:left;

} 
#newsBox {
	background-color: #fff; 
	height: 250px; 
	width: 230px;
	padding-top:40px;
	margin-top: 10px;
	vertical-align:top;
	background-image:url(../pics/newsBox.gif);
	background-repeat:no-repeat;
	float:right;
	padding-left:9px;
	margin-bottom:16px;
	
	} 
#newsBoxText {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 9px;
	color:#999;
	padding-left:10px; }

.title {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#666;
}
.text1 {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
}

.nTitle {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 10px;
	font-weight: bold;
}
.nText {
	font-family: Trebuchet MS, Trebuchet, Georgia;
	font-size: 10px;
}

#Inco {
	position:absolute;
	left:0px;
	top:25px;
	width:200px;
	height:115px;
	z-index:1;
	float:right; }
	
.hr {
background-color:#FFCC00;}

.img {
padding:2px;
margin:5px;
border-style:double;
border-color:#cccccc;
border-width:2px;
}
a.op img{
padding: 1px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

a.op:hover img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}