/* ... Hier werden die Formate definiert ... */
/* css des Haupttemplate CETS_main_template.jsp */

div {
    /*border:1px solid grey;*/
}

body {
    color: #767676;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    line-height:18px;
}

body a {
    color: #767676;
    text-decoration:none;
    border-width:1px;
    border-style:solid;
    border-color:white;
}

body a:hover {
    color: black;
    text-decoration:none;
    background-color:white;
    border-style:solid;
    border-color:grey;
}

.imageLink  {
    border:0px solid red;
}

* { outline-style: none; }

body li{
    list-style-type: none; 
}

body img{
    border-style: none;
}
    
#site_viewport{
    border:0px solid grey; /* debug-border */
    width: 960px;
    height: 640px;
    background: white;
    padding: 25px;
}

#header_positon{
    background:green;
}

#center_positon{
    background:blue;
    width: 100%
}

#sidemenu_position{
    background: white;
    border:0px solid black;
    float: left;
    width: 19%;
    /* heigth: 450px; //Not working. Reason unkown. */
    margin: 0px;
    padding: 0px;
}

#centerpanel_position{
    border:0px solid grey; /* debug-border */
    width:60%; /* do not set to 63% as sidebar is likely to be pushed down by centerpanel. */
    text-align: center;
    background: white;
    float:left;
    margin: 10px;
    padding: 0px;
}
 
#sidebar_position{
    border:0px solid black;
    float:right;
    width: 18%;
    /* heigth: 450px; //Not working. Reason unkown. */
    margin: 0px;
    padding: 0px;
}

.cetesLettering {
    font-weight: bold;
    color: black;
    letter-spacing:0.1em;
}

.cetesLettering  span{
    font-weight: bold;
    color: #7e0c0b;
    font-size: larger;
    
}
