@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}
body {
	background: url(../img/bground.png) repeat-x top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a img {
    border: 1px solid #FFFFFF;
}

#container {
    background: url(../img/div-back.png) repeat-y;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
#header {
    height: 255px;
    width: 900px;
}
#right-col {
	float: left;
	width: 220px;
	margin-right: 20px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


#left-col {
    width: 630px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
div#right-col  h4 {
    background-image: url(../img/right-col-header.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 220px;
}
.frontpage p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align: left;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

.top-head {
    background: url(../img/head-top.png) no-repeat;
    height: 40px;
    width: 900px;
}
.left-head {
	height: 190px;
	width: 655px;
	float: left;
	background-image: url(../img/head-left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.right-head {
    float: left;
    height: 190px;
    width: 245px;
    background: url(../img/head-right.png) no-repeat right;
}

.bottom-head {
    clear: both;
    height: 25px;
    width: 900px;
    background-image: url(../img/head-bottom.png);
    background-repeat: no-repeat;
}
.footer {
    background: url(../img/footer.png) no-repeat;
    clear: both;
    height: 80px;
    width: 900px;
}
.content {
	text-align: left;
	background: #FFFFFF url(../img/contentheader.png) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	padding-bottom: 10px;
}
.content   p   {
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 10px;
}
.content h1 {
	color: #666666;
	padding-top: 12px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}
.content h2 {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.content li {
	font-size: 1em;
	margin-left: 40px;
	padding-left: 0px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.menu a:visited {
	color: #990000;
}



.footer  h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-top: 30px;
}
.footer p {
    text-align: right;
    padding-right: 20px;
    font-size: 0.6em;
    font-weight: bold;
    color: #999999;
}
.frontpage   h4 {
    background-image: url(../img/left-col-header.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 30px;
}
.frontd  {
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(../img/front-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.frontpage   a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	float: right;
	padding-right: 10px;
	line-height: 25px;
}
.frontpage    h5 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    line-height: 40px;
    color: #FFFFFF;
    background-image: url(../img/midle-col-header.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    padding-left: 30px;
}
.frontpage   h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}
.frontpage   li {
	list-style-type: disc;
	text-align: left;
	margin-left: 25px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.lang {
    height: 40px;
    width: 220px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    background-image: url(../img/right-col-header.png);
    background-repeat: no-repeat;
    text-align: right;
}

.lang li {
    float: right;
    list-style-type: none;
    padding-top: 15px;
    padding-right: 15px;
}
.lang li a {
    text-decoration: none;
    border-style: none;
}
.menu {
    width: 220px;
    text-align: left;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.menu a:link {
    color: #003366;
}
.menu a:hover {
	color: #CCCCCC;
	background-color: #336699;
}
.contact {
	background-color: #FFFFFF;
	background-image: url(../img/grad.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 220px;
	font-size: 0.8em;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.contact   p {
	padding-left: 10px;
	padding-top: 5px;
}

