body {
	margin: 0;
	padding: 0;
	background-color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
}

.tl {background: url(image/tl.gif) 0 0 no-repeat;}
.tr {background: url(image/tr.gif) 100% 0 no-repeat;}
.bl {background: url(image/bl.gif) 0 100% no-repeat #ffffff;}
.br {background: url(image/br.gif) 100% 100% no-repeat;}
.clear {font-size: 1px; height: 1px;}

#wrapper {
    width: 25cm;
    background-color: #ffffff;
    color: black;
    margin: 20px 20px 20px 20px;
}

#main {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
    
#header {
	padding-right: 70px;
	text-align: right;
}

#header img {
    padding: 25px 0px 20px 350px;
}

#content {
    margin: 0 0 0 330px;
    
}

#content .text {
    padding-left: 1cm;
    padding-right: 3.5cm;
    padding-bottom: 1cm;
    line-height: 1.5em;
    font-size: 0.9em;
    color: #333;
}

#contact{
    padding-top: 1cm;
	padding-left: 2cm;
    padding-right: 4cm;
    padding-bottom: 2cm;
    font-size: 0.9em;
}

#contact .headline{
    color: #333;
    font-weight: bold;
}

#contact ul{
    list-style: none;
    padding-left: 0.7cm;
}

#contact li{
    line-height: 1.4em;
    color: #333;
}

#sidebar {
    position: absolute;
	background: url(image/bar.gif) 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 300px;
    margin: 0;
    padding: 0;
}

#sidebar ul {
    list-style: none;
    margin-top: 30px;
    margin-left: 5px;
    padding-left: 100px;
}

#sidebar ul li a:link, a:visited {
    color: #360EAB;
    text-decoration: none;
    font-size: 13px;
	line-height: 1.8em;
}

#sidebar ul li a:hover{
    color: #ffde00;
}

#copyright {
    color: #979797;
    font-size: 0.6em;
    margin: 1px 0 0 30px;
}