/*
Theme Name: Wordpress SFeBusiness
Theme URI: http://www.sfebusiness.com/
Description: Template from Stoll & Fischbach eBusiness - SF eBusiness GmbH.
Author: SF eBusiness GmbH
Author URI: http://www.sfebusiness.com/
Version: 1.0
*/

/* Begin Typography & Colors */

/* GLOBALE Einstellungen*/

*{
	margin: 0;
	padding: 0;
	border: none;
	color:#7E7F81;
}

a {
	color:#7E7F81;
	text-decoration: none;
}
.entry p a, .entry ul a {
        text-decoration: underline;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-attachment: fixed;
	height: 100%;
}

#page {
	margin: 0 auto;
	text-align: left;
	float:left;
	width:996px;
}
#header {
	float: left;
	width: 100%;
	height: 115px;
}
img { margin: 0px 0 5px 0}

address {
	clear: left;
	font-style: normal;
}
address span {
	display: block;
}
address .organization-unit {
	font-weight: bold;
	/*margin-bottom: 5px;*/
}
address .adr {
	/*margin-bottom: 10px;*/
}
address .tel {
	/*margin-top: -5px;
	margin-bottom: 5px;*/
}
address .country-name,
address .postal-code,
address .locality,
address .tel .type {
	display: inline;
}

/* SCHRIFTGROESSEN - global */


body { font-size: 0.65em; /* Resets 1em to 10px */ }

#content {
	font-size: 1.1em;
	line-height: 1.3em;
}

#commentform #submit { font-size: 1.0em }

h1 {
	font-size: 1.4em;
	line-height: 1.6em;
}

h2, h2.pagetitle {
	font-size: 1.5em;
	line-height: 118%;
}

h3 { font-size: 1.3em; }

h3.search_result { font-size:1.2em; }

#headerimg .description, #sidebar h2 { font-size: 1.2em; }

#topNavi { font-size: 0.88em; }

#topNavi ul li .pdf-icon { font-size: 1em; }

#sidebar { font-size: 0.98em; }

.widecolumn .entry p { font-size: 1.1em; }

.cat-item, .small, acronym, abbr, span.caps { font-size: 1em; }

#archives_month, #archives_year { font-size:0.9em; }

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#sidebar #searchform a { font-size: 1.0em; }

#s { font-size: 1.2em; }

.submitbutton { font-size: 1.1em; }

#commentBarBottom { font-size: 0.9em; }

#giveComment { font-size: 0.9em; }

#commentBarBottom a { font-size: 0.9em;  }

#giveComment a { font-size: 0.9em;  }

.post .small { font-size: 0.93em; }

.post .small #the_time { font-size: 0.9em; }

#respond { font-size: 1.1em; }

#comments { font-size: 1.1em; }

/* HEADINGS */

h1 { text-decoration: none; }

h2, h2.pagetitle { text-decoration: none; }

.post h2 {
	width: 444px;
	float: left;
	margin-bottom: 15px;
}

h3 { text-decoration: none; }

.post .small {
	float: left;
	text-align: left;
	width: 444px;
	margin-bottom: 5px;
}

/* HEADER */

#headerimg {
	background: url(images/sf-logo.png) no-repeat;
	width: 504px;
	height: 115px;
	float: left;
	cursor: pointer;
}

#topNavi {
	float: left;
	width: 492px;
	padding-top: 10px;
}
	#topNavi ul {
		float: left;
		margin: 0;
	    white-space: nowrap;
	}
	#topNavi .meta {
		float: right;
	}

	#topNavi ul li {
	    display: inline;
	    margin: 0 6px;
		color: #535151;
	}
	#topNavi ul li a {
		background: none;
		color: #535151;
	}
	#topNavi a:hover { text-decoration: underline; }

	#topNavi .meta li {
		margin: 0 3px;
	}
	#topNavi .meta a {
		padding: 0 3px;
	}
	#topNavi .meta a:hover {
		/*background: #656262;
		color: #ffffff;*/
		text-decoration: underline;
	}

	#topNavi ul li .pdf-icon {
		background: url(images/pdf-icon.gif) no-repeat;
		padding-left: 14px;
		margin-left: 2px;
	}

/* - - - - - - POST - - - - - - - */

/* TEXT im Post*/

#content {
	clear: left;
	margin-top: 10px;
}

.entry {
	clear: left;
}

.entry  p {
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tagBar {
	/*width: 453px; */
	background-color: #DFDFDF;
	padding: 5px 10px;
	color: #777777;
	float: left;
	width: 424px;
}

.commentBar {
	padding: 2px 5px 0 0;
	color: #777777;
	width: 444px;
	float: left;
}

.tagBar p {
	padding: 1px 4px;
	color: #777777;
}

.tagBar a { color: #777777; background-color: transparent;  }
.tagBar a:hover { text-decoration: underline; }

.commentBar a {
	padding-left: 4px;
	padding-right: 11px;
	color: #777777;
	float: left;
}
.commentBar a:hover {
	/*background: #656262;
	color: #ffffff;*/
	text-decoration: underline;
}

.commentBar span {
	padding-left: 0px;
	padding-right: 11px;
	color: #777777;
}

.arrow_img {
	position: relative;
	top: 4px;
}

.narrowcolumn {
	float: left;
	width: 486px;
	}

.post {
	float: left;
	text-align: left;
	/*margin-left: 10px;*/
	margin-bottom: 10px;
	background: White;
	width: 454px;
	padding: 16px;
	}

.post .error-msg p {
	margin-bottom: 1em;
	color: red;
}
	.post .error-msg textarea {
		width: 452px;
		border-style: solid;
		border-width: 1px;
		border-color: #999999 #D6D6D6 #D6D6D6 #999999;
	}

.postmetadata {
	float:left;
	width:450px;
	margin-top: 15px;
}

.navigation {
	/*margin-left: 10px;*/
	float: left;
	width: 486px;
}

.navigation .white_bg {
	float: left;
	background-color: white;
	width: 120px;
	height: 25px;
}

.navigation  a {
	background-color: white;
	width: 120px;
	float: left;
	height: 20px;
	text-align: center;
}

.navigation .fillNavigation_bg {
	background: #F5F5F5;
	margin-left: 1px;
	margin-right: 1px;
	width: 244px;
	height: 25px;
	float: left;
}

.navigation a, .navigation a {
	padding-top: 5px;
}

.navigation a:hover, .navigation a:hover {
	background-color: #656262;
	color: white;
}

/* - - - - - - close - POST - - - - - - - */

/* Begin Sidebar */
#sidebar {
	float: left;
	margin-left: 18px;
	margin-top: 10px;
	width: 491px;
}

#sidebar form { margin: 0; }

#sidebar #searchform a {
	color: White;
	font-weight: bold;
	background: none;
}

#s { width: 140px; }

/* Navigation -> weisse Balken */

.categories {
	position: relative;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	width: 492px;
	height: 80px;
}
	.cat-item {
		float: left;
		list-style: none;
	}
	.cat-item a {
		margin-right: 1px;
		margin-top: 1px;
		float: left;
		width: 215px;
		padding: 3px 15px;
	}
	.cat-item a:visited, .cat-item a:link, .cat-item a:active {
		color:#7E7F81;
		background-color: White;
		text-decoration: none;
	}
	.cat-item a:hover {
		background-color: #656262;
		color: White;
		text-decoration: none;
	}
	.categories .current-cat a {
		background-color: #656262;
		color: white;
	}

.cat-item-36 { position: absolute; left: 0px; top: 0px; } /*Digitale Kommunikation*/
.cat-item-35 { position: absolute; left: 246px; top: 0px; } /*Über stoll & fischbach eBusiness*/
.cat-item-33 { position: absolute; left: 0px; top: 20px; } /*Online Systeme*/
.cat-item-37 { position: absolute; left: 246px; top: 20px; } /*Jobs*/
.cat-item-1 { position: absolute; left: 0px; top: 40px; } /*Kunden*/
.cat-item-39 { position: absolute; left: 246px; top: 40px; } /*Pressemitteilungen*/
.cat-item-34 { position: absolute; left: 0px; top: 60px; } /*Projekte*/
.cat-item-38 { position: absolute; left: 246px; top: 60px; } /*Partner*/

/* Navigation -> grau transparente Balken */

.white_on_grey,
#info a { color: white; }
#info a:hover { /*color: #656262;*/ text-decoration: underline; }
#info strong { font-weight: bold; color: white; font-size: 1.1em; }
#info li { color: white; list-style-type: none; }
#info ul { margin-top: 10px; width: 228px; }
#info-right { float: left; }
#info-left { float: right; margin-left: 3px; }

#info {
    background: url(images/teaser-bg.png) repeat;
    padding: 15px 15px 15px 15px;
	width: 461px;
	float: left;
	margin-top: 1px;
}

#partner {
    background: url(images/teaser-bg.png);
    width: 215px;
	height: 104px;
    padding: 15px;
	margin-top: 1px;
	float: left;
}
.nowrap {
	white-space: nowrap;
}
#partner .nowrap {
	color: #ffffff;
}
#partnerlogos {
    background: #ffffff;
    width: 217px;
    padding: 15px 14px;
	margin: 1px 0 0 1px;
	float: left;
}
#partnerlogos a {
	float: left;
	background: url(images/logos.jpg) no-repeat;
	text-indent: -9000px;
}
#partnerlogos #opentext {
	width: 98px;
	height: 45px;
	margin-bottom: 8px;
}
#partnerlogos #reddot {
	width: 60px;
	height: 45px;
	margin: 0 0 8px 35px;
	background-position: -133px 0;
}
#partnerlogos #e-spirit {
	width: 97px;
	height: 51px;
	background-position: 0 -53px;
}
#partnerlogos #firstspirit {
	width: 99px;
	height: 21px;
	margin: 19px 0 0 20px;
	background-position: -117px -71px;
}

#archives_month { width: 120px; }

#archives_year { width: 60px; }


#content #searchform .white_on_grey .submitbutton {
	background: none;
	font-weight: normal;
	margin-left: 0px;
	cursor: pointer;
}

.submitbutton {
	background: none;
	font-weight: normal;
}

#searchform_div {
	height: 30px;
    background: url(images/teaser-bg.png) repeat-y;
	padding: 15px 15px 0 15px;
	width: 215px;
	margin-top: 1px;
	float: left;
}

#searchform_div input, #searchform_div button {
	position: relative;
}

#searchform_div button {
	cursor: pointer;
}

#agency_30 {
	margin-top: 1px;
    height: 87px;
	width: 245px;
    background: url(images/teaser-agentur.jpg) no-repeat;
	float: right;
}

#rss_abo {
	height: 30px;
	width: 215px;
    background: url(images/teaser-bg.png) repeat-y;
    padding: 15px 15px 0 15px;
	margin-top: 1px;
margin-left: 1px;
	float: left;
}

#rss_icon_div {
	position: absolute;
	background: url(images/rss-icon.gif) no-repeat;
width: 36px;
height: 14px;
}

#rss_abo a { color: #ffffff; margin-left: 43px; }
#rss_abo a:hover { /*color: #656262;*/ text-decoration: underline; }

#usability-institut { background: url(images/teaser_institut_usability_sfe.gif); width: 245px; height: 60px; float: left; margin: 1px 0 0 1px; }

/* End Sidebar */

/* Begin Images */
img {
	padding: 0;
	margin: 10px 0 5px 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
}

img.alignleft {
	padding: 4px;
	margin-top:5px;
	margin-bottom:5px;
	display: block;
}

.alignright { float: right; }

.alignleft { float: left }

img.ceo {
	margin: 0;
	padding: 0 12px 20px 0;
}
/* End Images */

/* Begin Comments*/
.alt, .commentlist, .commentlist li, .commentlist p, #commentform p, #commentform label, .nocomments, .commentmetadata , #comment_div, #commentform, #authentic_code div, #authentic_code img, #authentic_code, #respond {
	float: left;
}

#respond {
	margin-bottom: 10px;
	margin-top: 30px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	padding-bottom: 15px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}


.commentlist p { margin: 10px 5px 10px 0; }

#commentform p {
	margin: 5px 0;
	width: 100%;
}

.comment_text {
	clear: left;
	width: 440px;
}

.comment_text p {
	width: 100%;
}

.comment_header { width: 440px; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.comments {
	float: left;
	width: 440px;
}

.commentlist {
	width: 440px;
	border-bottom: 1px solid #7E7F81;
}

#commentform textarea {
	float: left;
	width: 440px;
}

#comment { width: 100%;
}

#comment_div {
	float: left;
	padding: 16px;
	background-color: White;
	width: 454px;
	/*margin-left: 10px;*/
	margin-bottom: 10px;
}

.comment_header {
	font-weight: bold;
	float: left;
}

.comment_edit {
	float: right;
	font-weight: normal;
}

#commentform { float: left; }

#commentform input, #commentform textarea { border: 1px solid #7E7F81; }

#commentform input { padding: 1px; }

#commentform .small {
	margin-left: 5px;
	margin-top: 2px;
}

#authentic_code {
	margin-top: 12px;
	width: 100%;
}

#authentic_code input {
	padding: 1px;
	width: 100px;
	margin-left: 10px;
}

#authentic_code .small { margin-top: 0px; }

#commentform #submit {
	background-color: #dfdfdf;
	border: none;
	padding: 3px 6px;
	margin-top: 10px;
	cursor: pointer;
}

.comment_right { float: right; }

.comment_left { float: left; }

.comment_auth_image { float: right; }
.comment_auth_image img { margin: 0; }

#code { float: right; }

#authentic_code input { margin-right: 2px; }

#secureimgdiv p small, #secureimgdiv p span, #secureimgdiv p br {
	display: none;
}

#secureimgdiv p label {
	margin-top: 10px;
	margin-right: 20px;
}

#secureimgdiv p #cas_image {
	margin-top: 0px;
}

#secureimgdiv #securitycode {
	float: right;
	width: 100px;
	margin-top: 7px;
	margin-right: 12px;
}

/* End Comments */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li { margin: 7px 0 8px 10px; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */

/*****  Rafa  ****/
h2.pagetitle, h2.center {
	background-color:white;
	margin-left: 10px;
	padding: 10px 16px;
	margin-bottom: 10px;
}
h2.center {
	font-size: 1.1em;
	font-weight: normal;
}
.white_on_grey input { padding-left:5px; }

#content #searchform {
	background:transparent url(images/teaser-bg.png);
	float:left;
	margin-top:1px;
	margin-left: 10px;
	height:35px;
	padding-top:15px;
	display:block;
	width:476px;
}

#content #searchform .white_on_grey { margin-left:16px; }

/*
#content #searchform {
	background:transparent url(images/teaser-bg.png);
	float:left;
	margin-top:1px;
	height:35px;
	padding-top:15px;
	display:block;
	padding-left:16px;
	padding-right:20px;
	margin-left:16px;
}
*/

.entry ul { margin-left:20px; }

.entry a {
	/*margin-left: -3px;
	padding: 0 3px;*/
	font-weight: bold;
}
.entry a:hover {
	/*background: #656262;
	color: #ffffff;*/
	text-decoration: underline;
}

.entry ul li { margin-bottom:10px; }

.directions {
	display: block;



	margin: 15px 0;
}

.MsoNormal a {
	text-decoration:underline;
	font-weight:bold;
}

.post h3 {
	width: 444px;
	float: left;
	margin-bottom: 15px;
}

/** Begin sf contact **/

.error_msg {
	color: red;
	font-weight: bold;
float: left;
margin-top: 20px;
}

#error-page textarea {
	width: 690px;
}

#contactForm dd {
	margin-bottom: 6px;
}
#contactForm input {
     border: 1px solid #999999;
	 border-bottom: 1px solid #D6D6D6;
	 border-right: 1px solid #D6D6D6;
}
#contactForm label {
 width: 10em;
 float: left;
 margin-right:7px;
}
#contactForm label.streetlabel {
 width: 4em;
 float: left;
}
#contactForm label.streetnrlabel {
 width: 10em;
 float: left;
}
#contactForm label.plzlabel {
 width: 3em;
 float: left;
}
#contactForm label.ortlabel {
 width: 11em;
 float: left;
}
#contactForm span.radio label {
 width: auto;
 float: none;
}
#contactForm .formfields {
 width: 17em;
 float: left;
}
#contactForm #msgbox {
 width: 19.7em;
}
#contactForm #your_street {
 width: 13.5em;
 margin-right: 0.3em;

}
#contactForm #your_street_no {
 width: 3em;
}
#contactForm #your_postalcode {
 width: 3em;
 margin-right: 0.3em;


}

#contactForm #your_city {
 width: 13.5em;
}
#contactForm .formdl {
 margin-bottom:10px;
 float: left;
 width: 444px;
}
#contactForm #submitbutton {
 border: none;
 color: #7E7F81;
 background-color: #DFDFDF;
 text-align: center;
 margin-top: 1em;
 padding: 3px 6px;
 margin-left: 120px;
 float: left;
 font-size: 1em;
 cursor: pointer;
}
#contactForm textarea {
    float: left;
    height: 6em;
    font-family: arial;
    font-size: 1em;
	border: 1px solid #999999;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

/** End sf contact **/



/* -- Bewerbungs- und Kontaktformular ----------------------------------------------- */
#kontakt {
    float:left;
}
#kontakt input {
     border: 1px solid #999999;
	 border-bottom: 1px solid #D6D6D6;
	 border-right: 1px solid #D6D6D6;
}
#kontakt option {
    padding: 0 0.2em 0 0.3em;
}
#kontakt fieldset {
	border: none;
    float: left;
    clear: both;
    width: 700px;
    margin-bottom: 0;
}
#kontakt label {
 width: 14em;
 float: left;
 margin-right:7px;
}
#kontakt label.streetlabel {
 width: 4em;
 float: left;
}
#kontakt label.streetnrlabel {
 width: 10em;
 float: left;
}
#kontakt label.plzlabel {
 width: 3em;
 float: left;
}
#kontakt label.ortlabel {
 width: 11em;
 float: left;
}
#kontakt span.radio label {
 width: auto;
 float: none;
}
#kontakt #errormessages {
 margin-bottom: 1em;
}
#kontakt #errormessages label {
 width: auto;
 float: none;
 color: #ff4b40;
}
#kontakt .formfields,
#contactForm .y_name {
 width: 17em;
 float: left;
}
#kontakt #street {
 width: 13.5em;
 margin-right: 0.3em;
}
#kontakt #streetnr {
 width: 3em;
}
#kontakt #plz {
 width: 3em;
 margin-right: 0.3em;
}
#kontakt #city {
 width: 13.5em;
}
#kontakt .kontaktformCheckbox {
 margin-right: 1em;
}
#kontakt .formdiv {
 margin-bottom:10px;
 float: left;
 width: 50em;
 clear: both;
 height:18px;
}
#kontakt #submitbutton {
 border: none;
 color: #7E7F81;
 background: none;
 text-align: left;
 font-weight: bold;
 margin-top: 1em;
 float: left;
 font-size: 0.9em;
 cursor: pointer;
}
#kontakt #kontaktBereich {
    margin-left: 1em;
}
#kontakt textarea {
    float: left;
    width: 20.8em;
    height: 6em;
    font-family: arial;
    font-size: 1em;
	border: 1px solid #999999;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
#bewerbung #attachment {
     width: 25em;
}

#bigbubble h1.head_rs {
 font-size: 1.5em;
 font-weight: normal;
 margin-top: 12px;
 margin-bottom: 0px;
}
#bigbubble p.underHead {
 font-size: 1.0em;
 font-weight:normal;
 margin-bottom:20px;
}

/** Start Errorpage  **/

#error_title {
	font-size: 1.6em;
	margin-bottom: 15px;
	font-weight: bold;
}

#error_message {
	font-size: 1.1em;
}

#error_back {
	margin-top: 20px;
}

/** End Errorpage  **/


/** Start Stofi-Bars Top und Bottom */

#page {
	padding-bottom: 40px;
}
#header {
	margin-top: 20px;
}

#topWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#footerWrapper {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #ffffff;
}
	.linkBar {
		display: block;
		position: relative;
		height: 19px;
		padding-left: 44px;
		background: no-repeat 20px center;
		border-bottom: 1px solid #ffffff;
		line-height: 19px;
		font-size: 11px;
	}
	#sfe {
		background-color: #535151;
		color: #a9a8a8;
	}
	a#sfe {
		background-image: url(images/arrow-sfe.gif);
	}
	#sfip {
		background-color: #c9277c;
		color: #e9a6c9;
	}
	a#sfip {
		background-image: url(images/arrow-sfip.gif);
	}
	#iau {
		background-color: #66a70d;
		color: #a6ea48;
	}
	a#iau {
		background-image: url(images/arrow-iau.gif);
	}
	span.linkBar {
		cursor: default;
	}
	a#sfe:hover,
	a#sfip:hover,
	a#iau:hover,
	span#sfe,
	span#sfip,
	span#iau {
		color: #ffffff;
	}
		span.linkBar span {
			display: block;
			position: absolute;
			left: 17px;
			top: 19px;
			width: 11px;
			height: 6px;
			background: url(images/arrow-sfe-active.gif) no-repeat;
		}

/** End Stofi-Bars Top und Bottom */
