* {margin: 0; padding: 0;}

body {
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana;
    /*background-image: url(image/body.png);*/
}

h1, h2, h3 {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 100%;
}

p {
    font-size: 12px;
}

.align-left {
    text-align: left;
}

#site {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: auto;
}

#head {
    height: 150px;
    margin-top: 10px;
    background-image: url(../image/head.png);
}

#abstand {
    margin-left: 602px;
    height: 10px;
    width: 172px;
    clear: both;
}

#lang {
    margin-left: 602px;
    height:25px;
    width: 172px;
    margin-top: 0px;
}

.language {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

.language a img {
    border: none;
}

#search {
    margin-left: 602px;
    margin-top: 2px;
    width:172px;
    height:23px;
    clear: both;
    border: none;
}


* html #search {
   /* position:relative; top:36px; left:300px; width:174px; height:25px;*/
}

#search-value {
    margin-left: 1px;
    margin-top: 1px;
    width: 148px;
    height: 21px;
    float:left;
    color: #777777;
    background-color : transparent;
    border: none;
}

* html #search-value {
    width: 146px;
    margin-top: 3px;
}

#search-submit{
    margin-top: 1px;
    margin-left: 1px;
    width: 21px;
    height: 21px;
    display: block;
    float:left;
    border: none;
    background-image: url(../image/search-button.png);
}

#search-submit:hover {
    background-image: url(../image/search-button-red.png);
}

#menu {
    margin-left:316px;
    margin-top:36px;
    clear: both;
}

#menu-left {
    width: 15px;
    height: 54px;
    float: left;  
    background-image: url(../image/menu-left.png);
}

#menu-body {
     width: 454px;
     height: 54px;
     float: left;
     background-image: url(../image/menu-body.png);
 }

.menu-item {
    font-size: 14px;
    float: left;
    padding-top: 17px;
}

.menu-item a{
    text-decoration:none;
    color : #777777;
    display: block;
}

.menu-item a:hover{
    text-decoration:none;
    color : #aa0000;
}

.menu-delimiter {
    float:left;
    height: 50px;
    width: 15px;
    margin-top: 2px;
    background-image: url(../image/menu-delimiter.png);
}

#menu-right {
    width: 15px;
    height: 54px;
    float: right;
    background-image: url(../image/menu-right.png);
}


#root {
    margin-top: 5px;
    text-align: left;
    height: 21px;
    padding-top: 8px;
    padding-left: 10px;
    color: #777777;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../image/routeline.png);
    text-decoration:none;
  
}

#root a {
    text-decoration:none;
    color : #777777;
}

#root a:hover {
    text-decoration:none;
    color : #aa0000;
}

* html #root {
    height: 30px;
}

#container {
    margin-top: 5px;
    height: auto;
}

#column1 {
    width: 200px;
    /*height: 350px;*/
    margin-bottom: 5px;
    float: left;
    text-align: left;
}

.advert-header {
    width: 200px;
    height: 20px;    
    background-image: url(../image/advert-head.png);
}

.advert-body{
    width: 200px;
    background-image: url(../image/advert-body.png);
    font-size: 80%;
}

.advert-content {
    width: 180px;
    margin-left: 10px;
    font-size: 12px;
}

.advert-footer{
    width: 200px;
    height: 20px;    
    background-image: url(../image/advert-footer.png);
    margin-bottom: 5px;
}

#catalog img  {  border:1px dashed #000080;
      
    }
    
#catalog img:hover  {  border:1px dashed #ff0000;
      
    }  

#container-rechts {
    width: 590px;
    height: auto;
    margin-left: 10px;
    float: left;
}

#column2 {
    margin-bottom: 5px;
}

#content-header {
    width: 590px;
    height: 20px; 
    margin: 0px;
    background-image: url(../image/content-head.png);
}

#content-body {
    margin: 0px;
    width: 590px;
    background-image: url(../image/content-body.png);
}

#content-content {
    margin-left: 30px;
    margin-right: 30px;
}

#content-footer {
    width: 590px;
    height: 20px;    
    background-image: url(../image/content-footer.png);
}

#footer {
    height: 23px;
    color: #777777;
    font-size: 12px;
    padding-top: 7px;
    margin-top: 5px;
    background-image: url(../image/footer.png);
}

* html #footer {
    height: 30px;
} 

#navi {
    margin-left: 10px;
    text-align: left;
    height: 20px;
    color: #777777;
}

#navi a {
    height: 20px;
    font-size: 12px;
    text-decoration:none;  
    color: #777777;
}

#navi a:hover {
    color : #aa0000;
}

.afterfooter {
    width: 590px;
    color: #777777;
    font-size: 12px;
    margin-top: 5px;
}

.afterfooterleft {
    margin-left: 2px;
    float: left;
}

.afterfooterright {
    margin-right: 2px;
    float: right;
}

.afterfooterright a {
    text-decoration:none;
    color : #777777;
}

.afterfooterright a:hover {
    color : #aa0000;
}

 ul.csc-menu {
    list-style-image: url(../image/bullet.png);
    text-align: left;
    font-size: 18px;
    margin-left: 40px;
}

* html ul {
    margin-left: 40px;
}

ul li a {
    text-decoration:none;
    color: #777777;
}

ul li a:hover {
    text-decoration:none;
    color: #aa0000;
}

form {
    text-align: left;
}

select {
    width: 250px;
    height: 23px;
}

input {
    width: 250px;
    height: 23px;
}

.csc-mailform-field {
    width: 250px;
    margin-top: 10px;  
}

#mailformsubmit {
    width: 150px;
    height: 23px;
}

.csc-searchResultHeader {
    margin-top: 30px;
    margin-bottom: 10px;
}

.csc-firstHeader {
    margin-bottom: 20px;
}
