body {
margin: auto;
margin-top: 0px;
margin-bottom: 0px;
background: white;
height: 100%;
background-color: #d7d8d8;
background-image: url("../images/background.png");
background-repeat: repeat-x;
}

a {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: underline;
}

#container {
width: 1000px;
margin: auto;
height: 100%;
background-color: #e9e9e9;
}

#header {
background-image: url('../images/header.png');
background-repeat: no-repeat;
width: 1000px;
height: 132px;
float: left;
}

#menu a img { text-decoration: none; border: 0; }

#pageContainer { float:left; width: 862px; margin-left: 5px; }

#footer {
clear: both;
width: 1000px;
height: 100px;
background-image: url("../images/footer.png");
}
#footer_container {
color: white;
margin: auto;
font-family: Verdana;
font-size: 12px;
text-align: center;
padding-top: 20px;
}
#footer_container a { text-decoration: none; color: white; }
#footer_container a:hover { text-decoration: underline; }


.dropHolder { float: left; }
.down-list { 
position: absolute; 
z-index: 100; 
background-image: url("../images/dropmenu_background.png"); 
list-style-image: url("../images/triangle_green.png");
color: white;
margin: 0;
}

.down-list a { 
text-decoration: none;
color: white;
}

.down-list a:hover { text-decoration: underline; }



#actuality {
 background-color: #d7d7d7; 
 width: 990px; 
 height: 240px;
 padding: 0;
 margin: 0;
margin-top: 5px;
}

.module { position: relative; z-index: 1; }

.moduleFront { position: absolute; z-index: 2; background-image: url("../images/ttip-bg.png"); display: none; height: 100%; }

.moduleFrontContainer .status {
color: white;
padding: 0;
margin: 0;
}

.moduleFrontContainer { 
background-color: black; 
color: white; 
position:absolute;
top:0;
bottom:0;
margin:auto;
height: 50%;
width: 100%;
overflow: auto;
} 

.moduleFrontContainer .title {
font-family: arial black;
font-style: bold;
font-size: 15px;
font-decoration: underline;
}

.module table.mainTable {
margin: auto;
background-color: #d4d4d4;
border: 1px solid #aaaaaa;
padding: 0px 5px 5px 5px;
}

.module table td.options {
background-color: #e0e0e0;
font-style: italic;
}

.module h1 {
color: black;
font-family: Verdana;
font-size: 20px;
padding: 0;
margin: 0;
text-align: center;
border: 0;
width: 100%;
}

.module input.iText
{
background-color: white;
border: 1px solid #aaaaaa;
width: 200px;
}

.fileInput {
background-color: #e0e0e0;
border: 1px solid #aaaaaa;
width: 120px;
}
.fileUpload {
background-color: #e0e0e0;
border: 1px solid #aaaaaa;
}


table.news {
float:left;
background-color: #d4d4d4;
border: 1px solid #aaaaaa;
padding: 0px 5px 5px 5px;
width:100%;
}

table.news tr td#title {
color: black;
font-family: Verdana;
font-size: 15px;
padding: 0;
margin: 0;
text-align: center;
background-color: #e0e0e0;
font-style: italic;
border: 1px solid #aaaaaa;
}
