/* -----------------------------------------------
 * Style Sheet
 * $Id: print.css 108 2018-03-24 10:14:07Z wshbg $
 * Site: muemmel.net 
 * Author:   Wilfried Schmitten    www.muemmel.net
 * -----------------------------------------------
 */
body {
	margin: 0; 
	background: #ffffff;
}

#main_nav,  #footer {
	display:none;
}

#masthead div h1 {
	display:inline;
	font-size:0px;
}

#masthead div h1:before{
	content:url(../grafik/main_image.png);
}

#masthead div h2 {
	display:none;
}

#masthead h3, #masthead h4 {
	display: none;
}

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

a:before { 
	content:''; 
}

a:link a:active {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

#siteSections div.sectionNav, .breadcrumb {
	display:none;
}

#TT_Submenue, #TT_Kalender{
	display:none;
}

#ttcol thead tr td, .head {
	padding:10px 0;
	font-weight:bold;
	font-size:larger;
}
#ttcol td {
	text-align:center;
	font-size: .9em;
}

#ttcol td.first {
	text-align: left;

}

#ttcol td.erg_first {
	text-align: left;
	font-weight:bold;	
	font-size: .7em;
}

#ttcol abbr[title] {
	border-bottom: none;
}


select {display:none}

#navcontainer {display:none}

table {width:100%}

.shell {
	margin:0;
	padding:0;
	width:100%;
	font-size:smaller;
} 

.marker {
	color:#a20120;
}