* {
	margin : 0;
	padding : 0;
	font-family : Trebuchet MS, Verdana, sans-serif;
}

body{
	text-align: center;
}

a {
	color : #437fda;
	text-decoration : none;
}
a:visited {
	color : #437fda;
	text-decoration : underline;
}
a:hover {
	color : #ba8f43;
}


h2 {
	color : #343434;	
}
h3 {
	color : #343434;	
	font-size: 14px;
}
h4 {
	color : #343434;	
	padding : 1em 1em 0 1em;
}

html {
	color : #565656;
	font : 70%/170% sans-serif;
	text-align : justify;
}

img {
	margin : 1em 1em 0 1em;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {	
	margin : 4em 0em 0 4em;
	padding : 0 0 0 0;
}


form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}
form input {
	border : none;
	width : 100%;
}
form textarea {
	border : none;
	width : 100%;
	height : 10em;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

p {
	padding : 1em 1em 0 1em;
}

ul,
ol {
	padding : 1em 1em 0 3em;
}

#main {
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
	text-align:justify;
}

#header {
	background-image: url('../images/header_bg.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #427ed7;
	padding : 6em 4em 1em 4em;	
}
#header h1 {
	color : #ffffff;
	font-size : 200%;
}

#menu {
	background : #427ed7;
	font : 100% sans-serif;
}
#menu ul {
	padding : 0.75em 4em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 1.5em;	
}
#menu li a:hover {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : 1px solid #cfcfcf;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;

}
#content div {
	padding : 0 4em 2em 4em;
	
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
#panel div {
	padding : 2em 0 0 0;
}
div.left {
	left : -1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}

#footer {	
	font-size : 85%;
	margin : auto;
	padding : 1em 0 3em 0;
	text-align : center;
	width : 100%;
}
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

#searchform input {
  border: 2px solid gray;
  margin-left: 3px;
}
.lang_menu{
    float: right;
    width: auto;
    height: 11px ;
    }
.lang_menu img {
    margin:10px 5px 0px 5px;
}

.align-center{
	text-align : center;
}

.csc-textpic, .csc-textpic-text, .csc-textpic, .csc-textpic-center, .csc-textpic-below, .csc-textpic-caption-c
{
	display:inline;
	padding-top:0 px;
	padding-bottom:0 px;
	margin-top:0 px;
	margin-bottom:0 px;
	vertical-align: top;
}


