@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

img {
	display :block;
	margin: 0;
	padding: 0;
}

body {
	background:url(../img/body.gif) no-repeat center bottom;
	font: normal 11px/15px Verdana;
	color: #ffffff;
}
	
	a {
		text-decoration: underline;
		color: #ffffff;
		position:  relative;
		outline: none;
	}

#wrapper {
	background: url(../img/body.jpg) repeat-y center;
	width: 840px;
	margin: 30px auto 0;
}

#left {
	width: 413px;
	float: left;
	padding: 0 0 50px;
}

	#fotografie-top {
		display: block;
		border-top: 4px solid #fff;
	}
	
	.hr {
		border: 0;
		border-bottom: 1px solid #000;
		height: 10px;
		margin-bottom: 15px;
		width: 200px;
	}

#right {
	width: 418px;
	float: right;
	padding: 0 0 50px;
}

	#right-top {
		background: #fff;
		height: 65px;
	}
	
		h2#logo {
			text-indent: -9999px;
			background: url(../img/logo.jpg) no-repeat bottom right;
			display: block;			
			height: 33px;
		}
	
		ul#menu {
			padding: 10px 0 0 0;
			background: #fff;
			float: right;
			height: 20px;
		}		
		ul#menu li {
			list-style-type: none;
			height: 13px;
			float: left;
			line-height: 15px;
			margin: 0 0 0 10px;
			font: bold 15px/13px Arial;
			color: #FF6600;
			text-indent: -9999px;	
		}
		ul#menu li span {
			display: block;
			width: 12px;
			height: 13px;			
			background: url(../img/menu.gif) no-repeat top left;	
		}
		ul#menu li a {
			background: url(../img/menu.gif) no-repeat 0 -4px;		
			display: block;	
			text-indent: -9999px;
			height: 15px;
			width: 12px;
			line-height: 15px;
		}
			ul#menu li.home a {
				background: url(../img/menu.gif) no-repeat 0 -15px;
				width: 40px;
			}
			ul#menu li.partyplanning a {			
				background: url(../img/menu.gif) no-repeat 0 -30px;	
				width: 95px;
			}
			ul#menu li.fotografie a {
				background: url(../img/menu.gif) no-repeat 0 -45px;		
				width: 67px;		
			}
			ul#menu li.contact a {
				background: url(../img/menu.gif) no-repeat 0 -60px;	
				width: 55px;		
			}
			
	.infoTitle {
		border: 0;
		background: 0;
		height: 25px;
		font: bold 15px/25px Verdana;
		cursor: pointer;
	}
	.info {
		border: 0;
		background: 0;
	}
	
	#rightContent, #leftContent {
		padding: 15px 25px 25px 25px;
		clear: right;
	}

.clear {
	clear: both;
}