/**
 * GENERAL
 */
body {
    margin: 0;
    padding: 0;
    background: #f3f4f7 url(/fileadmin/templates/media/images/bck.jpg) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    text-align: left;
}

img {
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #f18e00;
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

a:hover {
    color: #f18e00;
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    font-size: 22px;
    line-height: 13px;
    margin: 10px 0 10px 0;
    padding: 5px 5px 10px 0;
    color: #14195c;
    text-transform: uppercase;
    font-weight: normal;
    background: url(/fileadmin/templates/media/images/bckH2.gif) bottom left no-repeat; 
    clear: both;
}

h2 {
    font-size: 15px;
    line-height: 16px;
    margin: 10px 0 10px 0;
    padding: 5px 5px 10px 0;
    color: #14195c;
    text-transform: uppercase;
    font-weight: normal;
    clear: both;
}

#flagsWrapper{
margin: 15px 10px 0 0;
float:right;
}
#headerLogo{
width:940px;
overflow:hidden;
margin:auto;}

#columnCenter h2 {
    color: #fff;
    background: url(/fileadmin/templates/media/images/bckH2right.gif) bottom left no-repeat;
    margin: 0 0 10px 5px;
    font-size: 15px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

dl dt {
    float: left;
    width: 90px;
    padding:0;
    margin:0;
}

dl dd {
    padding:0;
    float: left;
    width: 220px;
     margin:0 0 5px 0;
}

b,strong{
	color:#454545;
}

textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #c7c7c7;
    padding: 2px;
    width: 150px;
    height: 50px;	
}

input,#spacerFoo {
    border: 1px solid #c7c7c7;
    padding: 2px;
    width: 150px;
}
#spacerFoo {
	border:0;
}
select {
    width: 249px;
}

form {
    margin: 0;
    padding: 0;
}


.cols {
    float: left;
}

.clearer {
    clear: both;
    line-height: 12px;
}

.hidden {
    display: none;
}

.floatRight {
    float: right;
}

.imageblock {
    margin: 0 10px 0 0;
}

/**
 * GENERAL END
 */
/**
 * PAGE
 */
#container {
    width: 960px;
    margin: 6px auto 0 auto;
    padding: 0;
    position: relative;
}

#contentContainer {
    margin: 15px 0 0 0;
     background: url(/fileadmin/templates/media/images/bckContainer.gif) 10px 0 repeat-y;

}

#contentWrapper {
    width: 960px;
    margin: auto;
	
}

#content {
    width: 940px;
    margin: auto;
    overflow: hidden;
    background: url(/fileadmin/templates/media/images/bckCnt.gif) left bottom no-repeat;
   }

#galleryTop {
    width: 940px;
	height:313px;
    margin: auto;
    overflow: hidden;
}

#header {
    height: 55px;
    width: 940px;
    margin: auto;
    overflow: hidden;
    background: #f3f4f7;
}

#logo {
    display: block;
    padding: 60px 0 20px 30px;
}

#columnLeft {
    width: 690px;
    margin: 0 0 0 10px;
    padding: 0 0 30px 0;
    overflow: hidden;
}

html > body #columnLeft{
	margin: 0 0 0 20px;
}

#columnLeft ul {
	list-style:disc;
	padding: 0 0 0 14px;
}

#columnLeft ul li{
margin: 0 0 15px 0;
}

#columnLeft ol {
	padding: 0 0 0 20px;
}

#columnLeft ol li{
margin: 0 0 15px 0;
}

#columnLeft .ui-accordion-content {
    width: 175px;
    overflow: hidden;
}

#columnCenter {
    width: 220px;
    margin: 0 0 0 10px;
    overflow: hidden;
}

/**
 * MENU
 */
 
 #numeroverde{
 padding: 0 0 0 25px;
 }
#menu ul li {
    float: left;
    height: 55px;
    overflow: hidden;
    border-right: 1px solid #dadada;
}

#menu ul li a {
    display: inline-block;
    height: 30px;
    padding: 20px 20px;
    overflow: hidden;
    background: #f3f4f7;
    text-align: center;
    color: #9e9e9e;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu ul li a:hover, #menu ul li.firstLevelSelected a {
    background: #fff;
    color: #f18e00;
}

/**
 * MENU END
 */
 #privacyBox {
    width: 150px;
    height: 50px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #c7c7c7;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 11px;
}


#privacy {
    width: auto;
    margin: 0 10px 0 50px;
}

#send {
    width: 70px;
}

.customErrorBox {
    width: 230px;
    padding: 7px;
    margin: 0 0 0 90px;
}

.customErrorBox span {
    float: left;
    margin: 3px 10px 0 0;
}

.customErrorBox ul {
    padding: 0 0 0 27px;
    font-style: italic;
    font-weight: bold;
}

#footer {
    background: #f18e00;
    height: 110px;
    width: 100%;
}

#footerContent a {
    color: #fff;
}

#footerContent {
    color: #fff;
    font-size: 11px;
    width: 940px;
    margin: auto;
}

/**
 * PAGE END
 */
/**
 * NEWS
 */
.newsText {
    line-height: 13px;
    width: 150px;
    margin: 0 0 0 10px;
}

.newsText p {
    margin: 0;
    padding: 0;
}

.news-latest-date {
    color: #999;
    padding: 3px 0;
    display: inline-block;
}

.newsText h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.newsText h3 a {
    color: #f18e00;
    font-style: italic;
}

.newsText a {
    color: #f18e00;
    text-decoration: none;
}

.news-item {
    margin: 0 0 10px 5px;
}

#columnCenter #latestNews .news-item {
    background: #14195c;
    margin: 0 0 7px 0;
    padding: 5px 0;
    color: #fff;
}

#columnCenter #latestNews .news-item a {
    color: #fff;
}

#columnCenter #latestNews .news-latest-date {
    color: #fff;
    display: block;
    padding: 5px 0 10px 0;
}

#columnCenter #latestNews ul li {
    margin: 0 0 2px 0;
}

#columnCenter #latestNews ul li a {
    display: block;
    color: #fff;
    background: #14195c;
    padding: 5px 0 5px 10px;
	text-decoration:none;
}

#columnCenter #latestNews ul li a:hover, #columnCenter #latestNews ul li.selected a {
    display: block;
    color: #14195c;
    background: #fff;
}

#columnCenter #latestNews ul li ul {
	background:#eaeaea;
	padding:10px 0 10px 0;
}

#columnCenter #latestNews ul li.selected ul li a {
    display: block;
    color: #929292;
    background: #eaeaea;
    padding: 2px 0 0px 20px;
	text-decoration:none;
}

#columnCenter #latestNews ul li.selected ul li a:hover, #columnCenter #latestNews ul li.selected ul li.selected a {
    display: block;
    color: #14195c;
}

.news-item-list .cols {
    display: inline;
    text-align: left;
    float: left;
    width: 125px;
}

.news-item-list {
    float: left;
    width: 340px;
}

.news-item-list .newsText {
    line-height: 13px;
    width: 170px;
    margin: 0 0 0 10px;
}

.news-item-list .newsText h3 a {
    padding: 0;
}

.news-item-list .newsText a {
    color: #f18e00;
    display: block;
    padding: 5px 0 0 0;
}

.news-list-browse {
    display: block;
    clear: both;
    padding: 10px 0 0 0;
}

html > /**/ body .newsTitleDate {
    float: right;
}

/**
 * NEWS END
 */
#map {
    height: 300px;
    margin: 20px 0;
}

.subcolumns {
    padding: 30px 0 0 0;
}

#extraData {
    width: 940px;
    margin: auto;
    padding: 10px 0;
    color: #bbb;
}

#extraData div {
    padding: 0 10px;
}

#extraData a {
    color: #bbb;
}

#footerContent div {
    float: left;
    padding: 10px;
}

