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

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

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


/* General
-----------------------------------------------------------------------------*/
* {
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {	
	color: #94c3d7;
	font-size: 48px;
	margin-bottom: 1em;
}

p {
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 1.3;
	margin-bottom: 1em;
}

.wf-active p {
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}

.wf-active p small {
	line-height: 10px;
}

	p a {
		color: #94c3d7;
	}

/* Microformats
-----------------------------------------------------------------------------*/
span.type,
span.author {
	display: none;
}

.tel a {
	text-decoration: none;
}


/* Styles for layout
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

a img {
	border: none;
}

/* Document
-----------------------------------------------------------------------------*/
html {
	background-color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
}

	html.loading {
		background-position: center center;
		height: 100%;
	}

	html.loading body {
		display: none;
	}

body {
	font: 62.5%/1.3 "myriad-pro-1","myriad-pro-2", "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #999;
}

#wrapper {
	width: 845px;
	margin: 0 auto;
}
	.js #wrapper {
		width: 980px;
	}
	
#content {
	padding: 80px 0;
}

.js #content {
	padding: 0;
}

#remark {
	width: 845px;
	margin: 0 auto;
}

	#remark p {
		font-size: 11px;
		color: #666;
		padding-bottom: 20px;
		float: left;
	}

	#remark p.copy {
		display: block;
		width: 235px;
		padding-left: 17px;
	}

	#remark p.mobi {
		display: block;
		width: 20px;
	}
	
		#remark p.mobi a {
			display: block;
			width: 9px;
			height: 16px;
		}
	
		#remark p.mobi a span {
			display: none;
		}

	#remark p.facebook {
		display: block;
		width: 30px;
	}
	
		#remark p.facebook a {
			display: block;
			width: 16px;
			height: 16px;
		}
	
		#remark p.facebook a span {
			display: none;
		}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100px;
	margin-left: 880px;
	padding-top: 20px;
	position: absolute;
}

	#header h1 {
		width: 100px;
		height: 65px;
	}

		#header h1 a {
			width: 100px;
			height: 65px;
			display: block;
		}

			#header h1 a span {
				display: none;
			}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 845px;
	margin: 0 auto;
	padding: 85px 0 70px 0;
}

	#footer ul {
	}

		#footer ul li {
			display: inline;
		}

			#footer ul li a {
				float: left;
				display: block;
				background-repeat: no-repeat;
				background-position: bottom left;
				height: 19px;
				margin-right: 50px;
				border-bottom: 1px solid #DDD;
			}

				#footer ul li a:hover {
					background-position: top left;
					border-bottom: 1px solid #EEE;
				}

			#footer ul li#f-kontakt a {
				width: 139px;
			}

			#footer ul li#f-jobs a {
				width: 67px;
			}

			#footer ul li#f-impressum a {
				width: 175px;
			}

				#footer ul li a span {
					display: none;
				}


/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	display: none;
}

/* Modal Ajax Container
-----------------------------------------------------------------------------*/
#TB_window {
}
	#TB_window h1 {
		color: #FFF;
		font-size: 45px;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: -4px;
	}
	
	.wf-active  #TB_window h1 {
		letter-spacing: -1px;
		font-weight: 700;
	}
	
		#TB_window p {
			color: #FFF;
			font-size: 12px;
			margin-bottom: 1em;
		}
		
		.wf-active #TB_window p {
			font-size: 13px;
		}
		
		#TB_window p a {
			color: #FFF;
		}

/* Panels
-----------------------------------------------------------------------------*/
#index-overview {
	padding-top: 20px;
}

.panel {
	height: 300px;
	display: none;
	width: 980px;
}	

	#p-news {
		height: 220px;
	}

	#p-philosophie {
		height: 290px;
	}

	#p-agentur {
		height: 260px;
	}

	#p-showcase {
		height: 300px;
	}

	.panel-inner {
		padding: 20px 70px;
	}

		#p-showcase .panel-inner {
			padding: 20px 0;
		}

	.panel.loading {
	}
	
	.panel h1 {
		display: none;
	}
	
/* Philosophie
-----------------------------------------------------------------------------*/
#philosophie-main {
	float: left;
	color: #999;
	width: 280px;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px dotted #DDD;
}

	#we-do {
		float: left;
		width: 400px;
	}
	
		#we-do dt {
			cursor: pointer;
			font-size: 13px;
			margin-bottom: .4em;
			color: #94c3d7;
		}
		
			#we-do dt span {
				padding-right: 20px;
			}

		#we-do dd {
			display: none;
			font-size: 12px;
		}
		
		.wf-active #we-do dd {
			font-size: 14px;
		}


/* Contact Form
-----------------------------------------------------------------------------*/
#result .error_container {
	padding-bottom: 20px;
}

	#result .error_container p {
		font-size: 13px;
		color: #E00;
		margin-bottom: 0;
		line-height: 1;
	}

		#result .error_container p label {
			padding: 0;
			margin: 0;
		}
		
#result .success_container {
	padding-bottom: 20px;
}

	#result .success_container p {
		font-size: 13px;
		color: green;
		margin-bottom: 0;
		line-height: 1;
	}

form {
}

	form li {
		margin-bottom: 5px;
	}

	form legend {
		display: none;
	}

	form label {
		display: block;
		font-size: 17px;
		cursor: pointer;
	}

	.js form label {
		display: none;
	}
	
	form input {
		padding: 5px;
		font-size: 15px;
	}

	form fieldset#fieldset-data_set input,
	form fieldset#fieldset-data_set textarea {
		background: #FFF;
		border: 0;
		font-weight: bold;
		padding: 12px;
		font-size: 15px;
		color: #888;
		width: 420px;
	}

		form fieldset#fieldset-data_set input.tipped,
		form fieldset#fieldset-data_set textarea.tipped {
			color: #94c3d7;
		}
	
	form fieldset#fieldset-data_set input {
		background: url(../images/form_bg_input.png) top left no-repeat;
	}

	form fieldset#fieldset-data_set textarea {
		height: 190px;
		background: url(../images/form_bg_textarea.png) top left no-repeat;
	}

ul.errors {
	margin-bottom: 1em;
	list-style: disc;
	padding-left: 2em;
}
	ul.errors li {
		font-size: 12px;
		color: #9F0909;
		list-style: disc;
	}
	
/* Flash
-----------------------------------------------------------------------------*/
.fh {
	height: 70px;
	padding: 0 0;
}
.js .fh {
	height: 70px;
	padding: 0 60px;
}
	.fh h2 {
		color: #94c3d7;
		font-size: 48px;
	}

		.fh h2 a {
			color: #94c3d7;
			text-decoration: none;
			margin: 0;
		}
		.js .fh h2 a {
			margin: 0 10px;
		}

			.fh h2 a:hover {
				color: #CCC;
			}

/* agentur
-----------------------------------------------------------------------------*/
#agentur-overview {
	
}

	#agentur-head {
		width: 250px;
		float: left;		
		margin-right: 10px;
	}
	
		#agentur-head .ti-image {
			width: 55px;
			float: left;
		}
		#agentur-head .ti-name {
			width: 180px;
			float: left;
		}

	#agentur-special {
		width: 200px;
		float: left;
	}

	#agentur-support {
		width: 250px;
		float: left;
	}

		#agentur-support .agentur-item {
			padding-left: 18px;
		}
	
	.agentur-item {
		width: 250px;
		margin-bottom: 20px;
	}
	
	#agentur-special .agentur-item {
		width: 200px;
		margin-bottom: 20px;
	}
	
		.agentur-item a.xing {
			width: 43px;
			height: 15px;
			display: block;
			margin-top: 7px;
		}

			.agentur-item a.xing:hover {
			}

			.agentur-item a.xing span {
				display: none;
			}

		.agentur-item .ti-image {
			overflow: hidden;
			width: 46px;
			height: 60px;
		}

		.agentur-item .ti-name {
			width: 200px;
		}

			.agentur-item .ti-name div {
			}

			.agentur-item .ti-name h3 {
				font-size: 14px;
				color: #555;
				letter-spacing: -1px;
				line-height: 1.1;
			}
			
			/* Semibold Test */
			.wf-active .agentur-item .ti-name h3 {
				font-size: 14px;
				font-weight: 700;
				letter-spacing: 0;
			}

			.agentur-item .ti-name h4 {
				font-size: 11px;
				font-weight: normal;
				line-height: 1.1;
			}
			
			.wf-active .agentur-item .ti-name h4 {
				font-size: 13px;
			}

			.agentur-item .ti-name p {
				font-size: 11px;
				color: #666;
				margin-bottom: 0;
				line-height: 1.1;
				letter-spacing: 0;
			}
			
			.wf-active .agentur-item .ti-name p {
				font-size: 13px;
			}


/* News
-----------------------------------------------------------------------------*/
ul#news-overview {
	list-style: none;
}

	ul#news-overview li {
		list-style: none;
		font-size: 12px;
		margin-bottom: 1em;
	}
	
	.wf-active ul#news-overview li {
		font-size: 14px;
	}

		ul#news-overview li a {
			list-style: none;
			text-decoration: none;
			padding-right: 20px;
			color: #94c3d7;
		}
		
		ul#news-overview li a:hover {
			text-decoration: underline;
		}
		
		ul#news-overview li span.date {
			font-size: 12px;
			padding: 0 5px 0 0;
		}
		
		.wf-active ul#news-overview li span.date {
			font-size: 14px;
		}

		#news-detail {
		}

			#news-detail h2 {
				font-size: 18px;
				color: #666;
				margin-bottom: .4em;
			}
			
			#news-detail p {
				letter-spacing: -1px;
			}
			
			.wf-active #news-detail p {
				letter-spacing: 0;
				font-size: 14px;
			}

				#news-detail p a {
					color: #666;
					text-decoration: none;
				}

					#news-detail p a:hover {
						text-decoration: underline;
					}

			#news-detail ul {
				letter-spacing: -1px;
				font-size: 13px;
				padding-left: 1.8em;
				margin-bottom: .8em;
			}
			
				#news-detail ul li {
					list-style: disc;
					line-height: 1.4;
				}

			#news-detail-content {
				width: 750px;
			}

			#news-detail p.date {
				margin-bottom: .5em;
			}

		#news-detail a.close {
			position: absolute;
			margin-left: 630px;
			color: #94c3d7;
			font-size: 12px;
			text-decoration: none;
		}
		
		.wf-active #news-detail a.close {
			font-size: 14px;
		}	

		#news-detail a.close:hover {
			text-decoration: underline;
		}
		
			#news-detail a span {
				xdisplay: none;
			}

/* Jobs
-----------------------------------------------------------------------------*/
#jobs {
	margin-top: 2em;
	border-top: 2px solid #e0f1f8;
}

.job-item {
	margin-top: 15px;
}	

	.job-item h3 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.job-item h3 a {
		color: #FFF;
	}

	.js .job-item h3 {
		color: #FFF;
		font-weight: normal;
	}
	
	.job-item p {
		letter-spacing: -1px;
	}


/* Showcase
-----------------------------------------------------------------------------*/
#showcase-wrapper {
	margin: 0;
}
.js #showcase-wrapper {
	margin: 0 70px;
}

	#showcase-wrapper .pi {
		width: 180px;
		height: 180px;
		float: left;
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: top left;
	}

	.js #showcase-wrapper .pi {
		height: 100px;
		background-color: #abd4e6;
		cursor: pointer;
	}
	
	.js #showcase-wrapper div.hover {
		background-position: 300px 300px;
	}

		#showcase-wrapper .pi h3 {
			white-space: nowrap;
			margin-top: 110px;
			margin-left: 10px;
			font-size: 15px;
			letter-spacing: -1px;
		}

		.js #showcase-wrapper .pi h3 {
			margin-top: 50px;
			display: none;
		}
		
			#showcase-wrapper .pi h3 a {
				color: #333;
			}
			
			.js #showcase-wrapper .pi h3 a {
				text-decoration: none;
				color: #FFF;
			}

		#showcase-wrapper .pi p {
			white-space: nowrap;
			margin-left: 10px;
			font-size: 13px;
			letter-spacing: -1px;
		}

		.wf-active #showcase-wrapper .pi p {
			font-size: 14px;
			letter-spacing: 0;
		}

			#showcase-wrapper .pi p a {
				text-decoration: none;
				color: #999;
			}
			
		.js #showcase-wrapper .pi p {
			white-space: nowrap;
			margin-left: 10px;
			font-size: 15px;
			letter-spacing: -1px;
			display: none;
		}

			.js #showcase-wrapper .pi p a {
				text-decoration: none;
				color: #FFF;
			}
			
		.js #showcase-wrapper .hover h3,
		.js #showcase-wrapper .hover p {
			display: block;
		}
	

/* Showcase Detail
-----------------------------------------------------------------------------*/
#showcase-meta {
}

	#showcase-meta-inner {
		margin: 0;
		height: 50px;
		overflow: hidden;
	}

	.js #showcase-meta-inner {
		margin: 0 70px;
	}
	
		.meta-col {
			float: left;
		}
		
		#meta-main {
			width: 300px;
		}

			#meta-main h4 {
				font-weight: bold;
				font-size: 12px;
				color: #333;
				width: 65px;
				float: left;
				margin-bottom: .3em;
			}

			#meta-main p {
				font-size: 12px;
				width: 200px;
				float: left;
				margin-bottom: .3em;
			}

			.wf-active #meta-main h4 {
				font-size: 13px;
			}

			.wf-active #meta-main p {
				font-size: 13px;
			}
			
		#meta-page {
			width: 110px;
			height: 20px;
			text-align: center;
		}	
		
			#meta-page p {
				font-size: 11px;
				margin-top: 10px;
				display: none;
			}
		
			.wf-active #meta-page p {
				font-size: 12px;
			}
			
		#meta-info {
			float: right;
		}		
		.js #meta-info {
			width: 300px;
			padding-top: 5px;
			float: left;
		}	
			
			#meta-info p {
				float: right;
				margin-left: 30px;
				font-size: 12px;
			}
			
			.wf-active #meta-info p {
				font-size: 13px;
			}
			
				#meta-info p a {
					color: #94c3d7;
					text-decoration: none;
				}

					#meta-info p a:hover {
						text-decoration: underline;
					}
			
			#info-button {
				height: 19px;
				width: 40px;
				font-size: 10px;
				text-align: center;
				float: right;
				display: none;
			}

				#info-button a {
					color: #FFF;
					text-decoration: none;
					display: block;
					padding: 3px 5px;
				}

	#showcase-content {
		padding: 30px 0;
	}
	
	.js #showcase-content {
		height: 440px;
		padding: 0;
	}
	
		#showcase-content-inner {
			height: 440px;
			width: 710px;
			margin: 0 70px;
			overflow: hidden;
		}

			#showcase-content-inner img {
				height: 420px;
				width: 710px;
				overflow: hidden;
			}

			.js #showcase-content-inner img {
				display: none;
				cursor: pointer;
			}
		
	#showcase-content-description-wrapper {	
		padding: 80px 65px;
		position: absolute;
	}
	
	#showcase-content-description {
		display: none;
		height: 260px;
		width: 572px;
		background: url(/images/showcase_content_bg.png) top left no-repeat !important;
		background: #596f82; /* IE6 */
		color: #FFF;
	}	
	
		#showcase-content-description p {
			margin-bottom: 1em;
			font-size: 12px;
			letter-spacing: -1px;
		}
		
		#showcase-content-description-inner {
			padding: 20px;
		}

	.paging-item {
		position: absolute;
		overflow: hidden;
		height: 50px;
		width: 50px;
		display: none;
	}

		.paging-item a {
			overflow: hidden;
			height: 50px;
			width: 50px;
			background-repeat: no-repeat;
			background-position: left top;
			display: block;
		}

		.paging-item a:hover {
			background-position: left bottom;
		}

			.paging-item a span {
				display: none;
			}

	#pitem-left {
		margin-top: -225px;
		margin-left: 0px;
	}
		#pitem-left a {
		}

	#pitem-right {
		margin-top: -225px;
		margin-left: 800px;
	}
		#pitem-right a {
		}		

/* Contact
-----------------------------------------------------------------------------*/
#form-holder {
	width: 450px;
	float: left;
	margin-right: 30px;
}

#contact-info {
	float: left;
	width: 200px;
}

/* We are hiring
-----------------------------------------------------------------------------*/
#we-are-hiring {
	width: 121px;
	height: 40px;
	position: absolute;
	display: block;
	background: url(../images/we-are-hiring.png) top left no-repeat;
	margin: -130px 0 0 210px;
}

	#we-are-hiring a {
		width: 121px;
		height: 40px;
		display: block;
	}
	
		#we-are-hiring a span {
			display: none;
		}
	
/* Daytime Switcher
-----------------------------------------------------------------------------*/
#daytime-switch {
    position: absolute;
    top: 30px;
    left: 30px;
}

    #daytime-switch a.trigger {
        display: block;
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
    }

        #daytime-switch a.trigger span {
            display: none;
        }

        #daytime-switch .day a.trigger {
            background-image: url(../images/layout/switch/switch-icon-day.png);
        }

        #daytime-switch .night a.trigger {
            background-image: url(../images/layout/switch/switch-icon-night.png);
        }
        
    #daytime-switch .switch-link {
        display: none;
    }

    #daytime-switch .current {
        display: block;
    }
    
    #daytime-switch .bubble {
        position: absolute;
        display: none;
        z-index: 999;
        width: 128px;
        height: 96px;
    }

    #daytime-switch .day .bubble {
        background: url(../images/layout/switch/bubble-day.png) top left no-repeat;
    }

    #daytime-switch .night .bubble {
        background: url(../images/layout/switch/bubble-night.png) top left no-repeat;
    }

        #daytime-switch .bubble p.time {
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 0;
        }
        #daytime-switch .bubble p.link {
            font-size: 11px;
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 7px;
            padding: 0 15px;
        }
        #daytime-switch .bubble p.link a {
            text-decoration: none;
            display: block;
        }

        #daytime-switch .day .bubble p.time {
            color: #999;
        }
        #daytime-switch .day .bubble p.link {
            color: #999;
        }
        #daytime-switch .day .bubble p.link a {
            color: #999;
        }

        #daytime-switch .night .bubble p.time {
            color: #666;
        }
        #daytime-switch .night .bubble p.link {
            color: #666;
        }
        #daytime-switch .night .bubble p.link a {
            color: #666;
        }

