body {
	background-color: #ffffdd;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 30px auto;
    
    
    background-image: url('Page-BgTexture.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
    
    /*
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
    
    
    */
    
}
a:link, a:visited, a:active {
	color: #144E56;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #d9c902;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.cmslogo {
    width: 200px;
    height: 106px;
    margin-bottom: 12px;
    overflow: hidden;
}

#header {
	text-align: left;
	width: 908px;
	height: 165px;
    /*background-color: #144e56;*/
	background-image: url(header.png);
	margin: 0 auto;
    margin-bottom: 5px;
    /*
	border-top: 4px #FFFFFF solid;
	border-left: 4px #FFFFFF solid;
	border-right: 4px #FFFFFF solid;
    */
	background-repeat: no-repeat;
}
#searchbar {
	/*margin: 119px 0px -12px 0px;*/
    
}
#container {
	margin: 0 auto;
	width: 908px;
	/*border: 4px #FFFFFF solid;*/
	/*background: #ffffff url(leftbg.gif) repeat-y;*/
}
#maintable {
    display:table;
}
#maintablerow {
    display:table-row;
    /*height: 500px;*/
}

#left {
	text-align: left;
	width: 228px;
	padding-top: 20px;
	margin: 0 auto;
	/*float: left;*/
    /*background-color: yellow;*/
    /*background-color: #d9d9d9;*/
    background: url(back.png);
    display:table-cell;
}
#arrow {
	text-align: left;
	font-size: 24px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 8px 9px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
	color: #000000;
	font-size: 12px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	/*
    background-image: url(smallarrow.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	padding-left: 45px;
    */
    margin-top: 2px;
    padding-left: 15px;
}
#right {
	/*margin-left: 198px;*/
	margin-top: 0px;
	width: 680px;
    /*float: left;*/    
    /*background-color: white;*/
    background: url(back.png);
    display:table-cell;
    
}
#content {
	/*background-color: #FFFFFF;*/
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}
#footer {
	clear: both;
	width: 908px;
	height: 50px;
	background-color: #656565;
    margin-top: 5px;
    background-image: url(footer.png);
	background-repeat: repeat;
    text-align: center;
    color: white;
}
/*
#footerLeft {
	height: 50px;
	width: 228px;
	background-color: #2F363C;
	text-align: center;
	float: left;
    
    
}
#footerRight {
	text-align: center;
	float: left;
    width: 680px;
	height: 50px;
    background-image: url(footer.png);
	background-repeat: repeat;
}
*/
/**********************************/

div.amtstafel, div.headline {
    clear: both;
    width: 228px;
    text-align: center;
    margin-top: 20px;
}

div.headline {
    background-image: url(BlockHeader.png);
    color: white;
    font-weight: bold;
    font-size: 13px;
}

div.edesign4all{
    text-align: center;
    font-size: 10px;
}
img.noborder {
    border: 0px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    background-image: url(BlockHeader.png);
    color: white;
    font-weight: bold;
    text-align: center;
}

h3.amtstafel {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
    background-image: url(BlockHeader.png);
    color: white;
    font-weight: bold;
    text-align: left;
}

a.amtstafel {
	color: white;
	font-size: 13px;
	font-weight: bold;
} 
a.amtstafel:hover {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}