/*
Project:    ERRP Template
Author:     CMa
Date:       17.12.2014
*/



/* BASICS
-----------------------------------------------------------------------------*/
.clear { clear: both;}
.clearfix:before,
.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

fieldset,img { border: 0; }
fieldset { margin: 0; padding: 0; }
.left { float: left;}
.right { float: right;}
.hide { display: none;}

a { color: #999; cursor: pointer; text-decoration: none;}
a:hover { text-decoration: underline;}
a img { border: 0;}

h1, form, fieldset, input, textarea {
    margin: 0; padding: 0; border: 0; outline: none;
}



/* HEADER
-----------------------------------------------------------------------------*/

header {
    margin-top: 20px;
    height: 85px;
}

header img {
    float: left;
}

header a:active img {
    margin: 1px 0 0 1px;
}

header h2 {
    padding-left: 210px;
    color: #aaa;
    font-style: italic;
    font-size: 14px;
}


/* CONTENT
-----------------------------------------------------------------------------*/

body {
    margin: 0;
	padding: 0;
    background: #e8eae1;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    color: #010101;
    padding-bottom: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

.separator {
    margin-bottom: 10px; 
    background: url(../img/separator.gif) repeat-x 0 bottom;  
}

.contentbox { 
    margin-top: 20px; 
    margin-bottom: 20px; 
    background: url(../img/contentbox_bg.gif) repeat-y 0 0; 
}

.contentbox_top { background: url(../img/contentbox_top.gif) no-repeat 0 0; }
.contentbox_bottom { background: url(../img/contentbox_bottom.gif) no-repeat 0 bottom; position: relative; height: 100%; padding: 0 2px 2px 0; }

.contentbox p {
    margin: 35px;
    padding-top: 25px;
    font-size: 15px;
    width: 60%;
    text-align: justify;
}

.contentbox img {
    float: right;
    margin-top: -140px;
    margin-right: 115px;
}


/* SLIDER ELEMENTS
-----------------------------------------------------------------------------*/

#transitionEffect {
    height: 210px;
    width: 960px;
    z-index: 1;
}

.fadenav {
    margin-top: -72px;
    margin-left: 844px;
    position: absolute;
}

.fadenav a {
    line-height: 18px;
    font-size: 20px;
    margin-right: 10px;
}

.fadenav a.nav0 {
    background: url('../img/flag_us.png') no-repeat;
    background-size: 32px 32px;
}
.fadenav a.nav1 {
    background: url('../img/flag_de.png') no-repeat;
    background-size: 32px 32px;
}
.fadenav a.nav2 {
    background: url('../img/flag_es.png') no-repeat;
    background-size: 32px 32px;
}



/* LEGAL NOTICE
-----------------------------------------------------------------------------*/

div.legal {
    margin: 0 auto;
    width: 500px;
}

div.legal ul {
    margin: 10px 0 10px 50px;
    list-style-type: none;
}

div.legal div.flag_credits {
    color: #666;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: -95px;
    font-size: 8px;
    width: 120px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

footer {
    margin: 0 auto;
    width: 965px;
    color: #999;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
}