
body {
background: #474747;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}

#pageHeader {
	background: url(img/calypso.jpg) top left no-repeat;
	height: 200px;
	margin: 0;
	border-bottom: 5px solid #fff;
}

#container {
position: relative;
background: #9cf;
margin: 20px auto;
padding: 0px;
width: 800px;
border: 5px solid #fff;
}

#linktext {
position: absolute;
top: 205px;
left: 0px;
width: 166px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

#maintext {
margin: 0px 0 0 192px;
width: 480px;
background: transparent;
}

#footer {
margin: 25px 0 0 0;
background: transparent url(img/footer.jpg) top left no-repeat;
height: 1.5em;
text-align: center;
border-top: 1px solid #fff;
}

/* text
----------------------------------------------- */
#maintext h3 {
margin: 10px 0 0 0;
padding: 0;
width: 480px;
height: 25px;
border: 1px solid #fff;
background: transparent url(img/titel.jpg) no-repeat top left;
color: #fff;
}

p, td, th{
font-size: 12px;
text-align:left;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

ul, li{
font-size: 12px;
padding: 0 0 0 20px;
margin: 0;

}


#linktext ul {
margin: 0;
padding: 40px 0px 25px 20px;
font-size: 11px;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #369;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: bold;
}


#footer a,  {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}


