html {
	background: #CCFFFF url(../images/bkgnd.jpg);
	background-repeat:repeat-y;
        background-size: 100% 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	font-size:1.0em;
}

h1 {
	background-color:transparent;
	color:#006666;
	font-size:2em;
	text-align: center;
}

h2 {
	background-color:transparent;
	color:#006666;
	font-size:1.6em;
	text-align: center;
}

h3 {
	background-color:transparent;
	color:#006666;
	font-size:1.2em;
}

td {
	text-align:left;
	vertical-align:top;
}

td.headline {
	color:#006666;
	font-size:1em;
	font-weight:bold;
}

td.panda {
	width:300px;
	text-align:center;
}

div.head {
	position:absolute;
	width:500px;
	height:134px;
	top:10px;
	left:0px;
}

div.logo {
	position:absolute;
	width:300px;
	height:134px;
	top:10px;
	left:501px;
}

div.menu {
	position:fixed;
	margin-top:150px;
	margin-left:50px;
	width:200px;
}

div.main {
	background-color:#CCFFFF;
	background-image:url(../images/bkgnd.jpg);
	background-repeat:repeat-y;
	position:absolute;
	top:150px;
	left:250px;
	width:625px;
	padding-bottom:50px;
}

div.footer {
	margin-top:50px;
	font-size:0.8em;
}

div.footer1 {
	font-weight:bold;
}

div.footer2 {
	margin-top:10px;
}

ul {
	list-style-type:none;
}

a {
	color:#339999;
}

a:visited {
	color:#999999;
}

a:active {
	color:#406666;
}

a.partnerlogo {
	margin-left:20px;
}

a.partnerlogoleft {
	margin-left:0px;
}

p.corona {
	border: 3px dotted red;
	padding: 5px;
}

img {
	border: none;
}

a.partnerlogo > img {
	height: 60px;
}