@charset "utf-8";

body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align:left;
}

a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	border:0px solid #000000;
	font-size: 11px;

}

a:hover {
	color:#222222;
}

.bodytext a {
	color:#007c9d;
}

.bodytext a:hover {
	color:#222222;
}

h3 a {
	color:#007c9d;
}

h3 a:hover {
	color:#222222;
}


h1 {
 font-size:12px;
}

img {
	border:0px solid #000000;
}

.container {
	width:100%;
	text-align:center;
}

.all {
	width:915px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:left;
}

#top{
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:467px;
}

#pic {
	position:relative;
	display:block;
	padding-top:168px;
	padding-left:68px;
	width:755px;
	height:260px;
}

#menu{
	background-image:url(../images/push.jpg);
	background-repeat:repeat-y;
	height:50px;
	font-size:14px;
	font-weight:normal;
}

#menucenter{
	margin:auto;
	position:relative;
	width:915px;
	top:5px;
	text-align:center;
}

.menuitem {
	position:relative;
	float:left;
}

#main{
	position:relative;
	background-image:url(../images/push.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#textcontent {
	position:relative;
	display:block;
	width:775px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:65px;
	text-align:justify;
}


#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:85px;
	margin:auto;
}

#footercenter{
	margin:auto;
	position:relative;
	width:915px;
	top:55px;
	text-align:center;
}


/*INPUT =====================================*/


legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;

}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
}

.mf-radio {
border:solid 1px #373737;
}

.mf-text {
color: #000000;
border:solid 1px #373737;
margin-bottom: 5px;
}

.mf-check {
border:solid 1px #373737;
}
.mf-select {
border:solid 1px #373737;
}

#mailformuser {
border:solid 1px #373737;
margin-bottom: 5px;
}

#mailformpass {
border:solid 1px #373737;
margin-bottom: 5px;
}

.csc-mailform-field input {
	display:block;
	margin-left:10px;
}

.csc-mailform-field label {
	display:block;
	width:100px;
}

.csc-loginform {
	display:block;
	width:250px;
}


.mf-pass {
border:solid 1px #373737;
margin-bottom: 5px;
}



.mf-submit {
	margin-top: 5px;
	background-color:#FFFFFF;
	color:#666666;
	width:100px;
	border:solid 1px #888888;
	cursor:pointer;
}


.csc-uploads-fileSize {
	font-size: 11px;
}
