/* CM Security System - CSS */
body {
    margin: 0 auto;
    text-align: center;
    font: normal 12px Tahoma;
    color:#000000; 
    background:url('Images/background.png'); 
    margin-top: 20px;
}

#top {
    margin: 0 auto;
    width: 750px;
    height: 125;
}

#logo {
    float: left;
    width: 150px;
    height: 125px;
}

#header {
    float: right;
    background:url('Images/banner_right.png') no-repeat;
    width: 600;
    height: 125px;
    text-align: right;
}

.head_text {
    padding-top: 15px;
    padding-right: 15px;
}

.CM {
    font-size: 25;
}

.head_addtext {
    font-size: 15;
}

#middle {
    margin: 0 auto;
    min-height: 280px;
    width: 750px;
    background:url('Images/main_background.png') no-repeat;
    padding-top: 0px;
}

#menu {
    float: left;
    padding-left: 10px;
    width: 155px;
}

.FL{
    font: bold 14px Tahoma;
    color: #af0e0e;
}

.button {
    padding-top: 7px;
    background:url('Images/button.png') no-repeat;
    height: 30px;
    width: 140px;
    text-align: left;
}

.button a{
    height: 30px;
    width: 140px;
    text-align: left;
    color: #000000;
    font: bold 12px Tahoma;
}

.button a:hover{
    height: 30px;
    width: 140px;
    text-align: left;
    color: #af0e0e;
    font: bold 12px Tahoma;
}

.menulink {
    padding-left: 5px;
    text-decoration: none;
    color: #000000;
    font: 12px Tahoma;
}

#main{
    float: right;
    width: 570px;
    text-align: left;
    padding-right: 10px;
}

.mail{
    text-decoration: none;
    color: #af0e0e;
}

.headline{
    font: normal 20 Tahoma;
}

.underhead{
    font: normal 16 Tahoma;
}

.list{
    list-style: none;
}

.foot {
    padding-top: 40px;
}

#footer {
    margin: 0 auto;
    background:url('Images/footer.png') no-repeat;
    margin-top: 0px;
    width: 750px;
    height: 65px;
}

.link {
    text-decoration: none;
    color: black;
}
