/* this css is derived from one from http://www.intensivstation.ch/css/template.php */

.style1 {font-size: 24px}
.style2 {font-size: 18px}

body {
	background-color: #ffffff;
	font: 12px Verdana, Arial, SunSans-Regular, Sans-Serif;
}

p, h2 {
  padding:10px;
  margin:0px
}

p.centre {
	text-align: center;
padding:10px;
  margin:0px
	}

p.right {
	text-align: right;
padding:10px;
  margin:0px
	}


a { 
color: #333333;

background-color:transparent;
text-decoration: underline; 
font-weight: bold;
}
 
a:hover, A:hover.menu { 
	text-decoration: underline;
	color: #0E5092;
	font-weight: bold;
}

/*  positioning-layers statisch und absolut */
#menu1 {
	position: absolute;
	top: 50px;
	padding:10px;
	text-align: left;
}

#menu2 {
	text-align: center;
	padding: 20px;
	background: #FFCC33;
	width: 800px;
	font-size: 12px;
	background-color: #FFCC00;
}

#banner1 {
	text-align: center;
	padding: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #000099;
	width: 800px;
	font-size: 16px;
	background-color: #0E5092;
	}

#content {
	overflow: auto;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	
	width: 800px;
}

#updated{
	text-align: right;
	
	font-size: 10px;
	width: 800px;
}

#sponsor{
	text-align: right;
	font-size: 10px;
	width: 800px;
	padding-left: 20px;
	padding-top: 10px;
}

#logo1{
padding:10px;
}

#logo2{
padding:0px 10px;
}

#logo3{
padding:10px 20px;
}

#logo4{
padding:10px 20px;
}

