@import url(global.css);
@import url(layout.css);
@import url(header.css);
@import url(content.css);
@import url(footer.css);


body {
	size: portrait; 
	background-color: #fff;
	color: #000; 
	caption-side: top; 
	padding: 0;
	margin: 1cm 0 1cm 1cm; 
	orphans: 2; 
	widows: 2;
}

#container {
	width: auto; 
	padding: 0; 
	margin: 0 auto; 
	text-align: left;
}


#content {
	width: auto; 
	margin-top: 2cm;
	margin-left: 0;
	margin-right: 0;
	padding: 0; 
}

#content .intend-right {
	padding-left: 1cm;
}

#content .teaser p {
	margin-right: 0;
}


h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	page-break-after: avoid; 
	page-break-inside: avoid;
}

h1 {font-size: 18pt}
h2 {font-size: 15pt}
h3 {font-size: 13pt}
h4 {font-size: 10pt}

address, caption, cite, dl, dt, li, p, td, th, ul  {font: 10pt/15pt Georgia, Palatino, Times, serif;}

a, abbr, acronym {
	border: 0; 
	border: none; 
	border-style: none; 
	text-decoration: none;
}

address {font-style: normal;}
cite, q {font-style: italic;}
code, pre {font: 8pt Monaco, "Lucida console", courier, monospace;}

img {border: 0;}

ul, ol, dl {page-break-before: avoid;}
li {page-break-inside: avoid;}

td, th {border-left: 1px #333 solid; border-bottom: 1px #333 solid;}
th {font-weight: bold; text-align: left; vertical-align: top; background: #efefef}

a:link {color: #000;}
a:visited {color: #000;}

.caption {font-family: arial, Geneva, sans-serif; font-size: 8pt; line-height: 12pt; margin-top: 8pt}
.imgright {float: right; width: auto}
.imgleft {float: left; width: auto}


/*
alles wech, weil's im ausdruck keinen Sinn macht
*/

#header ul, #mainnav, .quicknav, .toplink {display: none; }