@charset "UTF-8";
/**
*
* @author Chris Glutz <chris@netzpilot.ch>
* @copyright Copyright (c) 2008, Chris Glutz
* @version 1.0
* @date 20090429
* @desc  CSS strassenmagazin.ch
* 
*/

h1 {
	color: #315788;
}

a {
	text-decoration: none;
	color: #315788;
}

div.csc-textpic {
	margin: 0;
	padding: 0;
} 

#col-3 .content div.csc-textpic-text {
	padding-top: 0;
	margin-top: 0;
}

#col-5 .content form {
	font: normal normal 12px/14px Helvetica, Arial, sans-serif;
}


/* news list */
#col-3-2 h3	{
	background-color: white;
	font: normal bold 24px/26px Helvetica, Arial, sans-serif;
	padding-left: 7px;
}

.news-list-container h3	{
	font: normal bold 24px/26px Helvetica, Arial, sans-serif;
}

.news-latest-date {
	padding:  7px;
	font: normal normal 12px/16px Georgia, "Times New Roman", Times, serif;
}

.news-list-date {
	font: normal normal 12px/26px Georgia, "Times New Roman", Times, serif;
}

div.news-latest-item img,
div.news-latest-morelink {
	padding-left: 7px;
}


