﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#u { 
    margin-top: 0px; 
    position: absolute; 
    z-index: 1; 
}
#v { 
    position: relative; 
    width: 1583px; 
    height: 237px; 
    overflow: hidden; 
    margin-top:; 
    margin-bottom: 50px; 
} 
#w { 
    position:absolute; 
}
#x { 
    margin-top: 0px; 
    position: relative; 
    z-index: 2; 
}
#y { 
    position: relative; 
    width: 1583px; 
    height: 237px; 
    overflow: hidden; 
    margin-top:; 
    margin-bottom: 50px; 
} 
#z { 
    position: absolute; 
}
form {
    display: inline-block;
}
.fl {
    float: left;	
}
input {
    width: 183.25px; 
	height: 30px;
	background-color: yellow; 
	border: 0px; 
	font-family: Calibri; 
	font-weight: bold; 
	font-size: xx-small;
}
input:hover {
    background-color:; 
    color:; 
    border: px solid;
}
ul ul {
    display: none; 
    left: 183.25px; 
    top: 0px; 
    position: absolute; 
    margin:; 
    padding:; 
    border:;
}
li {
    list-style-type: none; 
    position: relative;
}
li:hover ul.niveau2, li li:hover ul.niveau3 {
    display: block;
}
li:hover ul.niveau5 {
    display: block;
} 
.niveau1 {	
    display: inline-block;
    float: left;
}
.niveau2 {
    left: 0px; 
    top: 30px;
}
.niveau2 input:hover {
    background-color: #111111; 
    border:;
    color: yellow; 
    font-family: Calibri; 
    font-weight: bold; 
    font-size: xx-small;
}
.niveau4 {
    display: inline-block;
    float: left; 
    z-index: 1;
}
.niveau5 {
    left: 0px; 
    top: 30px;
}
.a input:hover {
    background-color: #111111;
    border:;
    color: yellow; 
    font-family: Calibri; 
    font-weight: bold; 
    font-size: xx-small;
}
.b {
    background-color: yellow;
    color:; 
    border: px solid ;
    height: 30px;
}
.c {
    z-index: 2;
}
.d input:hover {
    background-color: yellow; 
    color: black;
    border:;
}
.e {
	width: 50px;
	height: 30px;
	background-color: black;
	color: red;
	border: 1px solid red;
	font-family: Calibri;
	font-weight: normal;
	font-size: large;
}
.f {
	width: 50px;
	height: 30px;
	background-color: black;
	color: gray;
	border:;
	font-family: Calibri;
	font-weight: normal;
	font-size: large;
}
.g input:hover {
    background-color: black; 
    color: red;
    border: 1px solid black;
}
.h {
	width: 682.5px;
	height: 237px;
	background-color: yellow;
	color: red;
	border:;
	font-family: new time roman;
	font-weight: normal;
	font-size: xx-large;
}
.i input:hover {
    background-color: yellow; 
    color: red;
    border:1px solid yellow;
}
.j {
	width: 682.5px;
	height: 237px;
	background-color: transparent;
	color: yellow;
	border: 1px solid yellow;
	font-family: new time roman;
	font-weight: normal;
	font-size: xx-large;
}
ul {
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px; 	 
}
h2 {
	font-size:;
	color: gray;
	margin-left: 150px; 
	margin-bottom: 0px;  
	margin-top: 0px; 
	padding: 0px;
}
h1 {
	font-weight: normal;
	color: black;
	margin-left: 150px;
}
p {
	background-color: yellow;
	padding: 30px;
    margin-left: 150px;
    font-size: x-small;
}
img {
    border-color: white;
}
figcaption {
    color: yellow;
    font-size: xx-small;
    margin-left: 150px;
}
#co {
    background-color: black;
    height:;
    font-family: Calibri;
    font-weight: normal;
    font-size: large;
}
#co li {
    display: inline-block;
}
#co ul {
    position: relative;
    margin-left:; 
    margin-top:;
    width:; 
    height:;
    background: transparent;
}
#co ul li {
    position:;
    width: 49px;
    height: 30px;
    list-style: none;
    background: yellow; 
    background: -moz-linear-gradient(yellow);
    background: -o-linear-gradient(yellow);
    background: -ms-linear-gradient(yellow);
    background: -webkit-linear-gradient(yellow);
    background: linear-gradient(yellow);
}
#co ul li a {
    display: block; 
    width: 49px;
    height: 30px; 
    padding: 0px;
    text-align: center; 
    line-height: 30px;
    color: gray;
    font-weight: normal;
    text-decoration: none;
    border: 0px;
    background-color: black;
    -moz-transition: background 2s;
    -o-transition: background 2s;
    -ms-transition: background-color 2s;
    -webkit-transition: background 2s;
    transition: background 2s;
}
#co ul li a:hover {
    position: relative; 
    z-index: 2;
    color: black;
    border:; 
    background: transparent;
    -moz-transition: background 0s;
    -o-transition: background 0s;
    -ms-transition: background 0s;
    -webkit-transition: background 0s;
    transition: background 0s;
}
#co ul li.zt a {
    color: red; 
    border: 1px solid red; 
    width: 48px; 
    background-color: black;
}
#co ul li.zt a:hover {
    color: red; 
    border: 1px solid black; 
    background-color: black;
}
#co ul li.zb a {
    color: red; 
    border: 1px solid red; 
    width: 48px; 
    background-color: blue;
}
#co ul li.zb a:hover {
    color: red; 
    border: 1px solid blue; 
    background-color: blue;
}

#lp form {
    display: inline-block;
    position:;
    margin-bottom:;
    width: 183.25px;
    height: 30px;
    list-style: none;
    background: #111111;
    background: -moz-linear-gradient(black);
    background: -o-linear-gradient(black);
    background: -ms-linear-gradient(black);
    background: -webkit-linear-gradient(black);
    background: linear-gradient(black);
}
#lp form input {
    margin: 0px;
    display:; 
    width: 183.25px;
    height: 30px; 
    padding: 0px;
    text-align: center; 
    line-height: 20px;
    color: red;
    font-weight: bold;
    text-decoration: none;
    border:;
    background-color: yellow;
    -moz-transition: background 2s;
    -o-transition: background 2s;
    -ms-transition: background-color 2s;
    -webkit-transition: background 2s;
    transition: background 2s;
}
#lp form input:hover {
    position: relative; 
    z-index: 2;
    color: red;
    border:; 
    background: transparent;
    /*-moz-transition: background 0s;
    -o-transition: background 0s;
    -ms-transition: background 0s;
    -webkit-transition: background 0s;
    transition: background 0s;*/
}

#lp ul { 
    background-color: yellow;
}
#lp ul li {
    display:inline-block;
    position:;
    margin-bottom:;
    width: 183.25px;
    height: 30px;
    list-style: none;
    background: #111111;
    background: -moz-linear-gradient(black);
    background: -o-linear-gradient(black);
    background: -ms-linear-gradient(black);
    background: -webkit-linear-gradient(black);
    background: linear-gradient(black);
}
#lp ul li input {
    margin: 0px;
    display:; 
    width: 183.25px;
    height: 30px; 
    padding: 0px;
    text-align: center; 
    line-height: 20px;
    color: red;
    font-weight: bold;
    text-decoration:none;
    border:;
    background-color: yellow;
    -moz-transition: background 2s;
    -o-transition: background 2s;
    -ms-transition: background-color 2s;
    -webkit-transition: background 2s;
    transition: background 2s;
}  
#lp ul li input:hover {
    position: relative; 
    z-index: 2;
    color: red;
    border:; 
    background: transparent;
    /*-moz-transition: background 0s;
    -o-transition: background 0s;
    -ms-transition: background 0s;
    -webkit-transition: background 0s;
    transition: background 0s;*/
}

