div.container {
        margin: 0;
        padding: 0;
}

div.header {
        height: 196px;
        margin: 0;
        padding: 0;
        background:url(../images/topbkg.gif) repeat-x;
        text-align: center;
}

div.logo {
        width: 120px;
        height: 137px;
        position: absolute;
        top: 50px;
        left: 25px;
        background:url(../images/tvu-wappen-klein.jpg) no-repeat;
}

div.picture {
        width: 768px;
        height: 75px;
        background:url(../images/header_pict.jpg) no-repeat;
        position: absolute;
        top:74px;
        left: 195px;
}

div.tpmenu {
        width: 768px;
        height: 20px;
        position: absolute;
        top: 150px;
        left: 195px;
        background-color: #000000;
        color: #ffffff;
}


div.box1 {

}

div.col1 {
        float: left;
        margin: 2px 0px 2px 10px;
        width: 10em;
        background-color: #ffffff;
	display: inline;
}

div.col3 {
	float: right;
	margin: 5px;
        margin-bottom: 30px;
	position: absolute;
	right: 0px;
	top: 170px;
        width: 14em;
	border: 1px solid #000000;
	display: inline;
}

div.maincontent {
        margin: 0 14em 0 11em;
        padding-left: 10px;
        background-color: #ffffff;
        color: #006600;
        font-family: arial, helvetica, sans-serif;
        font-size: 1.2em;
}

* html div.maincontent {
	height: 1em;
}

div.footer {
	clear: both;
        margin: 0;
        padding: 0.1em;
	background-color: #bdbd84;
	text-align: center;
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
}
