html,body {
	font-family:Calibri, Helvetica, sans-serif;
	background-image:url(../img/bg_body.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#999999;
	margin-top:0px;;
	margin-bottom:0px;
	height:100%;
}
h1 {
    font-size: 1.3em;
    color: #57585c;
}
h2 {
    font-size: 1.1em;
    color: #ab0202;
}
img.nou {
	border: 1.5px solid white;
	-moz-box-shadow:2px 2px 5px #8c8c8c;
    -webkit-box-shadow:3.5px 3.5px 5px #8c8c8c;
    box-shadow:3.5px 3.5px 5px #8c8c8c;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    margin:6px;
    margin-left:0;
}
.nou2 {
	border: 1.5px solid white;
	-moz-box-shadow:2px 2px 5px #8c8c8c;
    -webkit-box-shadow:3.5px 3.5px 5px #8c8c8c;
    box-shadow:3.5px 3.5px 5px #8c8c8c;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    margin-left:0;
    background-color:#ae0000;
    color:white;
    padding:12px;
}
.gris {
    color: #57585c;
}
a.int {
        color: #B22222;
        text-decoration: none;
}
a.ext {
        color: black;
        text-decoration: none;
        background-image: url(../img/external.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 15px;
}
a.ext:hover {
        text-decoration: underline;
}a.mail {
        color: #b22222;
        text-decoration: none;
        background-image: url(../img/mail-icon.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 20px;
}
a.mail:hover {
        text-decoration: underline;
}
a.tel {
        color: #b22222;
        text-decoration: none;
        background-image: url(../img/tel3.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 20px;
}
a.tel:hover {
        text-decoration: underline;
}
a.pdf {
                color: #b22222;
                text-decoration: none;
                background-image: url(../img/document.png);
                background-position: right center;
                background-repeat: no-repeat;
                padding-right: 12px;
                                    text-align: justify;
}
a.pdf:hover {
                text-decoration: underline;
}

index_content {
	height: auto;
}

#mainnavi {
	margin-left:30px;
	margin-top:5px;
	width:108px;
	float:left;
}

#navi a.menue {
	font-size:1em;
	color: #333;
	text-decoration:none;
}

#navi {
	text-align:center;
}

#navi a.menue:hover {
	font-size:1em;
	font-weight:bold;
	color:#000;
	text-decoration: underline;
}

#mainnavi a.menue{
	font-size:1em;
	color:#777777;
	padding-left:20px;
	text-decoration:none;
	line-height:24px;
	background-image:url(../img/bg_link.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
    border-bottom: 2px #BBBBBB;
}

#mainnavi a.menue:hover{
	font-size:1em;
	color:#000;
	text-decoration:none;
	line-height:24px;
	background-image:url(../img/bg_link_hover.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#infobox {
	width:277px;
	margin-top:20px;
	margin-right:5px;
	float:right;
}

.content_text {
	font-size:1em;
	color: #000;
	text-align:justify;
}

.content_text_headline {
	font-size:1.1em;
	font-weight:bold;
	color: #000;
}

.content_text_headline2 {
	font-size:1.2em;
	font-weight:bold;
	color: #666;
}

.content_text_headline3 {
	font-size:1.3em;
	font-weight:bold;
	color: #000;
}

#content {
	margin-left:40px;
	margin-right:30px;
	margin-top:20px;
	width:400px;
	float:left;
}

#content ul {
	font-size:12px;
	line-height:25px;
	letter-spacing:2px;
	list-style-image:url(../img/list_pic.fw.png);
}

#content2 {
	margin-left:40px;
	margin-right:30px;
	margin-top:20px;
	width:680px;
	float:left;
}

#index_content .border {
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}


