
/*-----------------------generell start-----------------------*/
* {
margin : 0;
padding : 0;
}


body {color:#fff; 

font : 12px Verdana, Arial, Helvetica, sans-serif;
}


a {
color : #ffcc00;
outline : none;
}

a:link {
text-decoration : none;
color : #ffcc00;
}
a:visited {
text-decoration : none;
color : #ffcc00;
}
a:hover {
text-decoration : none;
color : #ffff10;

}
a:active {
text-decoration : none;
background-color : #fff;
}

p{
font : 12px Verdana, Arial, Helvetica, sans-serif;
}

h1{
font : 18px Verdana, Arial, Helvetica, sans-serif;
}
h2{
font : 16px Verdana, Arial, Helvetica, sans-serif;
}
h3{
font : 14px Verdana, Arial, Helvetica, sans-serif;
}
h4{
font : 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height:  25px;
}

hr {
border-top:1px solid #fff;
border-bottom:3px solid transparent;
width: 100%;
height: 4px;
}


/*-----------------------generell end-----------------------*/

/*-----------------------positions-----------------------*/

#allwrap {
position : absolute;
margin : auto 0;
top: 0px; 
bottom: 0px;
padding : 0;
margin-left : 0;
margin-top : 0;
background : #ffcc00;
width : 100%;
z-index : 1;
}



#menu {
position: relative;
padding : 0;
text-align: center;
margin: 22px 0 0 0;
z-index : 10;
}

#menu ol li {
display:inline;
text-decoration: none;
list-style: none;

z-index : 10;
}

#center  {
position: absolute;
margin : auto 0;
width : 100%;
padding : 0;
background-color:#000;
height : 444px;
border: 0;
z-index : 2;
}

#incenter  {
position: absolute;
margin:0;
width : 100%;
padding : 0;
background-color:#006699;
height : 400px;
border: 0;
z-index : 2;
}
#incenter1  {
position: absolute;
margin:0;
width : 100%;
padding : 0;
background-color:#006699;
height : 616px;
border: 0;
z-index : 2;
}

#content  {
position : relative;
margin : auto 0;
width : 600px;
margin-left: -300px;
left : 50%;
height : 350px;
border: 0;
z-index : 4;
}

#content1  {
position : relative;
margin : auto 0;
width : 900px;
margin-left: -450px;
left : 50%;
background-color:#ffcc00;
height : 600px;
border: 0;
z-index : 4;
overflow: auto;
}

#footer {
position : relative;
width : 900px;
margin-left: -450px;
margin-top: 456px;
left : 50%;
height : 20px;
border: 0;
z-index : 4;
}



#content table {
width: 600px;
font : 12px Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
}

#content td {
width: 248px;
line-height: 1.5;
padding: 10px;
}

/*-----------------------classes-----------------------*/

.header {
margin-top: 150px;
margin-bottom: 30px;
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
}
.header1 {
margin-top: 0px;
margin-bottom: 5px;
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
}
.c1 {
text-align: center;
}
.c2 {
text-align : justify;
font : 12px Verdana, Arial, Helvetica, sans-serif;
}
.c3 {
text-align: center;
font : 12px Verdana, Arial, Helvetica, sans-serif;
}
.c4 {
text-align : justify;
font : 12px Verdana, Arial, Helvetica, sans-serif;
background-color:#001C99;
}
.c5 {
height: 16px;
text-align : right;
font : 12px Verdana, Arial, Helvetica, sans-serif;
background-color:#000;
}
.en{
margin : auto 0;
text-align: center;
}
.en a:link {
border: 1px solid transparent; 
}
.en a:visited {
border: 1px solid transparent; 
}
.en a:hover {
border-top:  4px solid #663300;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
}
