/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRINT STYLES - ONLY APPLIED WHEN PRINTING THE PAGES
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*TODO: Low check function and usability of next statement
@page { size:11.3cm 19.85cm; margin:1.7cm; marks:cross;  }*/


body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
}

hr
{
	height: 1px;
	border: 1px solid #999999;
	margin: 10px 0;
	padding: 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE TWO COLUMN (used in masterpage only)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-table
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
}
#content-table-td-left
{
	vertical-align: top;
}
#content-table-td-right
{
	display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE - SINGLE COLUMN (pages inside content placeholder)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-single-column
{
	width: auto;
	height: auto;
	border: 1px solid #818181;
	padding: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NK: CONTENT TABLE - TWO COLUMN (pages inside content placeholder)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-table-two-column
{
	width: auto;
	height: auto;
	border: 1px solid #818181;
}
#content-td-two-column-left
{
	display: none;
}
#content-td-two-column-right
{
	padding: 5px;
	border-left: 1px dashed #818181;
	vertical-align: top;
	width: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Extras for WOCHENANSICHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Caution! a declaration like .border-standard alone is not renderd by browser, only in
	conjunction with #....  
	Else!! page-break-inside:avoid; does works only with opera yet
	all border-standard will be printed black.
	Now print all labels black. Lightblue on B&W printers too light*/
 #content-td-two-column-right label, #content-single-column label
{
	color: Black;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Diverse changes

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DIVs or Tables or so THAT ARE NOT PRINTED

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-outer
{
	display: none;
}

#poster-photo-container
{
	display: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
	font-size: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 13px;
}

h3.small
{
	font-size: 11px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
	font-size: 10px;
	padding: 6px;
	border: 1px solid #000;
	margin: 10px 0;
}

#pagetitle a:link, #pagetitle a:visited
{
}

#pagetitle a:hover
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


ul
{
}

li
{
}

ul.list-of-links
{
	border-bottom: 1px dotted #000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
	color: #999999;
	font-size: 9px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px 0;
	margin: 10px 0;
}

#footer div
{
	display: none;
}

#footer a:link, #footer a:visited
{
}

#footer a:hover
{
}

#footer a:active
{
}




