* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000;
	color:#3B6986;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-350px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:700px;
	width:1000px;
	clear:left;
	/*border: 1px solid #333;*/
}

/* Basics */

img {
  border: none;
}

a {
  color: #2A3448;
  text-decoration: none;
}

a:hover {
  color: #FFF;
}

.left {
  float: left;
}

.right {
  float: right;
} 
	
/* Layout */

#header {
  height: 90px;
  background: url('dashed.png') bottom no-repeat;
}	

#menu1 {
  height: 19px;
  background: url('dashed.png') bottom no-repeat;
  overflow: hidden;
}

#menu2 {
  height: 16px;
  background: url('dashed.png') bottom no-repeat;
  overflow: hidden;
}

#content {
  height: 509px;
  overflow: hidden;
  position: relative;
}

#footer {
	height: 66px;
	background: url('dashed.png') top no-repeat;
	color: #3B6986;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
}

#credits {
  position: absolute;
  right: 20px;
}

/* Content */

#content .col1 {
  position: absolute;
  width: 972px;
  top: 10px;
  left: 13px;
}

#content .col2 {
  position: absolute;
  /*border: 1px solid green;*/
  left: 460px;
  top: 10px;
  width: 522px;
}

#content p {
  padding: 10px 80px 0 2px;
  line-height: 17px;
  color: #3B6986;
}

#content h1 {
  padding: 70px 0 15px 0;
}

#content h2 {
  padding: 15px 0 5px;
}

#content ul {
  margin-left: 15px;
}

/* Gallery */

#content .gallery1 {
  padding-top: 30px;
  float: left;
  /*border: 1px solid blue;*/
  width: 577px;
  margin: 10px 0 0 13px;
}

#content .gallery2 {
  padding: 30px 0 0 0px;
  margin-left: 15px;
  float: left;
  /*border: 1px solid green;*/
  width: 380px;
  height: 403px;
  margin-top: 10px;
  background: url('dashed.png') bottom no-repeat;
}

.gallery1  h2 {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0 !important;
}

.gallery1  p {
  margin: 0;
  padding: 0 !important;
}

.gallery1 #bandinfo {
  position: absolute;
  top:430px;
  left: 460px;
}

#zaehler {
  position: absolute;
  top:435px;
  left: 510px;
}

#zaehler div {
  float: left;
  padding-top: 3px;
}

.floater {
  clear: both;
  float: none;
}

.floater div {
  float: left;
}

.dirleft {
  background: url('back.png') no-repeat scroll top left;
}

.dirright {
  background: url('forward.png') no-repeat scroll top left;
}

#zaehler a:hover {
  background-position: 0px -8px;
}

.gallery2 .row {
  width: 100%;
  overflow: auto;
  margin-bottom: 22px;
}


.gallery2 .col {
  float: left;
  width: 56px;
  overflow: hidden;
  color: #3B6986;
  margin-right:15px;
}

.gallery2 .col img {
  opacity: .5;
  filter: alpha(opacity=50);
}

.gallery2 .col img.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery2 .col p {
  padding: 6px 0 0 0 !important;
  font-size: 11px;
  white-space: nowrap;
  text-transform: lowercase;
}

.gallery2 .col p.selected {
  color: #FFF;
}

/* Menus */

#menu1 ul, #menu2 ul {
  list-style: none;
  margin-left:16px;
  margin-top: 1px;
}

#menu1 li, #menu2 li {
  float: left;
  margin-right:5px;
}

/* Formular */

.formgen {
  margin-top: 20px;
  margin-left: 2px;
}

.formgen input, .formgen textarea {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;  
  color: #FFF;
  background: #000;
  border: 1px solid #3B6986;
  font-size: 12px;
}

.formsubmit {
  margin-left: 100px;
  background-color: #2A3448 !important;
}

.formblock {
  margin-bottom: 10px;
  width: 100%;
  overflow: auto;
}

.forminfo {
  color: #FFF;
  margin-top: 20px;
  margin-left: 2px;  
}

.formblock label {
  float: left;
  width: 100px;
}

/* TinyMCE */

a.link-forward
{
	padding-right: 18px;
	background-attachment: scroll;
	background-image: url(forward2.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}

a:hover.link-forward {
  background-position: right -21px;
}

a.link-back
{
  padding-left: 18px;
	background-attachment: scroll;
	background-image: url(back2.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

a:hover.link-back {
  background-position: left -21px;
}

/* Links */

.linkcols {
  width: 100%;
  overflow: auto;
}

.linkcol {
  width: 172px;
  float: left;
}

.linkcol li {
  line-height: 17px;
}
