* {
	margin: 0;
}


img {
border:0 none;
}

body {
	background-color:#C5C5C5;
	background-image:url(/static/img/site/bg.gif);
	background-position:50% 0;
	background-repeat:repeat-y;
	color:#464747;
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0;
}

#wrapper {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	height:756px;
	margin:0 auto;
	width:973px;
	background-image: url(/static/img/site/bg_circle.gif);
}

#message {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	height: 35px;
	width: 972px;
	overflow: hidden;
	background-color: #c9e5f8;
	font-size: 16px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #1281CF;
	text-align: center;	
	z-index: 255;
}

#header {
	position: relative;
	height: 100px;
	z-index: 4;
	margin-bottom: 10px;
}

#header h1 {
	position: relative;
	top: 12px;
	left: 24px;
}

#header h1.logo a {
	display: block;
	width: 296px;
	height: 88px;
	background-image: url(/static/img/site/logo.png);
	background-color: transparent;
	text-indent:-9999px;
}

#header h1.logo span {
	display: block;
	margin-left: 220px;
	margin-top: -52px;
	width: 257px;
	height: 32px;
	overflow: hidden;
	background: none;
	text-indent:-9999px;
}

#header div.toolbar {
	position: absolute;
	right: 5px;
	top: 10px;
	background: none;
}
#header div.toolbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:4px;
	background: none;
}

#header div.toolbar li {
	color:#7F7F7F;
	float:left;
	font-size:12px;
	height:20px;
	padding-left:2px;
	background: none;
}

#header div.toolbar li a {
	color:#7F7F7F;
	text-decoration: none;
	background: none;
}

#header div.toolbar li a:hover {
	text-decoration: underline;
	background: none;
}

#header div.toolbar li form {
	display: inline;
	background: none;
}

#header div.toolbar li input.searchinput {
	
	border:1px solid #a0cdec;
	background: none;
}

#header div.toolbar li input.searchbutton {
	position:relative;
	top:1px;
	background: none;
}

#main {
	min-height: 600px;
}


#footer {
	background-color: transparent;
	color:#7F7F7F;
	background-image: url(/static/img/site/bg_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top:  10px;
	padding-top: 75px;
	padding-left: 40px;
}

#footer, #footer div a {
	font: 11px  Helvetica,Arial, sans-serif;
	color:#7F7F7F;
	text-decoration: none;
}
#footer div a:hover {
	text-decoration: underline;
}

#footer div {
	margin-right:160px;
}

#footer div.left {
	clear: both;
	float: left;
}

#footer div.middle {
	clear: right;
	float: left;
	
}


#footer div.middle {
	clear: right;
	
}

#menue {
	clear: right;
	float: left;
	width: 250px;
	margin-left: 30px;
	margin-top: -5px;
	overflow: visible;
}
#menue, #menue a {
	color: #1281CF;
	text-decoration: none;
}

#menue a:hover {
	text-decoration: underline;
}
#menue ul {
	list-style: none;
	list-style-position:outside;
	list-style-image:none;
	margin-left: 10px;
	font-size: 18px;
}
#menue ul li {
	line-height: 150%;
}
#menue ul li ul{
	text-indent: 0;
	font-size: 80%;
	margin: 0px 0px 0px 15px;
	padding: 0;
}

#menue ul li ul, #menue ul li ul a {
	color: #999999;
}

#content {
	float:left;
	margin-left: 0px;
	width: 650px;
	margin-top: -5px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1281CF;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1281CF;
}

#content p {
	margin-bottom: 15px;
	text-align: justify;	
}

#content a {
	color: #1281CF;
	text-decoration: none;	
}

#content a:hover {
	color: #1281CF;
	text-decoration: underline;	
}

#content input, #content select, #content textarea.mceNoEditor {
	color:inherit;
	font-size:inherit;
	font-weight: inherit;
}

#path {
	margin-bottom: 12px;
}

#path, #path a {
	color: #999999;
	font-size:11px;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}

#path img {
	position: relative;
	top: 1px;
	margin-right: 5px;
}



/*   download  */



div.downloadlist {
	height: 45px;
	margin-bottom: 10px;
}


div.downloadlist img {
	margin-bottom: 0px !important;
}

div.downloadlist p * {
	font-size: 13px;
}

div.downloadlist a.icon {
	display: block;
	width: 48px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
}

div.downloadlist p {
	padding-top: 0px;
}

div.downloadlist p a {
	font-weight: bold;
	text-decoration: none;
	color: #003070;
}
div.downloadlist p span {
	color: #828282;
}

div.downloadlist p a:hover {
	text-decoration: underline;
}

div.downloadlist a.word {
	background-image: url(/static/img/download_doc.jpg);
}

div.downloadlist a.xls {
	background-image: url(/static/img/download_xls.jpg);
}

div.downloadlist a.mp3 {
	background-image: url(/static/img/download_mp3.jpg);
}

div.downloadlist a.txt {
	background-image: url(/static/img/download_txt.jpg);
}

div.downloadlist a.mov {
	background-image: url(/static/img/download_mov.jpg);
}

div.downloadlist a.pdf {
	background-image: url(/static/img/download_pdf.jpg);

}



/* GALLERY */
div.gallery {
	margin-bottom: 20px;
	padding: 0px;
}


div.gallery a img {
	border: 2px solid #fff;
	margin: -2px;
}


div.gallery a:hover img {
	border: 2px solid #1281CF;

}

div.gallery a.invisible {
	display: none;
}

div.gallery p {
	color: #7E7E7E;
	font-size: 11px;
}


/**** FILELIST ****/


DIV.fgroup {
	padding: 2px 2px 2px 2px;
}

DIV.fgroup.filiopen {
	height: auto;
	overflow: visible;
	
}
DIV.fgroup.filiclose {
	height: 20px;
	overflow: hidden;
}

DIV.fgroup DIV.ftitle {
	color: #D2E0EB;
	cursor: pointer;
	padding: 2px 0px 2px 20px;
}


DIV.fgroup.filiopen DIV.ftitle {	
	background-image: url(/static/img/arrwd.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}	
	
DIV.fgroup.filiclose DIV.ftitle {	
	background-image: url(/static/img/arrwr.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}


DIV.fgroup A {
	text-transform: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}


