/*-----------------------------------------------------------------------------
[polargold] Screen Stylesheet Day Mode

version:   1.0
date:      2009-10-23
author:    Manuel Boy | polargold GmbH
email:     manuel@polargold.de

website:   polargold.de
-----------------------------------------------------------------------------*/


/* Document
-----------------------------------------------------------------------------*/
html {
	background-image: url(../images/layout/day/bg.jpg);
}

	html.loading {
		background-image: url(../images/layout/day/document_loading.gif);
	}

	#remark p.copy {
		background: url(/images/layout/day/pg_logo_tiny.gif) top left no-repeat;
	}

/* Header
-----------------------------------------------------------------------------*/

	#header h1 {
		background: url(/images/layout/day/logo.gif) left top no-repeat;
	}


/* Footer
-----------------------------------------------------------------------------*/

#footer ul li#f-kontakt a {
	background-image: url(/images/layout/day/footer_menu/btn_kontakt.png) !important;
	background-image: url(/images/layout/day/footer_menu/btn_kontakt.gif); /* IE6 */
}

#footer ul li#f-jobs a {
	background-image: url(/images/layout/day/footer_menu/btn_jobs.png) !important;
	background-image: url(/images/layout/day/footer_menu/btn_jobs.gif); /* IE6 */
}

#footer ul li#f-impressum a {
	background-image: url(/images/layout/day/footer_menu/btn_impressum.png) !important;
	background-image: url(/images/layout/day/footer_menu/btn_impressum.gif); /* IE6 */
}
	
/* Philosophie
-----------------------------------------------------------------------------*/

	#we-do dt span {
		background: url(/images/layout/day/arrow_lightblue.gif) right center no-repeat;
	}


/* Agentur
-----------------------------------------------------------------------------*/

	#agentur-support #item-freelancer {
		background: url(/images/layout/day/plus.gif) 0 2px no-repeat;
	}
	
		.agentur-item a.xing {
			background: url(../images/layout/day/xing.gif) top left no-repeat;
		}

			.agentur-item a.xing:hover {
				background: url(../images/layout/day/xing.gif) bottom left no-repeat;
			}

/* News
-----------------------------------------------------------------------------*/

	ul#news-overview li a {
		background: url(/images/layout/day/arrow_lightblue.gif) right center no-repeat;
	}


/* Showcase Detail
-----------------------------------------------------------------------------*/

#info-button a {
	color: #FFF;
	background: url(/images/layout/day/info_btn.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}

	#pitem-left a {
		background-image: url(/images/layout/day/paging_left.gif);
	}

#pitem-right {
	margin-top: -225px;
	margin-left: 800px;
}
	#pitem-right a {
		background-image: url(/images/layout/day/paging_right.gif);
	}		

	
/* Mini Icons
-----------------------------------------------------------------------------*/

#remark p.mobi a {
	background: url(/images/layout/day/icon-mobile.png) top left no-repeat;
}

#remark p.facebook a {
	background: url(/images/layout/day/icon-facebook.png) top left no-repeat;
}


