/*************** polo_print.css ***************/


/*************** Allgemeines ***************/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

img {border: 0px;}

.left {float: left;}

.right {float: right;}

.header {margin-bottom: 30px;}

.footer {
	text-align: right;
	border-top: 1px solid #e2001a;
	padding: 10px 10px 0px 10px;
	color: #fff;
	margin-top: 35px;
	clear: both;
}


/*************** Schriften ***************/
h3 {
	text-transform: uppercase;
	font-size: 12px;
        margin-bottom: 15px;
}


/*************** Links ***************/
a:link, a:visited {
	color: #e2001a;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #df4648;
	font-weight: normal;
	text-decoration: none;
}

a.footerlink:link, a.footerlink:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.footerlink:hover, a.footerlink:active {
	color: #bababa;
	font-weight: normal;
	text-decoration: none;
}


/*************** display: none; ***************/
#navi, .oil-bg, #content-left, #content-right, #sb-container  {display: none;}