/* ----------------------------------------------------- All browsers */

/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic); */

body {
	font: normal 100%/1.44 "Source Sans Pro", "Lucida Sans Unicode", arial, sans-serif;
	color: #222;
}

#closesidebar:before,
#opensidebar:before,
#toplink:after,
#searchform input[type=submit],
a.mediapopup:before,
.archive .page li:before,
.post li:before,
.archive .page .col3 .commentcount a:before,
.post .col3 .commentcount a:before,
.supportus a:before,
.badgets li a:before {
	font-family: 'icomoon';
	speak: none;
	display: inline-block;
	position: relative;
	top: 1px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobileonly {
	display: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#col1 {
	width: 640px;
	float: left;
}

#col2 {
	width: 240px;
	float: right;
}

a:link, a:visited {
	color: #005dc3;
}

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

.pagecontent:after {
	content: ".";
	color: #fff;
	display: block;
	line-height: 1px;
	height: 1px;
	clear: both;
}

input[type=url],
input[type=text],
input[type=email],
textarea {
	border: 1px solid #999;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.17) inset;
}

input[type=text]:focus,
input[type=email]:focus {
	border-color: #000;
}

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

#header {
	border-bottom: 1px solid #fc5729;
}

#header a {
	font-size: 13px;
}

#header a:link,
#header a:visited {
	color: #888;
	text-decoration: none;
}

#header a:focus,
#header a:hover,
#header a:active {
	color: #000;
}

#nav-global {
	position: absolute;
	top: 5px;
	width: 240px;
	right: 0px;
	text-align: left;
}

#nav-global li {
	display: inline;
	margin-right: 1em;
}

#header img {
	position: relative;
	left: -25px;
}

#open, #praxisblog, #cclizenz {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#cclizenz {
	background: url(img/CC-Lizenz@2x.png) 0 0 no-repeat;
	background-size: cover;
	width: 163px;
	height: 39px;
}

.ie8 #cclizenz {
	background-image: url(img/CC-Lizenz-small.png);
}

#praxisblog {
	background: url(img/werdeautor.png) 0 0 no-repeat;
	background-size: cover;
	width: 330px;
	height: 73px;
	top: 67px;
}

.ie8 #praxisblog {
	background-image: url(img/werdeautor-small.png);
}

#open {
	background: url(img/open.png) 0 0 no-repeat;
	background-size: cover;
	width: 72px;
	height: 30px;
	top: 19px;
	right: auto;
	left: 445px;
}

.ie8 #open {
	background-image: url(img/open-small.png);
}

/* ----------------------------------------------------- Hauptnavi */

#navwrapper {
	height: 7em;
}


#nav-main a:link,
#nav-main a:visited {
	color: #fb5628;
	text-decoration: none;
}

#nav-main a:hover,
#nav-main a:focus,
#nav-main a:active {
	color: #000;
}

#nav-main li {
	float: left;
	position: relative;
	border-left: 1px solid #fc5729;
}

#nav-main .page-item-310 {
	display: none;
}

#nav-main li a {
	display: block;
	padding: 0.3em 0.8em 0.3em 0.75em;
}

#nav-main li li {
	float: none;
	font-size: 0.9em;
	line-height: 1.2;
	padding-top: 0;
	border: none;
}

#nav-main li li a {
	display: block;
	padding: 0.1em 0.8em;
	clear: both;
}

#nav-main li ul {
	display: none;
	position: absolute;
	top: 2em;
	padding-top: 5px;
	left: -1px;
	width: 10em;
	line-height: 1em;
	border-left: 1px solid #fc5729;
}

#nav-main .current-menu-ancestor ul,
#nav-main .current-menu-item ul {
	display: block;
}

#header form {
	position: absolute;
	top: 12px;
	right: 2px;
	width: 238px;
}

#navwrapper .current-menu-ancestor > a,
#navwrapper .current-menu-item > a {
	color: #fc5729;
	color: #000;
	background: #fc5729;
	color: #fff;
	float: left;
	clear: both;
}

#navwrapper ul ul .current-menu-item  a {
	border-left: 5px solid #fc5729;
	background: none;
	color: #fc5729;
	padding-left: 7px;
	clear: both;
}

#header form input[type="text"] {
	width: 154px;
	margin: 0;
	padding: 4px 0 4px 10px;
	vertical-align: top;
	font-size: 14px;
}

#header form input[type="text"]:focus {
	background-position: 0 -100px;
}

#header form input[type="submit"] {
	font-size: 15px;
	background: #FC5729;
	margin: 0;
	padding: 0 8px;
	height: 29px;
	line-height: 28px;
	color: #fff;
	border: none;
	float: right;
	vertical-align: top;
	-webkit-transition: 0.2s background;
	-moz-transition: 0.2s background;
	transition: 0.2s background;
}

#header form input[type="submit"]:focus,
#header form input[type="submit"]:hover,
#header form input[type="submit"]:active {
	background: #005dc3;
}

/* ----------------------------------------------------- Post */

.archive .page,
.post {
	padding: 0 25px 65px 25px;
	margin-bottom: 30px;
	background: url(img/trenner.png) center bottom no-repeat;
	background-size: 100%;
	margin-left: -25px;
	margin-right: -25px;
}

.ie8 .archive .page,
.ie8 .post {
	background-image: url(img/trenner-small.png);
}

.result {
	border-bottom: 1px solid #aaa;
	margin-top: 1.5em;
	padding-bottom: .5em;
}

.date {
	float: right;
	color: #777;
	font-style: italic;
}

h2.hl,
.result h2,
h2#respond,
.archive .page h3,
.archive .page h2,
.post h3,
.post h2 {
	font: normal 32px/1.1 "Source Sans Pro", helvetica, arial, sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #aaa;
	color: #005dc3;
}

h2.hl {
	color: #FC5729;
	margin-bottom: 1em;
}

.archive .page h2 a:link,
.archive .page h2 a:visited,
.post h2 a:link,
.post h2 a:visited {
	text-decoration: none;
}

.archive .page h2 a:focus,
.archive .page h2 a:hover,
.archive .page h2 a:active,
.post h2 a:focus,
.post h2 a:hover,
.post h2 a:active {
	color: #000;
}

.archive .page h3,
.post h3 {
	font-size: 18px;
	color: #222;
	border:none;
}

.archive .page .alignleft,
.archive .page *[align=left],
.post .alignleft,
.post *[align=left] {
	float: left;
	margin: 0 15px 10px 0;
}

.wp-caption {
	margin-top: 5px!important;
}

.wp-caption-text {
	font-size: 12px;
	line-height: 12px;
	color: #888;
	padding-bottom: 5px;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	-moz-border-radius: 0 0 5px 0;
}

.archive .page p,
.post p {
	margin-bottom: 1em;
}

.archive .page ul,
.post ul {
	margin: 1em 0;
}

#col1 .st-related-posts {
	margin-bottom: 0;
}




.archive .page ul li,
.post ul li {
	margin-bottom: 9px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}

.archive .page li:before,
.post li:before {
	content: "\e008";
	width: 20px;
	position: relative;
	left: 1.9em;
	text-indent: -20px;
	top: 0;
	font-size: 0.7em;
	color: #005dc3;
}

.archive .page .st-related-posts li,
.post .st-related-posts li {
	margin-bottom: 0;
}

.archive .page hr,
.post hr {
	border: none;
	border-top: 1px solid #aaa;
	margin: 1em 0;
}


#col1 .socialshare {
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-top: 1px solid #aaa;
}
#col1 .socialshare li {
	text-indent: 0;
	margin: 0 5px 5px 0;
}

/*#col1 .socialshare li.whatsapp {
	display: none;
}*/

#col1 .socialshare li:before {
	display: none;
	text-indent: 0;
}

.supportus {
  clear: both;
  float: right;
  /*background: #ddd;*/
  margin-top: -5px;
  padding: 0;
  line-height: 1.4;
  width: 210px;
}

.supportus.linkbelow,
.supportus.onpage {
  margin-top: 8px;
}


.supportus a {
  text-decoration: none;
  color: #999;
  font-size: 13px;
  padding-left: 10px;
}

.supportus a:before {
	content: "\e000";
	width: 18px;
}

.supportus a:focus,
.supportus a:hover,
.supportus a:active {
  color: #000;
}

.archive .page .meta,
.post .meta {
	border-top: 1px solid #aaa;
	padding-top: 23px;
	
	clear: both;
	position: relative;
}

.archive .page .meta::after,
.post .meta::after {
	content: ".";
	color: #fff;
	font-size: 1px;
	clear: both;
	display: block;
}

.ccmeta {
	font-size: 12px;
	line-height: 1.25;
	display: block;
	margin: -0.7em 0 0 0;
}

.ccmeta img {
	float: left;
	margin: 0 10px 10px 0;
}

.archive .page .col2,
.post .col2 {
	float: left;
	width: 439px;
	margin-top: -4px;
}


.archive .page .col3 .commentcount a:before,
.post .col3 .commentcount a:before {
	content: "\e009";
	font-size: 0.9em;
	width: 14px;

}

.archive .page .col3,
.post .col3 {
	margin-top: -4px;
	float: right;
	width: 200px;
}

.col3 div {
	margin-top: 4px;
	font-size: 11px;
	line-height: 13px;
}

.col3 .posted {
	font-size: 1em;
}

.col3 .commentcount {
	margin-bottom: 1em;
}

.authorinfo {
	margin-bottom: .4em;
	position: relative;
	float: left;
	width: 200px;
	display: flex;
	align-items: center;
	line-height: 1.15;
}

.authorinfo:nth-child(odd) {
	clear: left;
}

.authorinfo:after {
	content: "";
	clear: both;
	display: block;
}

.biowrapper {  position: relative;}

.authorinfo a.showbio {
	color: #aaa;
	font-style: italic;
}
.bio { 
	display: none;
	position: absolute;
	z-index: 100;
	top: 45px;
	left: 10px;
	width: 28em;
	background: #fb5628;
	font-size: 0.8em;
	line-height: 1.25;
	color: #fff;
	padding: 1em;
	border-radius: .6em;
}
.bio.visible { display: block; }


.meta .photo {
	float: left;
	margin-right: 10px;
	border: 1px solid #005dc3;
	width: auto;
	height: 60px;
	border-radius: 30px;
}

.meta .photo:hover {
	border-color: #000;
}

.meta a {
	text-decoration: none;
	color: #005dc3;
}

.meta a:focus,
.meta a:hover,
.meta a:active {
	text-decoration:underline;
}

.archive .page .more-link,
.post .more-link {
	background: #fc5729;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	position: relative;
	top: -1px;
	margin: 0 0 0 10px;
	white-space: nowrap;
}

.archive .page .more-link:hover,
.archive .page .more-link:focus,
.post .more-link:hover,
.post .more-link:focus {
	background: #000;
}

.mejs-container {
	margin: 1em 0 0.5em 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
}

a.mediapopup {
	float: right;
}

a.mediapopup:before {
	content: "\e00d";
	margin-right: 6px;
}


/* ----------------------------------------------------- Comments */

.commentlist li {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1em 1em 0.2em 0;
	margin-bottom: -1px;
	overflow: hidden;
	background: none;
}

.commentlist li:before {
	display:none;
}

.commentlist h2 {
	border:none;
	margin-bottom: 0;
}

.commentlist .byuser {
	background: #fff2ef;
	padding-left: 1em;
}





#main .commentlist .pingback * {
	font-size: 11px;
	color: #aaa;
	margin: 0;
}

#main .commentlist .pingback  {
	padding-bottom: 1em;
}


.commentlist li h3 {
	margin: -1px 0 0 75px;
}

.commentlist li h3 a {
	text-decoration: none;
}

.commentlist li p {
	margin-left: 75px;
	font-size: 14px;
}

.commentlist .photo,
.commentlist .avatar {
	width: 60px;
	float: left;
	border: 1px solid #999;
	margin-bottom: 1em;
}

ol.commentlist {
	padding-bottom: 3em;
}

.mc-field-group,
#commentform .field {
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
}

.mc-field-group label,
#commentform label {
	float: left;
	width: 70px;
}

.mc-field-group label {
	width: 130px;
}

.radiogroup {
	float: left;
}

.radiogroup input {
	float: left;
	width: auto;
	margin-right: 4px;
}

.radiogroup label {
	float: left;
	width: auto;
	margin-right: 15px;
}

.mc-field-group input[type=email],
.mc-field-group input[type=text],
#commentform input[type=text] {
	float: left;
	width: 270px;
	height: 18px;
	line-height: 14px;
	padding: 2px 0 2px 10px;
	vertical-align: middle;
}

.cptch_block {
	margin-top: -1em;
	margin-bottom: 2em!important;
	margin-left: 70px;
}

.cptch_block input {
	float: none!important;
}

#commentform {
	padding: 8px 0 0 0;
	margin-bottom: -10px;
}

#commentform input[type=text]:focus {
	background-position: 0 -100px;
}

#commentform textarea {
	margin-left: 70px;
	width: 478px;
	padding: 7px 10px;
}

#commentform textarea:focus {
	border-color: #000;
}

#mc_embed_signup input[type="submit"],
#commentform input[type="submit"] {
	background: #FC5729;
	padding: 3px 20px 3px 20px;
	border: none;
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.2s background;
	-moz-transition: 0.2s background;
	transition: 0.2s background;
}

#commentform input[type="submit"] {
	margin-left: 70px;
}

#mc_embed_signup input[type="submit"]:focus,
#mc_embed_signup input[type="submit"]:hover,
#mc_embed_signup input[type="submit"]:active,
#commentform input[type="submit"]:focus,
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:active {
	background: #005dc3;
}

#mc-embedded-subscribe-form {
	padding: 2em 0 1em 0;
}

#mc_embed_signup input[type="submit"] {
	margin: 1.5em 0 1.4em 130px;
}



label#captcha_code_label {
	width: auto;	
}

#captchaImgDiv {
  margin-bottom: 15px;
  overflow: hidden;
}

#captchaImgDiv .captchaSizeDivSmall {
  border: 1px solid #ddd;
  padding-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 164px;
  overflow: hidden;
  padding-bottom: 5px;
  margin: 7px 0 20px 0;
}

#captchaInputDiv {
  clear: both;
  margin-top: -5px;
}

#captchaImgDiv img#si_image_com {
  margin-left: 5px;
  margin-right: 3px;
  float: left;
}

@media only screen and (min-width: 660px) {

label#captcha_code_label {
	width: 4em;
	display: inline;
	float: none;
}

.captchaSizeDivLarge {
	margin-left: 4.05em;
}

#commentform #captcha_code {
	float: right;
	margin-right: 288px;
}

}


/* ----------------------------------------------------- Widget */

.widget {
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
}

.innerwidget {
	font-size: 0.88em;
}

.widget a {
	text-decoration: none;
}

.widget li a {
	display: block;
	line-height: 1.36;
	padding: 3px 0;
}

.widget_archive select {
	width: 100%;
}

.widget a:focus,
.widget a:hover,
.widget a:active {
	color: #005dc3;
	text-decoration: underline;	
}

.widget h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}

.widget_tag_cloud {
	text-align: center;
}

.widget_tag_cloud h3 {
	text-align: left;
}

.widget_tag_cloud a:link,
.widget_tag_cloud a:visited { color: #aaa; }


.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:active { color: #000; }

.widget li {
	margin-bottom: 0.35em;
	padding-bottom: 0.35em;
	border-bottom: 1px solid #aaa;
}

#text-426434951,
#text-426434952 {
	margin-bottom: 10px;
}

#twitter_div {
	font-size: 11px;
	line-height: 16px;
}

#twitter_div li {
	text-indent: 32px;
	background: url(img/bird.png) -1px 0 no-repeat;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	width: 70%;
	font-size: 15px;
	padding: 3px;
	float:left;
	margin: 1px 0 0 0;
}

#searchform input[type=submit] {
	border:none;
	padding: 0 10px;
	height: 29px;
	margin: 0;
	float: right;
	font-size: 15px;
	width: 55px;
	background: #fb5628;
	color: #fff;
	float: right;
	-webkit-transition: 0.2s background;
	-moz-transition: 0.2s background;
	transition: 0.2s background;
}

#searchform input[type=submit]:focus,
#searchform input[type=submit]:hover,
#searchform input[type=submit]:active {
	background: #005dc3;
}

.wpcf7 {
	max-width: 37em;
}

.wpcf7 input[type=url],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	padding: .3em;
	width: 60%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.wpcf7 textarea {
	height: 4em;
}

.wpcf7 label,
.wpcf7-quiz-label {
	width: 37%;
	display: inline-block;
}

.wpcf7 .field {
	margin: 0 0 .8em 0;
	padding: 0 0 .8em 0;
	border-bottom: 1px solid #ccc;
}

.wpcf7 .captcha {
	display: block;
}

.wpcf7 .captcha label {
	display: block;
	width: auto;
}

.wpcf7-radio label {
	width: auto;
	margin-left: 37%;
}

.wpcf7 .acc label {
	width: 100%;
}

.wpcf7 input[type=submit] {
	background: #fb5628;
	color: #fff;
	padding: .4em 1.5em;
	-webkit-transition: 0.2s background;
	-moz-transition: 0.2s background;
	transition: 0.2s background;
}

.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:active {
	background: #005dc3;
}

.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 input.middle {
	width: 40%;
}

.wpcf7 input.short {
	width: 20%;
}



/* ----------------------------------------------------- Paging */

.paging {
	clear: both;
	height: 100px;
}

.paging div {
	width: 130px;
}

.paging a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background: #005dc3;
	text-align: center;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.paging a:focus,
.paging a:hover,
.paging a:active {
	background: #000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.steckbrief {
	vertical-align: top;
	width: 45%;
	padding: 10px 20px 10px 0;
	display: inline-block;
}

.steckbrief p {
	font-size: 14px;
	display: block;
}

.steckbrief p:first-child {
	margin: 0;
	padding: 0;
}

.steckbrief img {
	width: 150px;
	border: 1px solid #666;
	margin: 1px 15px 7px 0;
}

.steckbrief h3 {
	width: 223px;
	margin: 0;
	line-height: 1.1em;
}

/* ----------------------------------------------------- Mediathek */

.media_item li {
 padding-left: 0;
 background: none;
}


.filter {
  display: inline;
}


/* ----------------------------------------------------- Badges */

.badgets {
	margin: 12px 0 30px 0;
	overflow: hidden;
	clear: both;
}

.badgets li {
	float: left;
	width: 49.55%;
	margin: 0 1px 1px 0;
	padding: 0;
}

.badgets li a {
	display: block;
	padding: 5px 0 5px 10px;
	background: #fb5628;
	text-decoration:none;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.badgets li a:focus,
.badgets li a:hover,
.badgets li a:active {
	background: #005dc3;
	
}

.badgets li a:before {
	width: 22px;
}

.badgets li.youtube a:before { content: "\e001"; }
.badgets li.newsletter a:before { content: "\e002"; }
.badgets li.facebook a:before { content: "\e007"; }
.badgets li.etherpad a:before { content: "\e005"; }
.badgets li.rss a:before { content: "\e00a"; }
.badgets li.twitter a:before { content: "\e003"; }




/* ----------------------------------------------------- Patometer */


#text-426434954 {
	/*display:none;*/
}

.patometer {
	width: 185px;
	height: 705px;
	float: right;
	margin-left: 25px;
	background: url(img/patometerweb.png) 0 0 no-repeat;
	position: relative;
	margin-bottom: 70px;
}

.widget .patometer {
	width: 240px;
	height: 154px;
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
	background: url(img/patometerwebsmall4.png) 0 0 no-repeat;
}

.patometer .top,
.patometer .middle,
.patometer .bottom {
	position: absolute;
	left: 85px;
	bottom: 26px;
	background: url(img/pat-bottom.png) 0 0 no-repeat;
	width: 17px;
	height: 8px;
}

.widget .patometer .top,
.widget .patometer .middle,
.widget .patometer .bottom {
	left: 111px;
	bottom: 23px;
}

.patometer .middle {
	height: 200px;
	bottom: 34px;
	background: url(img/pat-middle.png) 0 0 repeat-y;
}

.widget .patometer .middle {
	height: 50px;
	bottom: 31px;
	background: url(img/pat-middle.png) 0 0 repeat-y;
}

.patometer .top {
	width: 46px;
	height: 46px;
	left: 70px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 46px;
	bottom: 235px;
	background-image: url(img/pat-top.png);
}

.widget .patometer .top {
	bottom: 60px;
	left: 96px;
}

.patometer a#patmail {
	display: block;
	height: 48px;
	width: 185px;
	position: absolute;
	bottom: -55px;
	background: url(img/patometermail.png) 0 0 no-repeat;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: -1px;
}



.patometer a#patmail:focus,
.patometer a#patmail:hover,
.patometer a#patmail:active {
	color: #ddd;
}

.widget .patometer a {
	display: block;
	margin-top: 236px;
	text-align: center;
	background: #005dc3;
	background: #ccc;
	color: #fff;
	border-radius: 7px;
	-webkit-transition: 0.3s background;
	-moz-transition: 0.3s background;
	transition: 0.3s background;
}

.widget .patometer a:focus,
.widget .patometer a:hover,
.widget .patometer a:active {
	text-decoration: none;
	background: #888;
}

#twitter {
		height: 450px;
		width: 240px;
}

#twitter-widget-0 {
	width: 240px!important;
	
}

.footer {
	background: #fb5628;
	padding: 7px 0;
	clear: both;
	color: #fff;
}

.footer a {
	float: right;
	color: #fff;
	margin-left: 20px;
}

#toplink:after {
content: "\e00f";
margin-left: 5px;
text-decoration:none;
font-size: 14px;
}



/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 #s {
	padding-top: 0;
	padding-bottom: 5px;
}

.ie7 .steckbrief {
	display: inline;
	zoom: 1;
}


/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
