﻿/* pagestyle */
body {
    background-color:#0c5b47;
    font-size:11px;
    font-family:Lucida Sans Unicode;
    margin:0 ;
    color:#0c5b47;
    background-repeat:repeat-x;
}
.page
{
    width:900px;
    margin-left:auto;
    margin-right:auto;    
}
.content-container
{       
    padding-top:25px;
    background-color:#e8edec;
    padding-bottom:5px;
}
.links
{
   width:120px;
   padding-right:30px;
   float:left;
}
.content
{
    width:540px;
    float:left;    
    padding-left:20px;
    margin-right:36px;
    line-height:20px;
}
.news
{
    width:115px;
    float:left;
    padding-left:15px;
    padding-right:15px;
}
.footer
{
    color:#415973; 
    padding:5px; 
    padding-top:20px;
    padding-left:10px;
    margin-top:15px; 
    font-size:10px; 
}

/*linkstyle*/
.linkStyle
{
    text-decoration: none;
    color:#0c5b47;
    display:block;
    font-weight:bold;
    background-image:url(../images/backbut.gif);
    height:19px;
    padding-top:3px;
    margin-bottom:3px;
    padding-left:35px;
    font-size:12px;
    font-family:Verdana;
}
.linkStyle:hover
{
    color:#E8EDEC;
    background-image:url(../images/backbutsel.gif);
}

.linkStyleSelected
{
    text-decoration: none;
    color:#E8EDEC;
    display:block;
    font-weight:bold;
    background-image:url(../images/backbutsel.gif);
    height:19px;
    padding-top:3px;
    margin-bottom:3px;
    padding-left:35px;
    font-size:12px;
    font-family:Verdana;
}
.linkStyleRepair
{
    text-decoration: none;
    color:white;
    display:block;
    font-weight:bold;
    background-image:url(../images/repairBut.gif);
    height:19px;
    padding-top:3px;
    margin-bottom:3px;
    padding-left:3px;
    font-size:11px;
    font-family:Verdana;
    margin-top:50px;
}
.linkStyleRepair:hover
{
    color:#E8EDEC;
    background-image:url(../images/backbutsel.gif);
}
.btnStyle
{
    border:1px solid #02101F;
    color:#02101F;
    background-color:#C2C6CF;
    margin-right:1px;
    margin-left:1px;
}
.tbStyle
{
    border:1px solid #02101F;
}

.readStyle
{
    text-decoration: none;
    font-weight:bold;
    color:#0c5b47;
}
.readStyle:hover
{
    text-decoration: underline;    
}

/*contentstyle*/
.titelStyle
{
   color:#df127b; 
   font-weight:bold;
}
.editStyle
{
    text-decoration:none;   
    color:Blue;
}

/*linksedit style*/
.tdStyle
{
    border:1px solid #70869E;   
    padding:5px 5px 5px 5px;
}


/* pictures */
.imgStyle
{
    width:40px;
    height:40px;   
    border:1px solid #3D3D3D;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.projectLink
{
   margin-left:15px; 
   text-decoration:none;
   color:#03182F;   
   
}
.projectLink:hover
{
   color:#E67817;   
   
}
.projectTitel
{
    color:#3E5B7B;    
}


/* news */
.pagingStyle
{
    background-color:White;   
    display:block;
    padding:0px 3px 0px 3px;
    text-align:center;
    border:1px solid #0C5B47;
    border-right:0px solid #0C5B47;
    text-decoration:none;
    float:left;
    color:#0C5B47;
}
.pagingStyle:hover
{
    color:White;
    background-color:#0C5B47;
           
}
.pagingStyleSelected
{
    background-color:#0C5B47;   
    display:block;
    padding:0px 3px 0px 3px;
    text-align:center;
    border:1px solid #0C5B47;
    border-right:0px solid #0C5B47;
    text-decoration:none;
    float:left;
    color:white;
}

/* login styles */
.username
{
    color:white;
    background-color:#0c5b47; 
    width:80px;
    padding:2px 0 3px 3px;
    font-weight:bold;
    float:left;
    margin-right:2px;
    margin-bottom:3px;
}
.tbLogin
{
    border:1px solid #0c5b47;
    float:left;
    width:120px;
}
.btLogin
{
    color:white;
    background-color:#0c5b47;
    padding:1px 0 1px 3px;
    margin-right:2px;
    margin-bottom:3px;
    border:0px solid black;
    text-align:center;
    margin-top:3px;
}
