/*
Theme Name: P3000 WP Theme
Theme URI: http://p3000.net
Description: P3000 WP Theme.
Version: 1.0
Author: matthias @Ęp3000
Author URI: http://p3000.net
*/





/********************************************************************************************************
	Reset
********************************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}





/********************************************************************************************************
	Classes
********************************************************************************************************/
/* .tAR	{text-align:right;} */
small, .fS10	{font-size: 11px;}
.cB		{clear:both;}
.b5		{border: 5px solid #6c6c6c;}
.nomargin	{margin: 0;}


.post h1, 
.post h2 {	margin-bottom: 0;}

.post .entry {
	padding: 10px 0px;
	margin: 10px 0px;
	/* 	border-top: 1px dotted #555; */
}

a.arrow {
	background: url('images/arrow2.gif') left no-repeat;
	padding-left: 17px;
}

img.arrow-nolink {margin-right: 7px;}

img.alignleft {
	float: left;
	margin: 4px 20px 20px 0;
	clear: both;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

img.alignright {
	float: right;
	margin: 4px 0 20px 20px;
	clear: both;
}






/********************************************************************************************************
	General
********************************************************************************************************/

html, body {
	overflow-x: hidden;
}

body {
	background: #000;
	font: 12px Arial, Helvetica, Sans-Serif;
	line-height: 170%;
	color: #fff;
}

#wrapper {
	position: absolute;

	width: 850px;
	left: 50%;
	margin-left: -425px;
}

.container {}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -0.05em;
	color: #fff;

	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 
	;
	letter-spacing: -0.05em;
	color: #fff;

	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;

	margin: 30px 0px 5px 0px;
}

p {
	margin-bottom: 10px;
}

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

a,
a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #fc0;
}

a:focus,
a:hover,
a:active {
	color: #fff;
}





/********************************************************************************************************
	Header
********************************************************************************************************/
#header {
 	width: 850px;
	height: 100px;
	
	background: url('images/boxBgTrans.png') repeat;	/*ie6*/
}

#logo {
	width: 133px;
	height: 64px;
	margin: 16px 0 0 20px;
	float: left;
}

/* Navigation */	
#nav {
	width: 430px;
	margin: 14px 0 0 50px;
	float: left;
}

#nav li {
	width: 108px;
	margin: 0 0 5px 23px;
	padding: 0;
	float: left;
}
	
#nav li a {
	font-weight: bold;
	color: #fc0;
}
		
#nav li a:hover {
	color: #fff;
}

/* Search Header */
#search {
	float: right;
	margin-right: 20px;
}

#search form fieldset {
	margin: 16px 0 0 0;
	padding: 2px 0;
	border: none;
	border-bottom: 1px dotted #ffcc00;
	background: none;
}

#search form fieldset input {
	margin: 0;	
	padding: 0;
	background: none;
	border: none;
	color: #fff;
}

#search .text {
	width: 130px;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	float: left;
}

#search .submit {
	width: 5px;
	height: 7px;
	float: right;
	margin: 4px 0 0 17px;
}

#search p {
	text-align: right;
	margin-top: 30px;
}

#search a.iconEnglish {
  background: url('images/en.png') right center no-repeat;
  padding-right: 23px;
}




/********************************************************************************************************
	Homepage showcase & Headlines
********************************************************************************************************/
#showcase, 
#headline {												/* see i6 cond */
	position: relative;
	width: 850px;
	margin-top: 170px;
	margin-bottom: 25px;
}

#headline {
	margin-bottom: 10px;
}

#showcase ul li, 
#headline ul li {										/* see ie6 cond */
	width: 850px;
/* 	height: 130px; */
	margin: 0;
}

/* Showcase Title */	
#showcase ul li h1, 
#headline ul li h1 { line-height: 200%; margin-bottom: 4px;}


#showcase ul li h1 a, 
#headline ul li h1 a {									/* see ie6 cond */
	display: inline;
	padding: 2px 5px;

	background: url('images/boxBgTrans.png') repeat;
	font-size: 36px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

#showcase ul li h1 a:hover, 
#headline ul li h1 a:hover {background: #000;}

/* Showcase Navigation Category Link */
#showcase ul li .nav {}

#showcase ul li .nav .cat a {							/* see ie6 cond */
	margin-left: 1px;
	padding: 7px 10px;
	background: url('images/boxBgTrans.png') repeat;
}

#showcase ul li .nav .cat a:hover {
	background: #000000;
	color: #fff;
}

/* Showcase Navigation Previous + Next Link */
#showcase ul li .nav .prev a, 
#showcase ul li .nav .next a {							/* see ie6 cond */
	padding: 7px 10px;
	background: url('images/boxBgTrans.png') repeat;
}
		
#showcase ul li .nav .next a {
	margin-left: 1px;	/* wtf? */
}
		
#showcase ul li .nav .prev a:hover, 
#showcase ul li .nav .next a:hover {
	background: #000;
}




			
/********************************************************************************************************
	Homepage Background
********************************************************************************************************/
.pattern, 
.gradient, 
#background {
	position: absolute;
	left: 50%;
	top: 0;
	
	width: 5040px;
	height: 1050px;
	margin-left: -2520px;

}

.pattern {
	z-index: -1;
	background: url('images/pattern.gif');
}

.gradient {
	height: 1060px;
	z-index: -2;
	
	background: url('images/gradient.png') bottom repeat-x;
}

#background {
	z-index: -3;
}
	
#background .images ul li {
	width: 1680px;
	height: 1050px;
	text-align: center;
}
	
#background .images ul li img {
	width: 1680px;
	height: 1050px;
}

/* ??? */
#background .images ul li.graphic {
	background: #6c6c6c;
}
	
/* ??? */
#background .images ul li.graphic  img {
	width: 850px;
	height: 370px;
	margin-top: 150px;
}





/********************************************************************************************************
	Detail Background
********************************************************************************************************/
#background_detail {
/*
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
*/

	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	
	width: 5040px;
	height: 1050px;
	margin-left: -2520px;


/* 	background: url('images/berlin_bg_pattern.jpg') repeat-x; */
}

#background_detail .pattern_detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: url('images/pattern.gif');
}
	
#background_detail .image_detail {
	position: absolute;
	z-index: -0;
	left: 50%;
	top: 0;

	width: 2000px;
	height: 1501px;
	margin-left: -1000px;
	background: url('images/bgImage.jpg') no-repeat;
}





/********************************************************************************************************
	Columns
********************************************************************************************************/
#content  .colLeft {
	width: 540px;
	float: left;
}

#content  .colRight {
	width: 300px;
	float: left;
	margin-left: 10px;
}

/* Homepage */
#content .marginNeg {
	margin-top: -20px;
}





/********************************************************************************************************
	Sidebar
********************************************************************************************************/
/* Ad Size Images in Sidebar */
.ads ul li {
	display: inline;
	list-style: none;
	float: left;
	
	width: 125px;
	height: 125px;
	padding: 0;
	margin-right: 10px;
}

.ads ul li.last {margin-right: 0;}

img.ad_banner {}

/* Kunden Logos */
div.kundeLinks, 
div.kundeRechts {
	width: 129px;
	height: 87px;
	float: left;
	
	text-align: center;

}

div.kundeLinks img, 
div.kundeRechts img {
	margin: 15px 0 15px 0;
}

div.kundeLinks {
	border-bottom: 1px dotted #6c6c6c;
	border-right: 1px dotted #6c6c6c;
}

div.kundeRechts {
	border-bottom: 1px dotted #6c6c6c;
}

div.last img {}

div.last {
	border-bottom: none;
}

/* Blog Teaser */
.box .list li {
	list-style: none;
	padding: 0;
}

/* Twitter, Facebook etc */
p.twitter-message {margin-bottom: 20px;}

span.twitter-timestamp {}

div#facebook {}

img.socialMediaIcon {margin-right: 7px;}





/********************************************************************************************************
	Content
********************************************************************************************************/
.box {
	margin-bottom: 10px;
	padding: 20px;		/* ie */
		
	background: url('images/boxBgTrans.png') repeat; /*ie6*/
}

.colLeft ul {margin-bottom: 20px;}
.colRight ul {margin-bottom: 0;}

.colLeft li, 
.colRight li {
	margin-left: 20px;
	padding-left: 0px;
	list-style: disc url('images/arrow2.gif');
}



/********************************************************************************************************
	Teaserlisten
********************************************************************************************************/
.postHomepage h2 {border-bottom: 1px dotted #fc0;}

.postMarginBottom img {margin-bottom: 80px;}

hr.divideHomepage {
	margin: 10px 0;																/* ALSO USED IN OTHER TEMPLATES */
	border: none;
	visibility: hidden;	/* ie6 */
}




/********************************************************************************************************
	Detail
********************************************************************************************************/
.entry p {margin: 0 0 20px 0;}

h1.border {border-bottom: 1px dotted #6c6c6c;}

span.fb-like {margin: 30px 0 10px;}
.connect_widget * {color: #fff;}





/********************************************************************************************************
	Page
********************************************************************************************************/
#content .colLeft .box h2 {
	margin-top: 20px;
}

div.divide {
	margin: 40px 0;
	width: 100%;
	border-bottom: 1px dotted #6c6c6c;
}

div.ansprechpartnerLinks {
	width: 260px;
	float: left;
}

div.ansprechpartnerRechts {
	width: 240px;
	float: left;
}

div.ansprechpartnerLinks img.alignLeft, 
div.ansprechpartnerRechts img.alignLeft,
div.ansprechpartnerLinks img.alignleft, 
div.ansprechpartnerRechts img.alignleft {
	float: left;
	margin: 14px 10px 0 0;
	clear: both;
}




/********************************************************************************************************
	Team
********************************************************************************************************/
div.teamMember {height: 165px;}




/********************************************************************************************************
	Forms & Comments
********************************************************************************************************/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

fieldset { 
	padding-top: 10px;
}

textarea, 
input[type='text'], 
select {
	border: none;
	padding: 1px;
	background: #fff;
}

textarea:hover, 
input[type='text']:hover, 
input[type='password']:hover, 
select:hover {
	background: #ffcc00;
}

textarea:focus, 
input[type='text']:focus, 
input[type='password']:focus, 
select:focus {
	background: #ffcc00;
}

textarea, 
input, 
select {
	font-size: 100%;
	line-height: 1;
}

input {
	width: 250px;
}

input[type='submit'] {
	font-family: Arial, Helvetica, Sans-Serif;
	border: 0;
	background: #000;
	padding: 1px 0;
	color: #fc0;
	width: 140px;
	text-align: left;
}

input[type='submit']:hover {
	color: #fff;
	cursor: pointer;
}

textarea {
	width: 100%;
	padding: 2px;
	line-height: 1.5;
}

label {
	cursor: pointer;
}


form fieldset .error_message {
	color: #b34040;
}

/* Comments */
.commentlist li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #6c6c6c;
}

.commentlist .comment-meta {margin-bottom: 20px;}

.commentlist .says {display: none;}

.commentlist .avatar {display: none;}

/* Author Name */
.fn {
	margin: 10px 0 5px 0;
	font-weight: bold;
	letter-spacing: -0.05em;
}





/********************************************************************************************************
	Footer
********************************************************************************************************/
#footer {
	margin-top: 200px;
	margin-bottom: 20px;
	padding-left: 20px;	/* align with rext rather than container edge */
	color: #ffffff;
	background: transparent;
	text-align: left;
}

#footer li {display: inline;}
#footer a {color: #fc0;}
#footer a:hover {color: #fff;}





/********************************************************************************************************
	Lightbox
********************************************************************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}