/* 
Document   : pages.css
Created on : 12.01.2009, 18:27:43
Author     : Thomas Tiedtke
Description: Styles für einzelne Seiten 
*/


/* Startseite
***************************** */


#startMain {
   min-height:300px;
   background-image:url('/_images/start_bottom.gif');
   background-position:left bottom;
   background-repeat:no-repeat;
}


#startMain h1,
#startLeistungen h1,
#startLoesungen h1,
#startMain h1 a,
#startLeistungen h1 a,
#startLoesungen h1 a {
   color: #007CC3;
   font-weight:bold;
}


#startMain h2 {
   font-weight:normal;
}

#startNews {
   position:absolute;
   top:0px;
   left:20px;
   width:350px;
}

#startNews img.thumb {
   vertical-align:text-top;
   float:left;
   margin-right:10px;
}

#startLeistungen {
   position:absolute;
   top:0px;
   left:411px;
   width:210px;
}

#startLoesungen {
   position:absolute;
   top:0px;
   left:654px;
   width:210px;
}

ul.startTeaser li a {
   text-decoration:none;
}

ul.startTeaser {
   margin-bottom:10px;
}


/* Projekte */

.projektItem {
   position:relative;
   top:0;
   left:0;
   /* padding-left:140px; */
   margin-bottom:40px;
   min-height:120px;
}

.projektItem h2 {
   padding-top:0;

}


img.projekteThumb {
   /* float:left; */
   margin-top:15px;
   margin-right:12px;
   position:absolute;
   /*
      left:0px;
   margin-bottom:20px;
   */
}




.projektIms {
   background-image: url('/_images/logo_ims.gif');
   background-position: right top;
   background-repeat: no-repeat;
   padding-right:100px;
   min-height:60px;
}


h2.loesung {
   background-image: url('/_images/icn_loesung.png');
   background-repeat: no-repeat;
   background-position: left center;

}

.leistungBox {
   border:#E1E4F0 solid 1px;
   background-color:#DEE0E9;
   height:120px;
}

.leistungBox h2 {
   font-size:18px;
   margin-top:6px;
   font-weight:normal;
}

.leistungBox h3 {

}


a.referenz {
   color: #007CC3;
   display:block;
   text-decoration:none;
   padding-left:12px;
   background-image: url(../_images/icn_link.gif);
   background-repeat: no-repeat;
   background-position: left 6px ;
   margin-bottom:10px;
}

a.referenz:hover {
   text-decoration:underline;
}
