body {
  margin: 0px auto;
  font-family: Tahoma, Verdana, sans-serif;
  font-size : 90%;
  background: #fff url( '../assets/index_bg.jpg' ) repeat-x;
}

h1 {
  font-size: 110%;
}

img {
  border: 0;
}

a {
  color: white;
  font-weight: bold;
}

a:hover {
  color: lightblue;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: right;
  margin-top: 2px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  margin-top: 2px;
  font-size: 100%;
  border: 1px solid #9ab8d5;
}

.formbutton {
  color: black;
  border-left: 1px solid white;
  font-size: 90%;
  margin-top: 2px;
  background: #9ab8d5;
}

.bigHead {
  color: white;
  font-size: 150%;
}

#twitter_bottom {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#player {
  margin: auto;
  width: 300px;
  margin-bottom: 5px;
}

#container {
  margin: auto;
  width: 1004px;
  position: relative;
}

#header {
  width: 1004px;
  height: 149px;
  background: url( '../assets/index_header.jpg' );
}

#home_left {
  float: left;
  width: 502px;
  height: 480px;
  overflow: hidden;
}

.item1 img,
.item2 img,
.item3 img,
.item4 img {
  width: 502px;
  height: 120px; 
}

.item1 {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_1_inactive.jpg' );
}
.item1:hover {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_1_active.jpg' );
}

.item2 {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_2_inactive.jpg' );
}
.item2:hover {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_2_active.jpg' );
}

.item3 {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_3_inactive.jpg' );
}
.item3:hover {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_3_active.jpg' );
}

.item4 {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_4_inactive.jpg' );
}
.item4:hover {
  width: 502px;
  height: 120px;
  overflow: hidden;
  background: url( '../assets/home_left_4_active.jpg' );
}

#home_right {
  float: right;
  width: 502px;
  height: 480px;
  overflow: hidden;
}

#home_right img {
  width: 502px;
  height: 480px;
  border: 0px;
}

#home_bottom {
  width: 1004px;
  background: #e9e9e9;
  text-align: center;
  clear: both;
}

.merk_logo {
  width: 70px;
  height: 50px;
  border: 0px;
  margin: 5px;
}

#twitter_bottom {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
