body {
    background-color:#e9e9e9;
    padding:0px;
    margin:0px;
}

#main {
    width:100%;
    background-color:#ffffff;
}

#top {
    clear:both;
    width:100%;
    height:122px;
    background-image:url("/graphics/top.jpg");
    background-repeat:no-repeat;
}

#middle {
    width:100%;
    background-color:#ffffff;
}

#bottom {
    clear:both;
    width:100%;
    height:84px;
    background-image:url("/graphics/bund.jpg");
    background-repeat:no-repeat;
}

#menu {
    position:absolute;
    top:89px;
    left:0px;
    height:33px;
    margin-right:25px;
    padding-right:25px;
    background-image:url("/graphics/curtainmenubg.png");
    background-position:right bottom;
    background-repeat:no-repeat;
}

#content {
    border:solid 1px #ffffff;
    font-family:verdana,sans,sans-serif;
    font-size:10px;
    line-height:16px;
    padding:20px;
    width:640px;
}

#lcontent {
font-family:verdana,sans,sans-serif;
font-size:10px;
}

#content h1 {
font-family:verdana,sans,sans-serif;
font-size:12px;
}

#content h2 {
font-family:verdana,sans,sans-serif;
font-size:11px;
}

#content td {
font-family:verdana,sans,sans-serif;
font-size:10px;
}

.tblh1 {
    font-family:verdana,sans,sans-serif;
    font-size:12px;
    background-color:#ffffff;
}

.tblh2 {
	font-family:verdana,sans,sans-serif;
	font-size:11px;
	background-color:#a7a7a7;
}

.tblnote {
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

.tblbright {
	border-right:solid 1px #ffffff;
}

.tbl {
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
}

#cMenuTable {
    background-position:right bottom;
    background-repeat:no-repeat;
}

#cMenuTable td {
    height:33px;
    background-image:url("/graphics/btnCenter.png");
    background-repeat:repeat-x;
    text-align:center;
    font-family:verdana, sans, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#a7a7a7;
    cursor:default;
    padding-left:10px;
    padding-right:10px;
}

.ltxt {
	float:left;
	width:280px;
	background-color:#d9d9d9;
	background-image:url("/graphics/borderGreyTop.png");
	background-position:top left;
	background-repeat:no-repeat;
	margin-right:20px;
	margin-bottom:20px;
}

.lcontent {
	padding:5px;
}

.lfooter {
	background-image:url("/graphics/borderGreyBottom.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	height:10px;
}

.limg {
	width:260px;
	float:left;
}

.limginner {
	background-image:url("/graphics/borderGreyTop260.png");
	background-color:#d9d9d9;
	background-position:top left;
	background-repeat:no-repeat;
	width:260px;
}

.licontent {
	padding:10px;
	padding-bottom:0px;
}

.lifooter {
	background-image:url("/graphics/borderGreyBottom260.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	height:10px;
}

