/*
TRANSPORTER Konzept Print Web, www.transporter.at, 2009
Individuelle Design-Spezifikationen, Rainer Fabrizi
*/

body { 
	color: #8B806F;
	}
	
#alles { font-size: 100%; }

.l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8, .l9, .l10, .l11, .l12 {
	padding: 0;
	}

/* =kopf
****************************************************/

.logo {
	display: block;
	width: 196px;
	height: 84px;
	margin: 5px 0 10px 0;
	text-indent: -999999px;
	background: #FFF url(../bilder/logo.jpg) no-repeat 0 0;
	}

.zitat {
	margin: 0 5px;
	font-weight: normal;
	font-size: 350%;
	}

/* =teaser
****************************************************/

.teaser_box {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	background-color: #8B806F;
	overflow: auto;
	}
	.teaser_bild {
	margin: 0 5px;
	}
	.teaser_text {
	margin-bottom: 5px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	}

/* =inhalt
****************************************************/

h2.highlight, h3.highlight {
	display: inline;
	margin: 0;
	padding: 2px 5px;
	line-height: 1.3em;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans serif;
	font-size: 130%;
	text-transform: uppercase;
	}
	h2.highlight { background-color: #00416E; }
	h3.highlight { background-color: #8B806F; }

/* =kontakt
****************************************************/
	
.kontakt_box {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans serif;
	background: transparent url(../bilder/kontakt_bg.gif) repeat-y 5px 0;
	}
	.kontakt_box .i2, .kontakt_box .i4 {
	padding: 0;
	}
	.kontakt_text {
	margin: 5px 0;
	font-size: 120%;
	}

/* =download
****************************************************/
.download_box {
	min-height: 319px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	background-color: #E8E6E2;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans serif;
	}
	.download_box p { margin-bottom: 0; }
	a.download_link {
	display: block;
	min-height: 30px;
	padding: 13px 0 0 25px;
	background: transparent url(../bilder/datei_icon.gif) no-repeat 0 0;
	}
	
/* =impressum
****************************************************/
.impressum {
	margin: 0.5em 0 5em 0;
	color: #C5BFB7;
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, sans serif;
	font-size: 90%;
	}
	.impressum a:link, .impressum a:visited {
	color: #C5BFB7;
	text-decoration: none;
	}

/* =allgemeine =formatierung
****************************************************/

/* links */
a:link, a:visited {
	text-decoration: underline;
	color: #8B806F;
	}
	a:hover, a:active {
	cursor: pointer;
	text-decoration: underline;
	}
	a:focus { outline: none; }
	/* verlinktes bild */
	a:hover img {
	outline: 1px solid #00A4D6;
	outline-offset: -1px;
	}
/* linie */
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #FFF;
	border: none;
	border-top: 1px dashed #8B806F;
	}
