/*

This is the print stylesheet for www.studentenwerk-marburg.de.
Author:			Torsten SChrade
Created:		16.01.2006
Modified:		
Modified by:	


suggested order:
################
- display
- list-style-type
- position
- top/right/bottom/left
- z-index
- float
- clear
- width
- height
- margin
- border
- padding
- color
- background
- font
- font-family
- font-size
- font-style
- font-variant
- line-height
- text-decoration
- letter-spacing
- text-align
- vertical-align
- white-space
- other text (e.g. text-indent)
- cursor
- content


table of contents
#################
- basic elements
- content
- extensions

*/

/*####################### BASICS ############################*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 0 1em;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;	
}

h1#siteheader {
	font-size: 1.2em;
	margin-bottom: 0;
}

h1#siteheader a {
	text-decoration: none;
	color: #000000;
}

div#head_center h2 {
	margin-top: 0.3em;
	font-size: 0.9em;
}

div#main_center {
	border-top: 1px solid #666666;
}

div#footer {
	border-top: 1px solid #666666;
}

p#contact {
	font-size: 0.75em;
	line-height: 1.2em;	
}

div#search, div#naviMain, div#main_left, div#main_right, p#imprint, p#sitemap, p#printlink, div#naviRootline, div#head_center ul {
	display: none;
}

/*####################### CONTENT ############################*/

/* HEADER */
h1,h2,h3,h4,h5,h6 {
	font-family: arial,helvetica,sans-serif;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
}

h5 {
	font-size: 0.8em;
}

p {
	line-height: 1.3em;
	orphans: 3;
	widows: 3;
}

/* TEXT */

em,i {
	font-style: oblique;
}

a {
	text-decoration: none;
	color: #000000;
}

/* LISTS */

dt {
	font-weight: bold;
}


/*####################### EXT ############################*/

/* CAG_PAGEBROWSER */

div.cag_pagebrowser {
	display: none;
}

/* A21GLOSSARY */

div#content_main ul.csc-menu-1,
p.back {
	display: none;
}

/* DROPDOWNSITEMAP */

div.expAll {
	display: none;
}

dfn.sitemap {
	margin-right: 0.3em;
}

/* INDEXEDSEARCH */

form#tx_indexedsearch,
p.tx-indexedsearch-adv,
div.tx_indexedsearch-browsebox,
div.tx-indexedsearch-res img {
	display: none;
}

div.tx-indexedsearch h4 {
	font-size: 1em;
}

p.tx-indexedsearch-info {
	font-size: 0.75em;
}

/* TT_NEWS */

p.news-list-morelink,
p.news-single-backlink {
	display: none;
}
