/* Zusatz-Style für nolympia.de mit Suffusion */

body {font-size:10px;
	line-height:14px;
}

div.nachobenunten{
text-align:center;
}

#comments {display: none;}

acronym{border-bottom: 1px dotted blue;}

#nav ul ul a,
#nav ul ul a:visited {
	/*height:auto;*/
	line-height:1em;
	padding:0px 10px 0px 10px !important;
	width:/*128px;*/ 250px;
	border-width:1px 1px 1px 1px;
	text-align: left;
}

#horizontal-outer-widgets-2{/* display:none; */}

.printlink{
	float:right;
	width: auto;
}

.titelbild {
width: 100%; 
margin-top:10px;
}

.titelbild .bildunterschrift{
padding-top:0px; 
text-align:right;
}

.ersteSeite .titelbild{
display: none;
}

#main-col #featured-posts{
display: none;}

.ersteSeite #main-col #featured-posts{
display:block;
}

#slider, #sliderContent {
    max-height: 350px;
    height: 350px;
}

.erstelldatum{
color: #999;
}

.title-container {
    padding-left: 0px;
}

#main-col .entry p{
text-align:left;
}

a.more-link:before { content:" ... "; }


#noly_footer_links{
text-align:left; 
float: left;
width:45%;
}
#noly_footer_rechts{
text-align:right; 
float: right; 
width:45%;
}
.noly_footer li{
display:inline;
list-style-type:none;
}

/* nicht angezeigte Elemente */
/* #post-17 .printlink, */
#post-17 .edit, 
.postdata .comments,
#header,
#main-col .post .date,
#main-col #subnav,
#cred {
display:none;
}

#extraheader{
padding: 2em 0em 2em 0em;
}


/* besonderer Style nur am Monitor */
@media screen{
	.print,
	.noscreen{
		display: none;
	}
}  /* ENDE @media screen */

.wp-caption{
width: 100%;
}


#post-3687 .entry .wp-caption .size-full,
#post-3687 .entry .wp-caption .wp-caption-text {
display: block !important;
float: left !important;
}

#post-3687 .entry .wp-caption .wp-caption-text {
position: absolute;
margin-left: 460px;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
display: block;
}


/* ######################## besonderer Style nur beim Drucken ############ */

@media print{

/* nicht Drucken */
	.noprint,
        .no-print,
	.edit,
	#nav,
	#featured-posts,
	#sidebar,
        #sidebar-2,
	#noly_footer_links {
	display: none !important;
	}

/* nur Drucken */
   .print{
	display: inherit;
}
	
/* spezielle Druck-Formatierung */
   body{
	background-image: none;
}


   #wrapper {
	margin: 0px;
	width: auto;
	border: 0px none white;
}
   #header {
	height: auto;
}

   #page #wrapper #container #single-col {
	width: auto;
}

   #container,
	#main-col{
	width: 100% !important;
	border: 0px none white;
	width: auto;
	overflow: auto;
	height: auto;
}


#content {
	overflow: auto;
}

.post,
.post .title {
	width: auto;
	overflow: auto;
	height: auto;
	border: 0px none white;
}

.postdata .category{
	width: auto;
}

.tags {
	width: auto;
}

acronym {border-bottom: 0px none white;}

a {color: black !important;}


} /* ENDE @media print */