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

body {
  background: URL('images/main_background_loop.jpg') #FFFF00;
  background-repeat: repeat-y;
  background-position: center;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: 14px;
}

#mainbgr {
  position: absolute;
  left: 0px;
  top: 0px;
  background: URL('images/background.png') #FFFF00;
  background-repeat: repeat-x;
  width: 100%;
  height: 600px;
}

#wrapper {
  margin: auto;
	position: relative;
  width: 720px;
  text-align: left;
}

#kopf {
  background: URL('images/head_image.jpg');
  width: 720px;
  height: 100px;
  float: left;
}

#leftborder {
  background: URL('images/main_leftborder.jpg');
  background-repeat: no-repeat;
  width: 10px;
  height: 700px;
  float: left;
}

#main {
  float: left;
  background: URL('images/main_background.jpg');
  background-repeat: no-repeat;
  width: 700px;
  height: 670px;
}

#menu {
  position: relative;
  left: 245px;
  top: 5px;
  width: 457px;
  height: 120px;
}

#sidebar {
  position: absolute;
  width: 215px; 
  top: 203px;
  left: 18px;
  width: 215px;
}

#news {
  position: absolute;
  width: 460px;
  top: 203px;
  margin-left: 233px;
}

#bubble {
  position: absolute;
  clear: both;
  background: URL('images/bubble.jpg');
  background-repeat: no-repeat;
  width: 436px;
  height: 72px;
}

#bubbletext {
  position: relative;
  top: 10px;
  left: 7px;
  width: 410px;
  height: 60px;
}

#bubbleindicator {
  position: relative;
  top: 0px;
  left: 40px;
  width: 10px;
  height: 5px;
  background: URL('images/bubble_indicator.jpg');
  background-repeat: no-repeat;
}

.button {
  width: 90px;
  height: 22px;
  margin-right: 1px;
  font-size: 14px;
  background: URL('images/button_off.jpg');
  float: left;
  text-align: center;
}

.button a {
  color: #000;
  text-decoration: none;
}

h1 {
  margin: 0px;
  font-size: 22px;
}

.comment {
  border: 1px inset #CCC;
  width: 440px;
  margin: 10px;
}

.ptab {
  float: left;
  font-size: 12px;
  margin-right: 5px;
  background: #CCC;
}
.ptab a{
  text-decoration: none;
}

#pcontent {
  background: white;
  width: 200px;
  height: 240px;
  clear: both;
  padding: 5px;
  font-size: 12px;
}