@charset "iso-8859-1";
/* Tanja Boukal online Print-CSS */

/* Schriftdefinition und Browserreset */
body {
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	line-height: 14pt;
	text-align: center;
}

* {margin: 0px; padding: 0px; border: 0px;}

/* Absatzdefinitionen allgemein */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #B00E23;
	padding: 0.6em 0em 0.2em 0em ;
}
h1 {
	font-size: 18pt;
	line-height: 22pt;
	font-weight: bold;
}
h2 {font-size: 16pt; line-height: 20pt;}
h3 {font-size: 14pt; line-height: 18pt;}
h4 {font-size: 12pt; line-height: 16pt;}
h5 {font-size: 11pt; line-height: 15pt;}
h6 {font-size: 10pt; line-height: 14pt;}

p {margin-bottom: 7pt;}

strong {font-weight: bold;}
em {font-size: 1.05em;}

a {
	color: #000000;
    text-decoration: none;
}


/* Layoutdefinitionen allgemein */
div#wrapper {
	width: 175mm;
	margin: 0px auto;
	text-align: left;
}

/* HAUPTINHALT */
div#main {
	background: none;
	width: auto;
}

/* GALLERY */
body#subgallery dt {font-weight: bold; font-size: 10pt;}
body#subgallery dd {font-weight: normal; font-size: 10pt;}
body#subgallery dl dl dt, body#subgallery dl dl dd{display: inline;}

body#subgallery div#title {clear: both;}

body#subgallery div#details {margin-bottom: 14pt; clear: both;}

body#subgallery div#concept {
}
body#subgallery div#p1 {width: 170mm; text-align: center; margin-bottom: 5mm; border: 1px solid #000000;}
body#subgallery div#p2 {float: left; width: 80mm; text-align: center; margin-right: 10mm; margin-bottom: 5mm; border: 1px solid #000000;}
body#subgallery div#p3 {float: left; width: 80mm; text-align: center; margin-bottom: 5mm; border: 1px solid #000000;}

/* HEADER - FOOTER */
div#footerprint, div#printinfo {
	font-size: 9pt;
	width: 170mm;
	height: 9mm;
	padding: 1mm;
	text-align: center;
	border: 1pt dotted #000000;
}

/* ALLGEMEINES */
.defloat {clear: both;}
.defloat-left {clear: left;}
.abstand_links {padding-left: 50px}

div#header, div#nav, div#flash, div#footer, div#links {display: none;}

