/* CSS Document */

/* import fonts */
@import url("font.css");
@import url("inc_projects.css");
@import url("inc_csc.css");

html{
	margin:0;
	padding:0;
}

body {
	background-color:#777777;
	background:url(../images/background.gif) center top repeat-x;
	margin:0;
	overflow:hidden;
}

hr {
	height:1px;
	border:none;
	border-top:1px dotted #4a5139;
}






/*********** CLASSES***************/
.clear{
	display:block;
	clear:left;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;
}

.container {
	margin-top:200px;
	#margin-top:185px;
	width: 960px;
	height: 508px;
	/*border:1px solid red;*/
}

.flash {
	float:left;
	width:285px;
	overflow:hidden;
	height:500px;
	/*border:1px solid red;*/
}

.menue {
	float:left;
	width:221px;
	height:500px;
	background:url(../images/menue_bg.gif) center top;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	/*border:1px solid red;*/
}

.innerMenue {
	margin-left:5px;
	margin-top:10px;
}

.flash,
.menue,
.content {
	margin-top:5px;
}

.content {
	float:left;
	width:444px;
	height:500px;
	overflow:auto;
	overflow-x:hidden;
	/*
	background:url(../images/content_bg.gif) center top;
	#background-position:82px 205px;
	#background-attachment:fixed;
	*/

}

/*IE 6 HACK */
* html .content {
	float:left;
	margin-top:4px;
	width:444px;
	height:500px;
	overflow:auto;
	overflow-x:hidden;
	background:url(../images/content_bg.gif) center top;
	background-attachment:fixed;
} 


.logo {
	/*
	float:right;
	width:auto;
	height:auto;
	*/
	/*border:1px solid red;*/
	height:85px;
	background:url(../images/logo.jpg) no-repeat;
	margin-top:5px;

}

.text {
	margin-left:20px;
	margin-top:30px;
	width:auto;
	height:auto;
	font-weight:normal;
	line-height:16px;	
	/*border:1px solid red;*/

}


.footer {
	float:right;
	margin-top:10px;
	margin-right:20px;
	width:auto;
	height:auto;
	/*border:1px solid red;*/
}
.footer a { color:#dced2b;  text-decoration:none; font-size:12px; font-weight:bold }
.footer a:hover {
	text-decoration:underline;
}


.footerItem {
	float:left;
	width:auto;
	height:auto;
	margin-left: 20px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.footerContact,
.footerContact a {
	font-weight:normal;
	color:#fff;
}

.input{
	border:1px solid #ccc;
	background-color:#fff;
	margin-top:1px;
	overflow:auto;
}
.button{
	border:1px solid #4a5139;
	background-color:#4a5139;
	margin-bottom:3px;
	color:#fff;
	font-weight:bold;

}


#mainnav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#mainnav ul ul {
	margin-top:1px;
	margin-bottom:10px;
}
#mainnav li {
	margin-bottom:1px;
}
#mainnav li a {
	display:block;
	color:#000;
	padding:4px 5px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
}
#mainnav li a:hover,
#mainnav li a.act {
	background:url(../images/mainnav_ro.gif);
}

#mainnav li li a {
	font-weight:normal;
	background:none;
	padding-left:20px;
}
