/* 
    Document   : main
    Created on : 05.05.2014, 20:55:27
    Author     : Uhtred
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body
{
    text-align: center;
    overflow-y: scroll;
}
.background_img
{
    width: 100%;
    height: 450px;
    background-image: url('../img/main/Dienstleistungen.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
#back_pic_beratung
{
     width: 100%;
    height: 450px;
    background-image: url('../img/main/Beratung.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
#back_pic_edv
{
     width: 100%;
    height: 450px;
    background-image: url('../img/main/edv.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#logo
{
    background-color: #062134;
    width: 1000px;
    margin: auto;
    height: 170px;
    margin-bottom: -10px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.main
{
    width: 1000px;
    margin: auto;
    
    background-color: #062134;
    
}

#content
{
    
    padding: 40px;
    
    
}
#inhalt
{
   
    
    margin-top: 30px;
    background-color: white;
    padding: 20px;
}

#home
{
    
    
    background-image: url("../img/main/startseite.jpg");
    background-repeat: no-repeat;
}
#bild{
    height: 450px;
}
.bild_text
{
    padding-top: 20px;
    padding-left: 20px;
    color: white;
    
    font-size: 24px;
    text-align: left;
   
    
}
.oben    
{ 
    vertical-align:top; 
    
}
table.doFixed {
   table-layout: fixed;
}
#startseite_text
{
    text-align: left;
    padding: 20px;
    
    background-color: #daedff;
    
    
}
.unten_blau
{
    position: absolute;
    width: 280px;
    height: 300px;
    background-color: #005fb3;
    
}

.mnu_item_sel
{
    float: left;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #062134;
    text-align: center;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid #005fb3;
    list-style: none;
}
.beratung_sel
{
    border-bottom: 2px solid blue;
}
.dienstleistungen_sel
{
    border-bottom: 2px solid green;
}
.edv_sel
{
    border-bottom: 2px solid red;
}
.mnu_item
{
    
    float: left;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #062134;
    text-align: center;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    
    list-style: none;
    
}
.mnu_item:hover
{
    border-bottom: 2px solid;
    //color: white;
}

#dienstleistungen_mnu:hover
{
    border-bottom: 2px solid green;
}
#beratung_mnu:hover
{
    border-bottom: 2px solid blue;
}
#edv_mnu:hover
{
    border-bottom: 2px solid red;
}
a:hover
{
    text-decoration: none;
    //color: white;
}
#dienstleistungen_mnu_a:hover
{
    border-bottom: 2px solid green;
}
address a:hover
{
    text-decoration: none;
    color: red;
}
p
{
    font-size: 14px;
}
li
{
    list-style: none;
    font-size: 14px;
}
#left_inner a
{
    color: gray;
    font-size: 14px;
}
.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(225,13,23, 0.8);
    text-shadow: 1px 4px 6px white, 0 0 0 #000, 1px 4px 6px white;
}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

#verkaufer
{
    width: 70%;
    text-align: left
}