html, body
{
	p\adding:50px 80px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	font-size: 12px;
	background-color: #C3C3C2;
    }

    :focus {
      -moz-outline-style:none;
    }
    h1 {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	color:#4D98ED;
    }

    h2 {
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	color:#4D98ED;

    }
    h3 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#4D98ED;

    }

    a {
            text-decoration: none;
            font-weight: normal;
            color:  #1B8AED;
            outline: none;
            }
    a:visited {
            c\olor:  #1B8AED;
            }
    a:active {
            c\olor:  #1B8AED;
             outline:none;
            }
    a:hover {
            color: #76AAED;
            /* text-decoration: underline; */
            }


#center {
   background-color:#C3C3C2;
   width:850px;
   margin:auto;
   margin-top:40px;
   margin-bottom:15px;
   }


/* navigation */
#nav {
	background:#ddd url(bilder_layout/h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:156px;
	width:845px;
}

#nav ul {
	width:800px;
	margin:0 auto;
}

#nav li {
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
}

#nav a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;
	height:122px;
	text-decoration:none;
}

#nav a.current {
	background:url(bilder_layout/down_large.jpg);
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;
	display:block;
}

#nav strong {
	display:block;
	font-size:13px;
}

#kopf {
	position:relative;
	background-color:#ccc;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:1px 1px 0;
	width:823px;
	height:70px;
	margin-bottom:-20px;
	padding-bottom:0px;
	padding-left:20px;
}

#fuss {
	font-size: 12px;
	position:relative;
	text-align: center;
	background-color:#ccc;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:0px;
	width:825px;
	height:20px;
	margin-bottom:0px;
	padding-bottom:0px;
    padding-top:5px;
	padding-right:20px;
}

#menue {
	background-color:#414141;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:0px 0px 0;
	width:845px;
	height:30px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;


}
/* panes */
#content {
	background:#fff url(bilder_layout/h300_reverse.png) repeat scroll 0 0;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:1px 1px 0;
	width:804px;
	height:400px;
	margin-bottom:-20px;
	padding-left:20px;
	padding-right:20px;
    padding-top:20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
/* panes */
#content_long {
	background:#fff url(bilder_layout/h300_reverse.png) repeat scroll 0 0;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:1px 1px 0;
	width:804px;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
#content_long img {
	float:left;
	margin-right:20px;
}


/* panes */
#panes {
	background:#fff url(bilder_layout/h300_reverse.png) repeat scroll 0 0;
	border-color:#C3C3C2;
	border-style:solid;
	border-width:1px 1px 0;
	width:843px;
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;

	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;
	position:absolute;
	top:20px;
	left:20px;
	font-size:13px;
	color:#444;
	width:650px;
}

#panes img {
	float:left;
	margin-right:20px;
}

#panes p.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
