/*
 * Projekt:			technolam.de
 * Dateiname:		style.css
 * Author:			RK
 * erstellt:		26.04.2010
 * validiert am:	n/a
 */


/* Mood Image Modification */
#ct-mood {
	background: #650E1E url("../upload/header/moodimage_red.jpg") top center no-repeat;
	height: 270px;
	margin-bottom: 40px;
	position: relative;
	}

#ct-mood h1, #ct-mood p {
	color: #fff;
	}

#ct-mood h1 {
	border-bottom: 5px solid #fff;
	width: 196px;
	float: left;
	margin-top: 50px;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 12px;
	text-align: right;
	}

#ct-mood .text {
	float: left;
	font-size: 12px;
	margin: 51px 0 0 14px;
	width: 200px;
	}

#ct-mood p {
	font-size: 12px;
	margin: 0;
	}


/* Teaser */
#teaser-left {
	float: left;
	width: 200px;
	}

#teaser-center {
	float: left;
	width: 380px;
	margin-left: 40px;
	}

#teaser-right {
	float: left;
	width: 250px;
	margin-left: 40px;
	}

#teaser-left h3,
#teaser-right h3 {
    color:#666666;
}

     
#teaser-right img {
    margin-bottom: 0.5em;
    }


#ct-content h2 {
    border-bottom: 2px solid #e0e0e0;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 16px;
    margin-top:0px;
    }

#ct-content p {
	font-size: 11px;
	margin: 0;
	}



/* News */
#ct-content h3 {
	font-size: 11px;
	margin: 1em 0 0;

	}

ul.news-item li {
	margin: 1em 0;
	}

ul.news-item li * {
	line-height: 140%;
	margin: 0;
	}

#ct-content ul.news-item h3  {
    margin: 0;
    color: #666666;
}
ul.news-item h3 a {
	color: #666;
	}

ul.news-item h3 a:hover {
	color: #2BAB87;
	}

ul.news-item h3 a:active {
	color: #DA007A;
	}

ul.news-item p:first-child {
	color: #aaa;
	}

ul.news-item .inline {
	border: 2px solid #e0e0e0;
	float: left;
	margin: 1px 6px 0 0;
	}












