/*
    project: Relaunch Buendnis 90 / Die Gruenen 
    type: stylesheet
    description: styles for print view

    author: cosmoblonde 2007
*/

@import "../screen/skeleton_screen.css";
@import "../screen/navigation_screen.css";
@import "../screen/forms_screen.css";
@import "../screen/content_screen.css";
@import "../screen/modules_screen.css";

* {
	float:none !important;
	position:static !important;
	background-image:none !important;
}

html, body, #wrapper{
	height:auto;
	background-color:none !important;
}

body, h1, h2, h3, p, h2 a, h3 a, a {
	color:#000 !important;
	background-color:transparent !important;
	background-image:none !important;
}


.hide, .hideHeader, #metanavigation, #suche, .brotkrumen, #linkeSpalte, #rechteSpalte, #footer ul,
.paging, .galerie .metaHead{
	display:none !important;
}


#wrapper{
	width:570px;
	padding-top:20px;
	padding-left:2em;
}
@media print{
	#wrapper{width:90%;}
}

#contentbereich{
	padding:0;
}

#seitenkopf{
	background:#fff;
	margin-bottom:10px;
}

#logoClaim{
	width:1000px !important;
}


#logoClaim.druck{
	width:auto !important;
	height:auto !important;
}

#logo.druck, 
#claim.druck{
	height:auto !important;
	width:auto !important;
}

#logo.druck{
	float:left !important;
}
#claim.druck{
	float:right !important;	
}


#contentbereich img, 
.galerieVorschau,
.zebraTabelle,
.videoKlein{
	float:left !important;
}


#footer{
	width:100%;
	margin-left:0;
	margin-top:0;
	padding-top:0;
}

.portraitSeparator,
.portraitSeparatorLast,
.teaserKurzSeparator, 
.teaserKurzSeparatorLast{
	display:none;
}

.kurzPortrait,
.teaserKurz{
	padding:0;
	margin-bottom:30px;
	display:block;
	width:100%;
}
.kurzPortrait{
	margin-bottom:10px;
}



a,
.teaserLang div div p a, 
.teaserLang div ul li a, 
.teaserKurz div div p a, 
.teaserKurz div ul li a, 
.linkblock ul li a, 
.linkblock2 ul li a, 
.artikel div ul li a{
	padding-left:0 !important;
}
a.mehr{
	margin-left:10px;
}


.kurzPortrait,
.suchergebnisse li,
.tabellenListe li,
.metaHead,
.terminTabelle th,
.terminTabelle td{
	border-bottom:dotted 1px #000;
}

* html .kurzPortrait,
* html .suchergebnisse li,
* html .tabellenListe li,
* html .metaHead,
* html .terminTabelle th,
* html .terminTabelle td{
	border-bottom:solid 1px #999;
}

.formLine,
.trenner,
.trenner_schmal{
	border-top:dotted 1px;	
}

* html .formLine,
* html .trenner,
* html .trenner_schmal{
	border-top:solid 1px #999; /* dotted line wird fehlerhaft in ie6 Druckvorschau dargestellt */
}


.abgeordneteInfo{
	position:relative !important;
}
.abgeordneteInfo p{
	position:absolute !important;
}


.wrapper3Spaltig{
	overflow:visible;
}

.footerDruckversion{
	width:100%;
	text-align:left;
	font-size:1.1em;
	line-height:141.7%;
	border-top:1px dotted #000;
	padding-top:10px;
}
* html .footerDruckversion{
	border-top:solid 1px #999;
}

p.jumpblock, p.jumpblockFoot{
	display:none;
}