/*
    Document   : sabio
    Created on : 21.07.2011, 12:53:23
    Author     : wetschea
    Description: styles for the home page/welcome page

*/


/*main*/
#main div h2 {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}
#content{
    float: left;
    width: 960px;
}

h2{
   font-size: 1.2em;
}

a#search{
    width:700px;

}

 a#search{
    border: 2px solid #D0C7C4 ;
    float:left;
    height:341px;
    text-decoration: none;
}

#search{
    background: url("../images/search.png") no-repeat scroll center top transparent;
    overflow:hidden;
}

#search .description{
    background: url("../images/descr.png") repeat scroll 0 0 transparent;
    color:white;
    margin-top: 250px;
}

#search .description div{
    position: absolute;
   top: 520px;
	
}


#search h2{
    color: white;
}

.description{
    display: block;
    height: 341px;
    

}


#news{
    border: 2px solid #D0C7C4 ;
    float:right;
    min-height:341px;
    width:230px;
}


#news h2{
    background: url("../images/h2_grey.png") repeat-x scroll 0 -1px #d0c7c4;
    color:white;
    padding-top: 1em;
}

#news h3{
    line-height: 0em;
    text-decoration: underline;
}
#news h3, #news p{
    font-size: 0.95em;
    font-weight: normal;
}
#news p{
    margin-top: -5px;
    line-height: 15px;
}

#news div{
    margin-top: 25px;
}

#news a{
    margin-left:3px;
    color: #0181D8;
    text-decoration: none;}

#news a span{
    color: #0181D8;
    letter-spacing: -0.3em;
    text-decoration: none;
}
/*##MAIN END##*/

