/* CSS Document */

div{
	margin: 0px;
	z-index: 1;
}

#allcontent{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
	clear: both;
	z-index: 1;
	background-image: url(/images/ranken.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#page_border{
	width: 766px;
	margin: 0px auto 0px auto;
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat-y;
}

#banner{
	width: 766px;
	height: 263px;
	margin: 0px auto 0px auto;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;	
	z-index: 2;
}

#inhalt{
	width: 766px;
	margin: 0px auto 0px auto;
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
	clear: both;
	z-index: 2;
}

#path{
	width: 100%;
	color: #666666;
	font-size: 10px;
	text-align: left;
	margin: 0px 33px 0px 38px;
	clear: both;
	z-index: 2;
}

#left{
	width: 435px;
	margin: 15px 0px 30px 38px;
	float: left;
	color: #666666;
	text-align: left;
	z-index: 2;
}

#right{
	width: 230px;
	margin: 15px 33px 30px 30px;
	float: right;
	color: #666666;
	text-align: left;
	z-index: 2;
}

#full{
	width: 495px;
	margin: 15px 33px 30px 38px;
	float: left;
	color: #666666;
	text-align: left;
	z-index: 2;
}

#footer{
	width: 100%;
	height: 79px;
	margin: 0px auto 0px auto;
	background-image: url(/images/footer_background.gif);
	background-repeat: repeat-x;
	clear: both;
	z-index: 2;
}

#topmenu_l{
	width: 254px;
	overflow: hidden;
	text-align: left;
	float: left;
	z-index: 2;
}

#topmenu_r{
	/*margin-left: 254px;*/
	overflow: hidden;
	text-align: left;
	float: left;
	z-index: 2;
}

/* ########################################################################################### */

div.content{
	width: 100%;
	text-align: left;
	clear: both;
	z-index: 2;
}

div.content p{
	margin-top: 15px;
	z-index: 2;
}

div.menuitem{
	float: left;
	text-align: left;
	height: 23px;
	background-repeat: repeat-x;
	z-index: 2;
}

div.pagetitle{
	color: #7a2d75;
	width: 100%;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	z-index: 2;
}

div.childnodes{
	width: 415px;
	padding: 10px;
	background-color: #d7bfd5;
	color: #7a2d75;
	font-weight: bold;
	line-height: 18px;
	z-index: 2;
}

div.artikelliste{
	width: 415px;
	padding: 10px;
	background-color: #d7bfd5;
	line-height: 18px;
	z-index: 2;
}

.guestbook div.artikelliste{
	overflow: hidden;
}

div.boxtitle{
	width: 100%;
	height: 25px;
	background-image: url(/images/box_title.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	z-index: 2;
}

div.boxcontent{
	width: 222px;
	background-color: #dcdcdc;
	padding: 4px;
	z-index: 2;
}

div.bild_rechts{
	width: 100%;
	background-color: #666666;
	text-align: center;
	z-index: 2;
}

div.spacer{
	width: 100%;
	z-index: 2;
}

div.artikelliste p{
	margin: 0px 0px 10px 0px;
	z-index: 2;
}

div.left{
	float: left;
}

div.right{
	float: right;
}

div.clear{
	height: 0px;
	font-size: 0px;
	clear: both;
}

div.google_hint{
	font-size: 10px;
	font-style: italic;
}

div.pagenavigator p{
	margin: 0;
}

