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

body {
	background: #FFF url(../bilder/aufbau/bg_alles.jpg) repeat fixed 50% 0;
	}

#kopf {
	padding: 20px 0 5px 0;
	color: #c40000;
	background: transparent url(../bilder/aufbau/schatten_kopf.png) repeat-x left bottom;	
	}
	#startseite #kopf {
	background: none;
	}

#mitte {
	padding: 30px 0 0 0;
	background-color: #FFF;
	}
	#startseite #mitte {
	background: none;
	}

#fuss {
	padding-top: 30px;
	color: #c40000;
	background: transparent url(../bilder/aufbau/schatten_fuss.png) repeat-x left top;
	}
	#startseite #fuss {
	background: none;
	}


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

h1 {
	margin-top: 6px;
	font-size: 250%;
	line-height: 1em;
	}
	h1, h2, h3 { font-weight: normal; }


p.bildtext {
	margin: -2.5em 0 2em 0;
	padding: 8px 5px 5px 5px;
	font-size: 90%;
	text-align: left;
	color: #666;
	}

/* link */
a:link, a:visited {
	text-decoration: none;
	color: #c40000;
	/* background-color: #f5f5f5; */
	}
	#startseite a:link, #startseite a:visited { background-color: transparent; }
	a:hover, a:active {
	cursor: pointer;
	color: #FFF;
	background-color: #c40000;
	}
	#startseite a:hover, #startseite a:active { background-color: #c40000; }
	a:focus { outline: none; }
	/* verlinktes bild */
	a:hover img {
	outline: 5px solid #c40000;
	outline-offset: -5px;
	}

hr {
	color: #DDD;
	background-color: #DDD;
	}

/* =nachoben */
a.nachoben {
	min-height: 0;
	padding: 25px 0 0 0;
	background: transparent url(../bilder/aufbau/nachoben.gif) no-repeat 60px -100px;
	}
	a.nachoben:hover {
	color: #c40000;
	background: transparent url(../bilder/aufbau/nachoben.gif) no-repeat 60px top;
	}


/* =logo =fuss_logo =fuss_link
****************************************************/

#logo { margin: 0; }
	#logo a {
	padding: 6px 5px 4px 5px;
	font-size: 250%;
	font-weight: bold;
	line-height: 1em;
	background: none;
	}
	#logo a:hover, #logo a:active {
	text-decoration: none;
	background-color: #c40000;
	}

h3.fuss_logo {
	margin: 0;
	font-weight: bold;
	}
	h3.fuss_logo a {
	padding: 6px 5px 4px 5px;
	font-weight: bold;
	line-height: 1em;
	background: none;
	}
	h3.fuss_logo a:hover, h3.fuss_logo a:active {
	text-decoration: none;
	background-color: #c40000;
	}

p.fuss_link { margin: 0; }
	p.fuss_link a {
	padding: 6px 5px 4px 5px;
	background: none;
	}
	p.fuss_link a:hover, p.fuss_link a:active {
	text-decoration: none;
	background-color: #c40000;
	}


/* =steuerung
****************************************************/
#steuerung {
	margin: 0;
	line-height: 1em;
	}
	#steuerung li {
	float: left;
	padding: 10px 10px 2px 0px;
	background: none;
	}
	#steuerung a {
	display: block;
	padding: 2px 5px;
	}


/* =navi =subnavi
****************************************************/

#navi {
	position: relative;
	margin: 0;
	font-size: 250%;
	line-height: 1em;
	}
	#navi li {
	padding: 6px 5px 4px 5px;
	background: transparent url(../bilder/aufbau/eselsohr_rot2.gif) no-repeat 9000px 9000px;
	}
	#navi a {
	display: block;
	min-height: 1px; /* IE */
	padding: 0;
	text-decoration: none;
	color: #CCC;
	background: none;
	}
	#navi li.aktiv a { color: #c40000; }
	#navi li:hover { background-position: bottom right; }
	#navi li:hover a { color: #FFF; }
	
	#startseite #navi {
	height: 100px;
	width: 950px;
	font-size: 150%;
	font-weight: bold;
	}
	#startseite #navi li {
	position: absolute;
	top: 0;
	}
	#n1 { left: 0; }
	#n2 { left: 192px; }
	#n3 { left: 384px; }
	#n4 { left: 576px; }
	#n5 { left: 768px; }
	#startseite #navi a {
	width: 172px;
	color: #c40000;
	/* color: #FFF; */
	}
	#startseite #navi li:hover { background-color: transparent; }
	#startseite #navi li:hover a { color: #FFF; }
	#startseite #navi a:hover { background: none; }
	
#subnavi {
	margin: 0;
	line-height: 1em;
	border-top: 1px solid #EEE;
	}
	#subnavi li {
	padding: 8px 5px 5px 5px;
	background: transparent url(../bilder/aufbau/eselsohr_rot.gif) no-repeat 9000px 9000px;
	border-bottom: 1px solid #EEE;
	}
	#subnavi a {
	display: block;
	min-height: 1px; /* IE */
	padding: 0;
	text-decoration: none;
	color: #000;
	background: none;
	}
	#subnavi li.aktiv a { color: #c40000; }
	#subnavi li:hover {
	border-bottom: 1px solid #FFF;
	background-position: bottom right;
	}
	#subnavi li:hover a { color: #FFF; }


/* =cover
****************************************************/

.cover {
	position: relative;
	margin-bottom: 1.5em;
	}
	.cover img { margin: 0; }
	.cover h1 {
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
	padding: 8px 10px 6px 5px;
	font-size: 100%;
	font-weight: bold;
	background: transparent url(../bilder/aufbau/cover_alpha.png) repeat bottom right;
	}
	.i8 .cover h1 { right: 192px; }
	.i6 .cover h1 { right: 96px; }
	.cover h1.c5 { top: 5px; }
	.cover h1.c10 { top: 10px; }
	.cover h1.c15 { top: 15px; }
	.cover h1.c20 { top: 20px; }
	.cover h1.c25 { top: 25px; }
	.cover h1.c30 { top: 30px; }
	.cover h1.c35 { top: 35px; }
	.cover h1.c40 { top: 40px; }
	.cover h1.c45 { top: 45px; }
	.cover h1.c50 { top: 50px; }
	.cover h1.c55 { top: 55px; }
	.cover h1.c60 { top: 60px; }
	.cover h1.c65 { top: 65px; }
	.cover h1.c70 { top: 70px; }
	.cover h1.c75 { top: 75px; }
	.cover h1.c80 { top: 80px; }
	.cover h1.c85 { top: 85px; }
	.cover h1.c90 { top: 90px; }
	.cover h1.c95 { top: 95px; }
	.cover h1.c100 { top: 100px; }
	.cover h1.c110 { top: 110px; }
	.cover h1.c120 { top: 120px; }
	.cover h1.c130 { top: 130px; }
	.cover h1.c140 { top: 140px; }
	.cover h1.c150 { top: 150px; }
	.cover h1.c160 { top: 160px; }
	.cover h1.c170 { top: 170px; }
	.cover h1.c180 { top: 180px; }
	.cover h1.c190 { top: 190px; }
	.cover h1.c200 { top: 200px; }
	.cover h1.c220 { top: 220px; }
	.cover h1.c240 { top: 240px; }
	.cover h1.c260 { top: 260px; }
	.cover h1.c280 { top: 280px; }
	.cover h1.c300 { top: 300px; }
	.cover h1.c330 { top: 320px; }
	.cover h1.c340 { top: 340px; }
	.cover h1.c360 { top: 360px; }
	.cover h1.c380 { top: 380px; }
	.cover h1.c400 { top: 400px; }

	
/* =spezielle =klassen
****************************************************/

.rand { border-top: 5px solid #EEE; }
.jahr { color: #CCC; }
h4 .h4jahr {
	font-weight: normal;
	color: #CCC;
	}
.rot { color: #c40000; }
.fonfax {
	display: inline-block;
	width: 30px;
	}








