/*  Title:     TD08 Links CSS          
    Creator:   cf                          
    Date:      080516                      
    Content:                               
               - Columns
               - Boxen auf Startseite
               - Suchresultate                                                  
*/

/* COLUMNS -------------------------------------------------------- */
#c1 {
  width:380px;
  float:left;
}
#c2 {
  width:200px;
  float:left;
  margin-left:20px;
}

/* BOXES ---------------------------------------------------------- */
#linksSearch {
	width:380px;
}
#linksSearch td.label {
	width:80px;
}
#topLinks {
	width:200px;
	overflow:hidden;
}
#linkCategories h3 {
	color:#333;
  margin-top:4px;
  margin-left:5px;
}
#linkCategories td {
	width:127px;
}
/* SUCHRESULTATE -------------------------------------------------- */
.linkItem {
	padding-top:10px;
        padding-bottom:5px; 
	background-color:#FFF;
	height:34px;
	overflow:hidden;	
	border-bottom:1px dashed #ccc;
}
.linkItem table{
	width:100%;
}
.linkItem td.title {
	width:300px;
	padding-left:10px;
}
.linkItem td.title h3 {
  color:#333; 
  font-size:12px;
}
.linkItem td.url {
  padding-left:4px;
}
.linkItem td.description {
	padding:10px 10px 0 10px;
}
.linkItem * a.editLink {
 width:100px;
 margin:0 0 0 auto; 
}