body {
	margin: 0px;
	padding: 0px;
	background-color: #d3041b;
	background-image:   url(images/bg-klein.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 40px 0px 10px 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: px;
}
ul li {
	margin-left: -40px;
	margin-bottom: 3px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
img {
	border: 0px;
}

/* BOX Titel */
#box_titel {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 2;
	width: 990px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION */
#box_navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 300px;
	height: auto;
	margin: 0px;
	padding:0px;
}
#box_navigation ul {
	margin: 0px;
	padding: px;
}
#box_navigation ul li {
	margin-left: -30px;
	margin-bottom: 3px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f1b641;
}
#box_navigation ul li.aktiv {
	color: #ffffff;
}
#box_navigation ul li a {
	color: #f1b641;
	text-decoration: none;
}
#box_navigation ul li a.aktiv {
	color: #ffffff;
	text-decoration: underline;
}
#box_navigation ul li a:hover {
	text-decoration: underline;
}
#box_navigation ul li a.aktiv:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* INHALT 1 BOX */
#box_gross {
	position: absolute;
	top: 290px;
	left: 310px;
	z-index: 1;
	width: 680px;
	height: auto;
	margin: 0px;
	padding:0px;
}

/* INHALT 2 BOXEN - linke Box */
#box_links {
	position: absolute;
	top: 290px;
	left: 310px;
	z-index: 1;
	width: 330px;
	height: auto;
	margin: 0px;
	padding:0px;
}

/* INHALT 2 BOXEN - rechte Box */
#box_rechts {
	position: absolute;
	top: 290px;
	left: 670px;
	z-index: 1;
	width: 320px;
	height: auto;
	margin: 0px;
	padding:0px;
	text-align: right;
}

/* INHALT 2 BOXEN - unten linke Box */
#box_unten_links {
	position: absolute;
	top: 595px;
	left: 670px;
	z-index: 1;
	width: 150px;
	height: auto;
	margin: 0px;
	padding:0px;
}

/* INHALT 2 BOXEN - unten rechts Box */
#box_unten_rechts {
	position: absolute;
	top: 595px;
	left: 840px;
	z-index: 1;
	width: 180px;
	height: auto;
	margin: 0px;
	padding:0px;
}

/* INHALT BOX KLASSENFOTO */
#box_foto {
	position: absolute;
	top: 328px;
	left: 310px;
	z-index: 3;
	width: 680px;
	height: 510px;
	margin: 0px;
	padding: 0px;
	background-image:  url(images/bg-foto.png);
	visibility: hidden;
}

/* BOX 1 zurück & weiter */
#box_blaettern_1 {
	width: 220px;
	height: auto;
	margin-top: 150px;
	text-align: right;
	float: right;
}

/* BOX 1 zurück & weiter */
#box_blaettern_2 {
	width: 164px;
	height: auto;
	margin-top: 95px;
	text-align: right;
	float: right;
}

/* BOX 1 zurück & weiter */
#box_blaettern_3 {
	width: 164px;
	height: auto;
	margin-top: 0px;
	text-align: right;
	float: right;
}

/* INHALT BOX HOCHZEITSFOTOS */
#box_hochzeit {
	position: absolute;
	top: 328px;
	left: 310px;
	z-index: 4;
	width: 680px;
	height: 540px;
	margin: 0px;
	padding: 0px;
	visibility: hidden; 
}

/* INHALT 2 BOXEN - linke Box Hochzeit */
#box_links_hochzeit {
	position: absolute;
	top: 290px;
	left: 310px;
	z-index: 1;
	width: 500px;
	height: auto;
	margin: 0px;
	padding:0px;
	visibility: hidden;
}

.abstand_oben {
	margin-top: 16px;
}

.abstand_sponsoren_0 {
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
}

.abstand_sponsoren_1 {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.abstand_sponsoren_2 {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

