body {
	color: #000000;
	font-family: 'Comic Sans MS';
	font-size: 12px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url('../images/layout/background.jpg');
	background-repeat: repeat-x;
}

a:link, a:active, a:visited {
	color: #227734;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#border {
	border-collapse: collapse;
	margin: 24px auto 0px auto;
}


/* Ausschliessen von IE vor 7.0 durch "html>body #border" schreibweise, da transparente PNG's nicht gehen*/
html>body #border .border_topleft {
	background-image: url('../images/layout/border_topleft.png');
	background-repeat: no-repeat;
}

html>body #border .border_top {
	background-image: url('../images/layout/border_top.png');
	background-repeat: repeat-x;
	height: 6px;
}

html>body #border .border_topright {
	background-image: url('../images/layout/border_topright.png');
	background-repeat: no-repeat;
}

html>body #border .border_left {
	background-image: url('../images/layout/border_left.png');
	background-repeat: repeat-y;
	width: 6px;
}

html>body #border .border_right {
	background-image: url('../images/layout/border_right.png');
	background-repeat: repeat-y;
	width: 6px;
}

html>body #border .border_bottomleft {
	background-image: url('../images/layout/border_bottomleft.png');
	background-repeat: no-repeat;
}

html>body #border .border_bottom {
	background-image: url('../images/layout/border_bottom.png');
	background-repeat: repeat-x;
	height: 6px;
}

html>body #border .border_bottomright {
	background-image: url('../images/layout/border_bottomright.png');
	background-repeat: no-repeat;
}


 
#layout {
	background-color: #EDFDF0;
	width: 774px;
}

#banner {
	text-align: center;
	height: 144px;
	background-image: url('../images/layout/banner.jpg');
	background-repeat: no-repeat;
}

#bar {
	height: 22px;
	background-image: url('../images/layout/bar.jpg');
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

#bar #slogan {
	color: #FFFFFF;
	white-space:nowrap;
	overflow: hidden;
}

#menu {
	width: 174px;
	border: 1px solid #CFDCD2;
	background-color: #DCF2DD;
	vertical-align: top;
}

#menu table {
	width: 100%;
	border-collapse: collapse; 
}

#menu .menutitle {
	height: 26px;
	background-image: url('../images/layout/bar.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px 0px 5px 5px;
	font-weight: bold;
}

#menu .menuentry {
	padding-left: 10px;
}

#menu .menuempty {
	height: 30px;
}

#menu .menucounter {
	padding-left: 10px;
}

#contentlayer {
	border: #CFDCD2 solid 1px;
	background-color: #DCF2DD;
	width: 587px;
	vertical-align: top;
}

#content {
	width: 580px;
	min-height:500px;
	overflow: auto;
	margin: 1px;
	padding-left: 5px;
}

#content table {
	border-collapse: collapse;
}


#footer {
	border: #CFDCD2 solid 1px;
	background-color: #DCF2DD;
	width: 587px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}