/**
 * style.css
 *
 * @author Nicolas Baer
 * @copyright 2009 4-Films GmbH
 * GREY TEMPLATE
 */

/** CONTAINER **/
div.main div.header {
	background-image: url(./img/header.png);
}

div.main div.subnavpanel {
	background-image: url(./img/navleft.png);
        background-repeat: repeat-y;
}

div.main div.footer {
	background-image: url(./img/footerbg.png);
}



/** CONTENT **/

div.content a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #662e91;
}

div.content a.readon {
        color: #662e91;
}


div.content li{
        list-style-image: url(./img/pointr.gif);	
}

div.content table.blog table.contentpaneopen{
	border-bottom: 1px dotted #662e91;
}


/** PAGINATION **/
td.navigateleft {
	background-image: url(./img/navigateleft.png);
}

td.navigateright {
	background-image: url(./img/navigateright.png);
}

/** FOOTER **/

div.footer p, div.footer a, div.footer a:hover,div.footer a:visited {
	color: #662e91;
}

