html {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-top: -1px;
	z-index: 0;
	position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: transparent url(/img/blank.gif) fixed;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

ol,ul,li { /*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
}

li>p {
	margin-top: 0.2em;
}

pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong,b {
	font-weight: bold;
}

a {
	color: inherit;
}

#ssb {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('../img/bg_bottom.jpg') repeat;
	overflow: hidden;
}

#center {
	position: relative;
	height: 720px;
	width: 1004px;
	background: url('../img/bg_center.png') no-repeat;
	margin: 0 auto;
	z-index: 1;
}

#bottom  {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	z-index: 0;
}
#bottom img {
	position: relative;
	bottom: 0;
	margin: 0 auto;
}
html>body #bottom {  /* nur fuer moderne Browser! */
}

#news {
	position: relative;
	display: inline-block;
	clear: both;
	float: left;
	top: 230px;
	left: 40px;
	width: 190px;
	height: 270px;
	text-align: left;
	overflow: auto;
}

html>body #news {  /* nur fuer moderne Browser! */
	left: 70px;
}

#news ul {
	list-style: none;
	padding-left: 1em;
}

#content {
	position: relative;
	display: inline-block;
	clear: both;
	float: left;
	top: -85px;
	left: 300px;
	height: 440px;
	width: 530px;
	padding: 1em 2em;
	text-align: left;
	overflow: auto;
}
html>body #content {
}

#content ul.tourdates {
}

#content .headline_image {
	display: block;
	margin-bottom: 1em;
}

ul#snippetplayer {
	position: absolute;
	display: inline-block;
	float: left;
	top: 80px;
	left: 450px !important;
	left: 450px;
}

ul#navigator {
	position: relative;
	display: inline-block;
	float: left;
	top: 153px;
	left: 280px !important;
	left: 320px;
	list-style: none;
	padding: 0 auto;
	margin: 0;
}

ul#navigator li {
	float: left;
	margin: 0;
}


#menu_contact {
	margin-left: 80px;
}

#menu_media {
	margin-left: 50px;
}

#menu_photos {
	margin-left: 60px;
}


img#rocket {
	position: relative ;
	clear: both;
	top: 300px;
	z-index: 99;
	left: 170px;
}
html>body img#rocket {
}

.cmsItem {
	border: 1px solid white;
	clear: both;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
}

.cmsItem .cmsItemTitle {
	float: left;
	width: 180px;
	font-size: 2em;
}

.cmsItem .cmsItemDescription {
	clear: both;
	float: left;
	width: 180px;
}

.cmsItem .cmsItemEditor {
	margin-left: 200px;
}

.validationError {
	border: 1px solid red;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE5/Mac */
* html .buggybox {
	height: 1%;
}  /* for IE/Win */
*>html .buggybox {
	he\ight: auto;
} /* for IE5/Mac */

