/* Zusatz-Style für nolympia.de mit Suffusion */

body {font-size:10px;
	line-height:14px;
}

div.nachobenunten{
text-align:center;
}

#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;
}

.erstelldatum{
color: #999;
}

#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 .edit,
#post-17 .printlink,
.postdata .comments,
#header,
#main-col .post .date,
#main-col #subnav {
display:none;
}

#extraheader{
padding: 2em 0em 2em 0em;
}


/* besonderer Style nur am Monitor */
@media screen{
	.print,
	.noscreen{
		display: none;
	}
}  /* ENDE @media screen */

/* ######################## besonderer Style nur beim Drucken ############ */

@media print{

/* nicht Drucken */
	.noprint,
	.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;
}



} /* ENDE @media print */