/* GENERAL HTML */
BODY {
margin: 0;
background: url('images/bg.gif');
text-align: center;
height: 100%;
}

BODY, HTML, P, TD {
font-family: Arial;
font-size: 11px;
color: #c7c7c7;
}
P{
margin:0;
}

/* LAY-OUT */
#container {
width: 795px;
margin:0 auto; /* centering in Mozilla */
background: #1f1f23 url('images/background_warnier_kl.jpg') bottom right no-repeat;
text-align: left;
}
#container_inside {
padding: 15px;
}
#logo {
float: left;
}
#ruler {
clear: both;
}
#menu {
float: left;
clear: both;
width: 765px;
height: 45px;
background: #d2d2d8;
margin-bottom: 15px;
}
#menu_inside {
margin-top: 17px;
margin-left:10px;
text-align: center;
}
#content {
float: left;
clear: both;
width: 765px;
height: auto;
border: 1px solid #88878d;
}
#content_inside {
padding: 20px;
}
#content_block_left {
float: left;
width: 515px;
margin-bottom: 15px;

}
#content_block_right {
float:right;
width: 200px;
text-align: right;
margin-bottom: 15px;
}
#bottom_info {
clear: both;
width: 100%;
text-align: center;
}

/* TEXT */
H1 {
font-family: Verdana;
font-size: 15px;
font-weight: normal;
margin: 0px 0px 10px 0px;
}
#menu, #menu a {
font-family: Arial;
font-size: 10px;
color: #3d3d41;
font-weight: bold;
text-decoration: none;
}
#menu a:hover {
text-decoration: underline;
}
#content {
font-family: Arial;
font-size: 11px;
line-height: 18px;
color: #c7c7c7;
}
#content a {
color: #c7c7c7;
}
#content a:hover {
color: #9c9c9c;
}
#bottom_info {
font-family: Arial;
font-size: 9px;
color: white;
line-height: 17px;
}
#bottom_info a {
color: white;
}
#bottom_info a:hover {
color: #999999;
}