@charset "UTF-8";

/* =========================================================
reset styles courtesy of Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
========================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style-type: none;
}

/* =========================================================
!!! Unsichtbare Elemente: .disNone = display none!
Hier werden *zentral* *ALLE* Elemente 'gesammelt', die aus Accessibility-Gruenden grafisch nicht ausgegeben werden !!!
======================================================= */
.disNone,
#navMain p.up,
#footer p.up {
position:absolute;
top:-1000px;
left:-1000px;
display:block;
width:5px;
height:5px;
overflow:hidden;
}


/* =========================================================
Allgemeine Vorgaben
======================================================= */


body {
	background-image: url(bilder/PapierBG.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Palatino, "Times New Roman", Times, serif;
}

h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	padding: 8px 0px 6px 0px;
	margin: 60px 0px 30px 0px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

h4 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
h5 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 0px 0px 24px 0px;
}

h6 {
	margin: 2px auto 20px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
}

p {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
a {
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a:hover {
	color: #900;
	text-decoration: none;
}

table {
	margin: 10px auto 30px auto;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}

.logo {
	margin: 40px auto 30px auto;
	position: relative;
	width: 740px;
}

.floatleft {
	margin: 7px 20px 0px 0px;
	float: left;
	border: 7px solid #000;
}

.wrapper #fadeshow1 {
	border: 7px solid #000;
}




.wrapper {
	background-image: url(bilder/doppellinie.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px auto 50px auto;
	padding-top: 10px;
	position: relative;
	width: 640px;
}

.footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	padding: 8px 0px 6px 0px;
	margin: 60px 0px 30px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}



/* =========================================================
Navigation
======================================================= */


.navibox {
	margin: 50px auto 0px auto;
	text-align: center;	
}

