/* Start of CMSMS style sheet 'Vedamagazin Drucken' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family: Arial, Helvetica, sans-serif; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

div {
	clear: both;
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
/* display:block !important; */
width:99% !important;
border:0;
padding-top:1em !important;
padding-bottom:1em !important;
padding-left:0 !important;
padding-right:0 !important;
}

/* hide everything else! */
div#Rishi,
div#Devata,
div.PageTools,
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar,
div#Chandas footer  {
   display: none !important;
}

.title {
	font-size: 140%;
}

div.nopgbreak { /* Zeilenumbruch innerhalb verhindern (nur CSS2!) */
    page-break-inside: avoid; 
}

img {
    float:none;  /* this makes images couse a pagebreak if it doesnt fit on the page */
    margin-top: 5px;
}

.IMG {
	width: 222px  !important;
	float: right  !important;
	/* border: 1px dotted #CCCCCC !important; */
	margin: 3px !important;
	padding: 4px !important;
	clear: both;
	page-break-inside: avoid;
}
.IMG_center {
	width: 99%  !important;
	float: none  !important;
	text-align: center !important;
}

.copyright, 
.credits {
	font-size: 75%;
	font-style: italic;
}

.copyright a, 
.credits  a {
	color: #000;
	text-decoration: none;
}

.kasten_rechts, 
.kasten {
	border: 1px dotted #CCCCCC !important;
	margin-bottom: 7px !important;
	padding: 4px !important;
	width: 98% !important;
}

.TitleBar_Subtitle {
	font-weight: bold;
}

h1, .title {
	font-size: 18px !important;
}

.IMG {
	font-size: 80% !important;
}

.IMG a {
	color: #000;
	font-size: 90%;
	text-decoration: none;
}


/* End of 'Vedamagazin Drucken' */

