* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #666666;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#header {
  position:relative;
  width:960px;
  height:67px;
  margin: auto;
  top:26px;
}

#container {
  position:relative;
  width:960px;
  height:450px;
  margin:auto;
  top:26px;
}

#left {
  position: relative;
  width: 608px;
  height: 100%;
  float:left;
}

#right {
	position: relative;
	left: 15px;
	width: 337px;
	height: 100%;
	float: left;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
}

#footer {
  position: relative;
  width: 960px;
  height: 30px;
  float:left;
  border-top: 1px solid #CCCCCC;
  clear:left;
  margin:auto;
  top:18px;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:11px;
  display:inline;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 11px;
  font-style: normal;
  color: #830529;
  text-decoration: none;
  font-weight:normal;
}

a:hover {
  font-size: 11px;
  font-style: normal;
  color: #830529;
  text-decoration: underline;
  font-weight:normal;
}


