      * {
    margin: 0px;
    padding: 0px;
}

hr {
    border: 0;
}

html, body {
    text-align: center;
    background-color: #ededed;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #535353;
}

#all {
    background-color: #fff;
    margin: 0px auto 0 auto;
    position: relative;
    width: 980px;
    text-align: left;
}

#logo {
    width: 250px;
    height: 140px;
    border: 0px;
    float: left;
}

#login {
    width: 651px;
    height: 140px;
    margin-left: 229px
}

#head_text {
    width: 980px;
    height: 50px;
    background-image: url('images/head_text.gif');
    background-position: top;
    background-repeat: no-repeat;
}

#head_img {
    width: 980px;
    height: 250px;
    background-image: url('images/head_img.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

#content_left {
    width: 200px;
    padding: 20px 0 0 30px;
    float: left;
}

#content {
    width: 720px;
    margin-left: 230px;
    _margin-left: 200px;
    padding: 34px 0 30px 0px;
}

#footer {
    width: 980px;
    padding-bottom: 40px;
}

/* --- LOGIN --- */

#login form {
    float: right;
    padding: 65px 42px 0 0;
}

#login input {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 2px 8px 2px 8px;
    width: 140px;
    color: #5f5f5f;
    font-size: 12px;
}

div#login #edit-submit-1{
    width: 80px;
    height: 27px;
    border: 0px;
    background-image: url('images/button_login.gif');
    background-position: top;
    background-repeat: no-repeat;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 25px;
    }

/* --- HEAD --- */

#head_text p {
    position: relative;
    top: 18px;
    left: 50px;
    color: #fff;
    font-size: 13px;
}

#head_text span {
    position: relative;
    right: 50px;
    top: 1px;
    float: right;
    color: #fff;
    font-size: 13px;
}

#head_text span a {
    color: #fff;
    text-decoration: none;
}

#head_text span a:hover {
    color: #fff;
    text-decoration: underline;

}

/* --- CONTENT LEFT --- */

#content_left h3 {
    color: #01426c;
    font-size: 17px;
    font-weight: normal;
    background-color: #f0f0f0;
    width: 150px;
    padding: 14px 0 10px 20px;
    border-top: 1px solid #fff;
}

#content_left div.blockcontent {
    width: 170px;
    background-color: #f0f0f0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

#content_left ul.last {
    border: 0px;
}

#content_left li {
    list-style: none;
    list-style-image: none;
    background-image: url('images/menu_bullet.gif');
    background-position: 20px 5px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 0px 0 0px 28px;
    line-height: 1.5;
    }

#content_left li a {
    color: #535353;
    margin: 2px 0 2px 0;
    text-decoration: none;
}

#content_left li a:hover {
    color: #535353;
    text-decoration: underline;
}


/* --- CONTENT --- */

#content h1 {
    color: #920031;
    font-weight: normal;
    font-size: 19px;
    width: 100%;
    border-bottom: 1px solid #920031;
    padding-bottom: 4px;
    margin-bottom: 27px;
}

#content h2 {
    color: #920031;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}

#content p {
    font-size: 13px;
    margin: 5px 0 15px 0;
}

#content a {
    color: #01426c;
    text-decoration: none;
}

#content a:hover {
    color: #01426c;
    text-decoration: underline;
}

#content img {
    float: right;
    margin: 10px;
}

#content table {
border-color: #d2d2d2;
}
#content table td {
    border-color: #d2d2d2;
    color: #535353;
    padding: 4px;
    font-size: 13px;
}

#content ul {
    margin-left: 25px;
    font-size: 13px;
}

#content hr {
    width: 100%;
    margin: 20px 0 20px 0;
    border-top: 1px solid #d2d2d2;
    clear: both;
}

#content div.table_left {
    position: relative;
    left: -6px;
    float: left;
    clear: left;
}

#content div.table_right {
    position: relative;
    left: 6px;
    float: right;
    clear: right;
}

#content div.table_top, #content div.table_content, #content div.table_bottom {
    background-position: top;
    width: 360px;
}

#content div.table_top {
    background-image: url('images/table_top.gif');
    background-repeat: no-repeat;    
    height: 18px;
}

#content div.table_bottom {
    background-image: url('images/table_bottom.gif');
    background-repeat: no-repeat;    
    height: 18px;
}

#content div.table_content {
    background-image: url('images/table_content.gif');
    background-repeat: repeat-y;
}

#content div.table_content h3 {
    color: #920031;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 35px 0px 35px;
    padding-top: 5px
}

#content div.table_content a {
    text-decoration: none;
}

#content div.table_content a:hover {
    text-decoration: underline;
}

#content div.table_content p {
    margin: 0px 35px 0px 35px;
    padding-bottom: 10px;
}

/* --- FOOTER --- */

#footer hr {
    width: 920px;
    margin-left: 30px;
    border-bottom: 2px solid #d2d2d2;
    clear: both;
    padding-top: 40px;
}

#footer img {
    position: relative;
    top: 27px;
    left: 25px;
}

#footer p {
    position: relative;
    top: -24px;
    left: 120px;
    font-size: 12px;    

}
#footer #right {
	font-size: 12px;
	padding-top: 24px;
	padding-right: 30px;
}
#footer #left {
float: left;
}
#footer #right {
float: right;
}
#footer a {
	color: #808080;
}
span.cleaner {
	clear: both;
	display: block;
}
div#head_text div.defaultblock{
padding-top: 15px;
}

div#login div.defaultblock h3, div#login div.defaultblock label, div#login div.defaultblock .item-list {
display: none;
}

div#login input.form-submit{
margin-top: 17px;
padding: 0;
}

div#login div.defaultblock form{
padding: 0;
margin: 0;
padding-top: 45px;
}

div#login div.defaultblock form .form-item{
float:left;
margin-right : 5px;
}

div#head_text div.defaultblock ul li{
display: inline;
}

div#head_text div.defaultblock ul li a{
color:white;
text-decoration: none;
}

div#head_text div.defaultblock ul li a:hover{
text-decoration: underline;
}

div#head_text div.defaultblock{
padding: 0;
margin: 0;
}

.node {
clear:none;
}
.node ul li, .node ol li {
margin-left: 25px;
}

#lang-switch{
float: right;
width: 150px;
padding-right: 45px;
font-size: 13px;
text-align: right;
}

.language-link img, div#lang-switch div.defaultblock h3{
display: none;  
}

div#head_text p{
width: 670px;
}

div#content  .node h2 span.submitted{
display:none;
border: 1px #000000 solid;
padding-top: 5px;
font-size: 10px;
font-weight: normal;
color: #999999;
}

div#content .node h2 span.submitted a{
padding:0px;
color: #999;
text-decoration: underline;
}

div#content .node h2{
margin-top: 15px;
font-size: 14px; 
font-weight: bold; 
font-family: "Arial","Helvetica",Arial,lucida,sans-serif;  
padding-bottom: 10px;

}


div#head_text div.defaultblock ul li{
border-right: 1px solid white;
padding-right: 5px;
}

div#head_text div.defaultblock ul li.last{
border: 0;
}

div#head_text div.defaultblock ul li a{
text-decoration: none;
color: white;
}

div#head_text div.defaultblock ul li a:hover{
text-decoration: underline;
}

div#login input.form-submit {
display: none;
}
.slogan {
	font-weight: bold;
	font-family: Tahoma;
}
.field-items {
	font-size: 12px !important;
}
legend {
	font-size: 12px !important;
}
.images li {
text-align: center;
}
fieldset {
border-top: none;
font-size: 12px !important;
padding: 10px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 10px;
}

a.return {
color: #FFFFFF;
text-decoration: none;
}

a.return:hover {
text-decoration: underline;
}
.image-preview {
float: none !important;
text-align: center !important;
margin: 0 auto 0 auto !important;
}
.image-attach-teaser {
position: relative;
top: -35px;
}
