* {
	padding: 0px;
	margin: 0px;
}

h1 {
	text-align: center;
	color: #000000;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
}

h2 {
	padding-top: 10px;
}

body {
	background-color: #FFFFFF;
}

p {
	margin-top: 10px;
}

a {	
	text-style: normal;
	text-decoration: none;
	color:  #3399FF;
	cursor: pointer;
}

#slider {
  	width: 800px;
  	margin: 0 auto;
  	position: relative;
}

.scroll {
  	height: 400px;
	overflow-x: auto;
	overflow-y: hidden;
  	position: relative; /* fix for IE to respect overflow */
  	clear: left;
  	background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  	padding: 20px;
  	height: 400px;
  	width: 700px; /* change to 560px if not using JS to remove rh.scroll */
}

.topbar {
	width:auto;
	height: 20px;
	margin-bottom: 2px;
}

.topbarright {
	float: right;
	margin-right: 30px;
}

.topbarleft {
	float: left;
	margin-left: 30px;
}

.menuitem {
	height:20px;
	text-decoration: none;
	text-style: normal;
	font-style: bold;
	background-color:  #6699CC;
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	color: #000000;
	border-color: #000000;
}

.main { 
	margin: 20px auto;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	width: 850px;
}

.impressum {	
	margin-top: 20px;
	text-align: right;
	font-size: small;
}

.button {
	width: 80px;
}

.button:hover{
	cursor:  pointer;
}

