/*
Theme Name: speicher210 Blog Polished
Theme URI: http://speicher210.de
Description: theme of the speicher210 corporate blog. Now polished 
Version: 2.0
Author: Michael Kahl
Author URI: http://bfgkahl.de
Tags: speicher210, corporate
*/

/*               Layout speicher210.de */
body{
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#eef7f8 url('images/bg/page.gif') repeat-x left top;
}


.sp1{
	height:150px;
}

.layout{
	position:relative;
	width:960px;
	margin:0px auto;
	background:white url('images/bg/box_bottom.gif') no-repeat left bottom;
}

.languageswitch{
	position:absolute;
	left:40px;
	top:-145px;
	padding-right:20px;
	cursor:pointer;
}

.lover{
	text-decoration:underline;
}

.lang-1{
	background:transparent url('images/misc/language_de.gif') no-repeat right 3px;
}

.lang-2{
	background:transparent url('images/misc/language_en.gif') no-repeat right 3px;
}

.layouttop{
	height:350px;
   	background:transparent url('images/bg/header.gif') repeat-x left top;
}

.header{
	height:350px;
	text-align:left;
	padding:38px 0px 0px 0px;
	background:transparent url('images/bg/box_top.gif') no-repeat left top;
}

.anim{
	height:312px;
	padding:0px 0px 0px 0px;
	background:transparent url('images/misc/blogheader.jpg') no-repeat left bottom;
	
	vertical-align:bottom;
}

.box{
	width:960px;
	height:auto;
	padding:0px;
	background:transparent url('../images/bg/box.gif') repeat-y;
}

/*               Logo und Link speicher210.de */
.logo{
	position:absolute;
	right:0px;
	top:-150px;
	width:465px;
	height:188px;
	background-image:none;
	z-index:10;
	/* png support for ie pc */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/misc/logo-speicher210.png',sizingMethod='scale');
}

html>body .logo{ /* Child Selector css hack -> excludes IE and NS4  */
   background:url('images/misc/logo-speicher210.png') no-repeat;
}

.logolink{
	position:absolute;
	right:185px;
	top:-46px;
	width:190px;
	height:50px;
   	cursor:pointer;
	z-index:11;
}

/*              Footer speicher210.de */
.footer{
	height:62px;
   	padding:0px;
   	margin:0px 40px 0px 40px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#e5e5e5;	
}


.sp{
	height:50px;
}

.nf{
	float:none;
	clear:both;
}

/*               2-Spalten-Layout speicher210.de */
.content-col{
	width:auto;
	height:auto;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#e5e5e5;
	margin:0px 20px 0px 40px;
}

.col-left{
	float:left;
	width:580px; 
	padding:56px 0px 25px 0px;
}

.col-right{
	width:auto; 
	height:auto;
	padding:0px;
	margin-left:600px;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#e5e5e5;
	padding:55px 0px 5px 0px;
}

.col{
	float:left;
	width:100%;
}

.fll{
	float:left;
}

.flr{
	float:right;
}

/*               Referenzen Box speicher210.de */
.box-bc{
	float:left;
	width:290px;
	height:110px;
}

.box-bc div{
	width:290px;
	height:90px;
	cursor:pointer;
}


/*               Layer speicher210.de */
#layer{
	background:white;
	background-image:none;	
}

#layer h1{
	background:transparent url('images/window/top2.gif') repeat-x left top;
	padding:0px 0px 0px 20px;
	margin:0px;
	height:37px;
}

#layer span{
	color:#fe3503;
}

.dontshow{
	display:none;
}

/*               Navigation speicher210.de */


#accordion_container{
	padding-bottom:1px;
	background:transparent url('images/bg/h2margin.gif') no-repeat left bottom;
}

.accordion_content{
	padding-left:20px;
	overflow: hidden;
}

.accordion_toggle{
	background:white url('images/bg/navline.gif') no-repeat left top;
	padding:6px 20px 7px 20px;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color: #444444;
	cursor:pointer;
	margin:0px;
	z-index:2;	
	letter-spacing:-0.05em;
}

.accordion_toggle_active {
	display:block;	
}

/*               Formatierung speicher210.de */
body{
	font-family:Lucida grande, Lucida Sans Unicode;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#444444;
}

h1, h2, h3, h4{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/*               bold Formatierung f�r PC-User speicher210.de */
h1, h2{
	font-weight:bold;
}
	
h1{
	margin-bottom:17px;
	padding-right:20px;
}

h2{
	margin-top:43px;
	margin-bottom:20px;
	padding:0px 0px 6px 0px;
	background:transparent url('images/bg/h2.gif') no-repeat left bottom;
}

h1:first-letter, h2:first-letter{}

h3, h4{
	font-size:12px;
	font-weight:bold;
	margin-top:43px;
	margin-bottom:0px;
	line-height:11px;
	padding:0px 0px 6px 0px;
}

h4{
	margin-top:0px;
}

p{
	margin-bottom:18px;
	padding-right:20px;
}

.col-right p{
	padding:0px 20px 0px 20px;
}

b{
	color:#3c96a0;
}

strong{
	color:#3c96a0;	
}

.address{
	color:#444444;
}

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


a:hover{
	color:#449099;	
	text-decoration:underline;
}

.footer{
	line-height:26px;
}

/*               rechte Spalte speicher210.de */
.col-right h2{
	padding:0px 0px 6px 20px;
	margin-top:20px;
	margin-bottom:3px;
	background:transparent url('images/bg/h2margin.gif') no-repeat left bottom;
}

.col-right .firsth2{
	margin-top:0px;
	margin-bottom:0px;
	background-image:none;
}

/*               Layer speicher210.de */
#layer h2{
	padding:0px 50px 6px 20px;
	background:none;
}

#layer h3, #layer h4{
	padding:0px 50px 6px 20px;
	background:none;
}

a.customer, a.customer:hover{
	/*margin-left:20px;*/
	text-decoration:underline;
	color:#444444;
}

a.news, a.news:hover{
	/*margin-left:20px;*/
	text-decoration:none;
	color:#444444;
}

a.news:hover{
	text-decoration:underline;
}

#layer p{
	margin-top:0px;
	padding:0px 50px 0px 20px;
}

#layer ul li{
	padding:0px 50px 0px 2px;
}

#layer ul{
	margin-bottom:20px;
}

/*               Layer BG-Boxen speicher210.de */
.sbox{
	background:transparent url('images/window/sbox_top.gif') no-repeat left top;
	padding-top:11px;
}

.sbox-content{
	width:620px;
	background:transparent url('images/window/sbox_bottom.gif') no-repeat left bottom;
	padding:9px 0px 11px 0px;
}

.sbox p{
	padding:0px 45px 11px 20px;
	color:white;
}

.sbox-bottom{
	margin-bottom:11px;
	background:transparent url('images/window/sbox.gif') repeat-y left top;
}

.sbox2{
	background:#333333;
	padding:40px 105px 40px 20px;
	color:white;
	font-size:18px !important;
	line-height:28px;
	font-style:italic;
	font-weight:normal;
}

.sbox2 p{
	padding:0px !important;
	margin:0px !important;
}

.bqstart {
     float: left;
     font-size: 720%;
     color: #bce9ed !important;
	 padding-top:20px;
	 font-style:normal;
	 margin-bottom:-20px;
}

.bqend {
     float: right;
     font-size: 720%;
     color: #bce9ed !important;
     font-style:normal;
     padding-top:57px;
     margin-top:-40px;
}


/* Safari*/
.bqstart {
	 margin-bottom:-70px;
}

.bqend {
     padding-top:57px;
     margin-top:0px;
}




.qtitle{
	font-style:normal;
	font-size:12px !important;
	font-weight:normal;
	color:white !important;
	line-height:14px;
}

blockquote{
	margin:0px 0px 12px 0px;
}

/*               Layer Pagination speicher210.de */
.pagi{
	position:absolute;
	width:580px;
	left:20px;
	top:458px;
	background:transparent url('images/bg/h2.gif') no-repeat left top;
	color:#b4b4b4;
	padding-top:10px;
}

.pback, .pnext, .alignleft a, .alignright a, .pnext:hover{
	color:#fe3503;
	cursor:pointer;
}

.pbackinactive, .pnextinactive, .pipe{
	color:#b4b4b4 !important;
}

.pback, .pbackinactive, .alignleft a{
	float:left;
	padding-left:17px;
	background:transparent url('images/bg/back.gif') no-repeat left 5px;
}

.pbackinactive{
	background:transparent url('images/bg/back-inactive.gif') no-repeat left 5px;
}

.pnext, .pnextinactive, .alignright a{
	margin-left:14px;
	float:left;
	padding-right:17px;
	background:transparent url('images/bg/next.gif') no-repeat right 5px;
}

.blogmargin{
	margin:0px 0px 14px 0px;
float:none;
}

.pnextinactive{
	background:transparent url('images/bg/next-inactive.gif') no-repeat right 5px;
}

.pover{
	text-decoration:underline !important;
}

/*               Kontaktnav Content speicher210.de */
#accordion_container p{
	padding-left:0px !important;
}

#accordion_container b{
	padding-left:0px;
	color:#444444;
}

#accordion_container a.customer{
	margin-left:0px;
}

.anfahrtimg{
	margin:12px 0px 0px 0px;
}


.sidebar{
	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	margin-top:45px;;
}

.sidebar li ul{
	list-style-type: none;
	padding-left: 22px;
}

.sidebar li ul li{
	padding-top: 3px;
}

.sidebar a{
	color: #3C96A0;	
	text-decoration: none;
}

.sidebar a:hover{
	text-decoration: underline;
}

.sidebar h3{
	padding-left:22px;
	margin-top: 20px;
}


#searchform div{
	margin-top: -8px;
	padding-left: 22px;
		
}

#s {
	width: 180px;
		
}

.hidden{
	display:none;
}

.decentlink{
	color:red;
	text-decoration: none;	
}

.headerlink{
	position:absolute;
	top:100px;
	left:50px;
	Lucida grande, Lucida Sans Unicode;
	font-size: 30px;
	color:#444444;
	text-decoration: none;	
}

.headerdescription{
	position:absolute;
	top:140px;
	left:50px;	
	width:390px;
}

.postmetadata{
	margin-bottom: 60px;	
}

h1 a {
	color: #444444;	
	text-decoration: none;
}

h1 a:hover {
	color: #444444;	
	text-decoration: underline;
}

.qtrans_language_chooser{
	list-style-type: none;	
}

.qtrans_language_chooser li{
	float:left;
	margin-right: 15px;
}

.qtrans_language_chooser li a span{
	margin-left:4px;
		
}


.qtrans_language_chooser li a{
	color:#444444;
	text-decoration: none;	
}

.qtrans_language_chooser li a:hover{
	color:#444444;
	text-decoration: underline;
}

.commentlist li{
	margin-left:-20px;
}

.commentmetadata a{
	font-size: smaller;	
}


/*               CSS IE6 speicher210.de */
.content-col{
 	background:transparent url('images/bg/line.gif') repeat-y 599px 0px;	
}

.col-right{
	border:0px solid red;
}


/*               Layout it-alignment */
.it-alignment{
	background:#585858 url('images/bg/page-it-alignment.gif') repeat-x left top;
}

.it-alignment .layouttop{
   	background:transparent url('images/bg/header-it-alignment.jpg') no-repeat left top;
}

.it-alignment .layout{
	background:white url('images/bg/box_bottom-alignment.gif') no-repeat left bottom;
}

.it-alignment .header{
	background-image:none;
}

/*               Layout it-select */
.it-select .layouttop{
   	background:transparent url('images/bg/header-it-select.jpg') no-repeat left top;
}

.it-select .header{
	background-image:none;
}

/*               Logo und Link speicher210.de */
.it-alignment .logo, .it-select .logo{
	/* png support for ie pc */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/misc/logo-speicher210-it-alignment.png',sizingMethod='scale');
}

html>.it-alignment .logo{ /* Child Selector css hack -> excludes IE and NS4  */
   background:url('images/misc/logo-speicher210-it-alignment.png') no-repeat;
}

html>.it-select .logo{ /* Child Selector css hack -> excludes IE and NS4  */
   background:url('images/misc/logo-speicher210-it-select.png') no-repeat;
}

.select{
	float:left;
	width:480px;
	margin:0px;
	padding:0px;
}

.select h3{
	color:#ffffff;
	font-weight:normal;
	font-size: 18px;
	line-height: 24px;
	padding:0px 40px 0px 51px;
	margin:25px 0px 167px 0px;
	float: left;
	text-align: center;
}

.select-management h3{
	color:#333333;
}

a.sbtn, a.sbtn:hover{
	float:left;
	width:148px;
	height:45px;
	margin-left:165px;
	text-decoration: none;
	color:white;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:42px;
	cursor: pointer;
	/* png support for ie pc */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/select_btn_left.png',sizingMethod='scale');
}

.select-alignment a.sbtn, .select-alignment a.sbtn:hover{
	/* png support for ie pc */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/select_btn_right.png',sizingMethod='scale');
}

html>.it-select .select-management a.sbtn{ /* Child Selector css hack -> excludes IE and NS4  */
   background:transparent url('images/bg/select_btn_left.png') no-repeat;
}

html>.it-select .select-alignment a.sbtn{ /* Child Selector css hack -> excludes IE and NS4  */
   background:transparent url('images/bg/select_btn_right.png') no-repeat;
}

/*               IT-Navigation */
.topnavigation{
	float:left;
	margin-top:-130px;
	height:40px;
   	background:transparent url('images/bg/itnav-e.gif') no-repeat right top;
   	z-index:100;
   	position:relative;
}

.it-alignment .topnavigation{
   	background:transparent url('images/bg/itnav-alignment-e.gif') no-repeat right top;
}

.topnavigation ul{
	float:left;
	list-style: none;
	margin:0px;
	padding:1px 0px 0px 0px;
	height:40px;
   	background:transparent url('images/bg/itnav-w.gif') no-repeat left top;
}

.it-alignment .topnavigation ul{
   	background:transparent url('images/bg/itnav-alignment-w.gif') no-repeat left top;
}

.topnavigation li{
	float:left;
}

.topnavigation li a, .topnavigation li a:hover{
	color:#ff3300;
	text-decoration:none;
	display:block;
	text-align: center;
	line-height: 39px;
}

.it-alignment .topnavigation li a, .it-alignment .topnavigation li a:hover{
	color:#5ba636;
}

.it-alignment .ita, .it-alignment .ita-inactive{
	height:39px;
	width:131px;

}

.ita, .ita-inactive{
	height:39px;
	width:115px;
}

.it-alignment .ita-inactive a{
	color:#cccccc !important;
	background:url('images/bg/ita-active.png') no-repeat;
}

.ita-inactive a{
	color:#333333 !important;
	background:url('images/bg/itm-active.png') no-repeat;
}
