/*clear and init base styles */


* {
margin: 0;
padding: 0;
border: 0;
font-family: Tahoma, sans-serif;
}
:focus {
outline: 0;
}
html {
height: 100%;
overflow-y: scroll;
}
body {
font-size: 0.6875em;
color: #585858;
padding: 3.5em;
background-color: #fdfcfc;
min-width: 990px;
}
* html body {
width: expression(document.documentElement.clientWidth<990?"990px":"auto");
}
a {
color: #1e1d69;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}

h1 {
color: #222;
font-weight: normal;
font-size: 1.8em;
margin-top: 0.4em;
margin-bottom: 0.5em;
}
h2 {
font-size: 1em;
margin-top: 2.5em;
}


form {
margin: 0 0 2em 0;
}
form i {
display: block;
padding: 0 0 0.25em 0;
font-style: normal;
}
input, textarea, select {
font-size: 1em;
padding: 2px;
border: 1px solid #ccc;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: 30em;
}
input.submit {
width: auto;
color: #fff;
background: #1e1d69;
padding: 0.35em 2em;
border: 1px solid #9d9cde;
border-right: 1px solid #6867c2;
border-bottom: 1px solid #6867c2;
}

.alarm {
background: #f5d5bb;
}








/*--------------------------------------------------*/
/* structure */
#out {
width: 85em;
margin: 0 auto;
}

#left {
width: 19em;
float: left;
}
#right, #footer {
margin-left: 22em;
}
#footer {
clear: both;
}

/*--------------------------------------------------*/
/* left */

#language {
margin: 9.7em 0 0 2em;
}
#language div {
display: inline;
padding: 0.35em 0.35em 0.7em 0.35em;
}
#language .active {
color: #fff;
background-image: url(../images/language-bg.png);
background-repeat: no-repeat;
background-position: 50% 100%;
}

#menu {
margin: 7.4em 0 0 2em;
}
#menu ul {
list-style: none;
}

#menu ul li {
width: 55%;
padding: 0.25em 0; 
}
#menu ul li.active {
color: #fff;
background-color: #1e1d69;
background-image: url(../images/menu-li-0.png);
background-repeat: no-repeat;
background-position: 100% 50%; 
/* padding: 0.25em 0; */
padding-left: 1em;
/* margin: 0.8em 0; */
}
#menu ul li a {
font-size: 1.5em;
}
#menu ul li.active a {
color: #fff;
text-decoration: none;
}
/*--------------------------------------------------*/
/* right */

#slogan {

}
#slogan p {
font-size: 2em;
width: 70%;
}
#slogan ul {
float: right;
list-style: none;
}
#slogan ul li {
display: inline;
float: left;
}
#slogan a {
display: block;
width: 12px;
height: 12px;
margin: 0 0 0 2.2em;
background-repeat: no-repeat;
background-position: 0 0;
}
#slogan a.home {
background-image: url(../images/home.png);
}
#slogan a.passive {
background-image: url(../images/home-passive.png);
}
#slogan a.mail {
background-image: url(../images/mail.png);
}
#slogan span {
display: none;
}

#title {
margin-top: 4.7em;
height: 30px;
background-repeat: no-repeat;
}

#content {
overflow: hidden;
}
#content h1 {
color: #555;
font-size: 1.5em;
margin-bottom: 1.5em;
}
#content h1 a {
font-weight: normal;
}
#content ul, #content p {
line-height: 1.4;
margin-top: 0.9em;
}
#content .back {
font-size: 0.8em;
margin-top: 2em;
}
#content ul {
list-style: none;
}
#content li {
margin-bottom: 0.5em;
background-image: url(../images/li.png);
background-repeat: no-repeat;
background-position: 0 0.6em;
padding-left: 1em;
}
#content a {
font-weight: bold;
}
#content .item {
overflow: hidden;
//height: 1%;
}
#content .item p {
margin-left: 9em;
}
#content .item .img {
float: left;
margin: 0;
}
#content .hspacer {
background-color: #e8e7e7;
height: 1px;
overflow: hidden;
margin: 2em 0 2em 9em;
}
#content .nopick {
margin-left: 0;
}
#content .vspacer {
float: left;
background-color: #e8e7e7;
width: 1px;
height: 11em;
overflow: hidden;
margin: 0 2em;
}


#context {
float: right;
margin: 0 0 5em 5em;
}
#context div {
width: 110px;
background-repeat: no-repeat;
background-position: 50% 0;
padding: 80px 0 2em;
text-align: center;
}
#context .pdf {
background-image: url(../images/pdf.png);
}
#context .screens {
background-image: url(../images/screens.png);
}
#context .ppt {
background-image: url(../images/ppt.png);
}

.objectList {
float: left;
}
.objectList h1 span {
color: #1e1d69;
}



/*--------------------------------------------------*/
/* footer */

#footer {
margin-top: 6em;
}
#footer p {
margin-top: 1em;
line-height: 1.4;
}
#footer .links {
margin-left: -0.6em;
}
#footer .links a {
margin: 0 0.6em;
}
#footer .dev {
float: right;
margin: 0;
}