* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	background : url(layout/bg_header.jpg) repeat-x fixed top;
	z-index: 0;
}

#header {
	height: 190px;
	width: 800px;
	background: url(layout/header_green.jpg) no-repeat top;
	z-index: 2;
}

#headerhochzeit {
	height: 190px;
	width: 800px;
	background: url(layout/header_hochzeit.jpg) no-repeat top;
	z-index: 2;
}

#headerjugend {
	height: 190px;
	width: 800px;
	background: url(layout/header_jugend.jpg) no-repeat top;
	z-index: 2;
}

#headerkinder {
	height: 190px;
	width: 800px;
	background: url(layout/header_kinder.jpg) no-repeat top;
	z-index: 2;
}

#headerklein {
	height: 190px;
	width: 800px;
	background: url(layout/header_klein.jpg) no-repeat top;
	z-index: 2;
}

#headerball {
	height: 190px;
	width: 800px;
	background: url(layout/header_ball.jpg) no-repeat top;
	z-index: 2;
}

#nav{
	padding-left : 210px;
	padding-right : 0px;
	padding-top : 130px;
	text-align: center;
	z-index: 3;
}

#nav ul li {
	display: inline;
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #03C004;
	text-decoration: none;
	z-index: 3;
}

#nav ul li a {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration: none;
	z-index: 3;
}

#nav ul li a:hover {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #FFFFFF;
	border-top: 5px solid #03C004;
	z-index: 3;
}

#wrap {
	margin: 0px auto 0;
	width: 800px;
	background: url(layout/bg.jpg) repeat-y fixed top;
	z-index: 1;
}

.right {
	float: right;
	width: 500px;
	padding-top: 0px;
	padding-right: 25px;
	font-size: 12px;
	color: #000000;
}
.right a {
	border-bottom : 1px dotted #03C004;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
.right a:hover {
	border-bottom : 1px dotted red;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
.right h1 {
	font-size: 16px;
	color: #03C004;
}
.right h2 {
	font-size: 12px;
	color: #000000;
	font-weight : bold;
}
.right h3 {
	font-size: 10px;
	color: #000000;
}

.typcenter {
	margin-right : auto;
	text-align : center;
}


.left {
	float: left;
	width: 175px;
	padding-left: 25px;
	padding-top: 10px;
	text-decoration: none;
	font-size: 14px;
	color : #03C004;
	font-weight : bold;
}
.left h2 {
	margin:0 0 0 0;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	background: #03C004;
	font-size: 14px;
	color : #FEFEFE;
	font-weight : bold;
}
.left h3 {
	margin:0 0 0 0;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	background: #FFFFFF;
	font-size: 12px;
	color : #000000;
	font-weight : bold;
}
	.left ul {
	padding: 10px 0 15px 0px;
	color: #000000;
	padding-left: 30px;
	list-style-image : url(li.gif);
	font-size: 14px;
	color : #03C004;
	font-weight : normal;
}
	.left ul li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight : normal;
}
	.left ul li a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight : bold;
}

#bottom {
	width: 800px;
	height: 35px;
	background: url(layout/bottom.jpg) no-repeat;
	z-index: 1;
	
}
.bottom {
	font-size: 10px;
	text-align : center;
	padding-top: 10px;
	
}

.bottom a { 
	color: #000000;
	text-decoration: none;
}

.bottom a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

img {
	border: none;
}


