a { color: black; }

body {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0px;
}

#wrapper {
  width: 750px;
  margin: 0px auto;
  margin-top: 5px;
  text-align: left;
}

#top {
  height: 24px;
}

#main {
  background: URL('images/body_back.gif');
  margin: 0px;
}

#maintop {
  background: URL('images/body_top.png');
  height: 12px;
  width: 750px;
}

#maincontent {
  margin-left: 5px;
  margin-right: 5px;
}

#mainnavi {
  height: 24px;
}

#mainnavi div {
  background: URL('images/button_off.jpg');
  float: left;
  width: 106px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
}


#mainnavi .active {
  background: URL('images/button_on.jpg') ! important;
}

#mainnavi a {
  color: white;
  text-decoration: none;
}

#subnavi {
  width: 100%;
  height: 22px;
  background: #FAA;
  font-size: 14px;
  text-align: right;
}

#subnavi a{
  color: black;
  text-decoration: none;
}

#subnavi img { border: 0px; }

#foot {
  width: 100%;
  height: 20px;
  background: #FCC;
  font-size: 14px;
  text-align: center;
  clear: both;
}

#subnavi input {
  font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
}

.alert {
	background: #ffdddd url('images/icons/information.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ff3333;
	border-bottom: 2px solid #ff3333;
	margin: 10px;
}

iframe {
  border: 0px;
}

.redbox {
  margin: 10px;
  background: #F88;
  height: 150px;
  clear: both;
}

.redbox2 {
  margin: 5px;
  background: #FEE;
  width: 150px;
  text-align: center;
  float: left;
}

#box {
  clear: both;
  margin: 10px;
}

#box_left {
  width: 200px;
  background: #EEE;
  float: left;
  font-size: 12px;
}

#box_left img { border: 0px; }

#box_middle {
  margin-left: 5px;
  float: left;
  width: 350px;
}

#box_smallright {
  margin-left: 5px;
  float: left;
  font-size: 12px;
  background: #EEE;
  width: 150px;
}

#box_smallright img { border: 0px; }

#box_right {
  margin-left: 5px;
  float: left;
}

#photospace {
  width: 200px;
  text-align: center;
}

.optbox {
  width: 700px;
  border: 1px solid black;
  height: 325px;
  overflow: auto;
}

.opttabreiter {
  clear: both;
  height: 16px;
}

.opttab {
  background: #FCC;
  width: 130px;
  height: 100%;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}

.opttabactive {
  font-weight: bold;
  background: #F66;
  width: 130px;
  height: 100%;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}

.gb {
  margin: 5px;
  border: 1px inset black;
  width: 470px;
  min-height: 95px;
}

.gbbild {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}

.gbbox {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
  width: 75px;
  height: 95px;
}

.bigtext {
  width: 350px;
  height: 125px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.medtext {
  width: 350px;
  height: 80px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#search_suggest {
  font-size: 12px;
  background: #aaa;
  border: 1px inset black;
  cursor: pointer;
  width: 200px;
  display: none;
  z-index: 5;
}

.suggest_link {
  margin: 2px;
  background: #eee;
  text-decoration: underline;
}

.suggest_link_over {
  margin: 2px;
  background: #fafafa;
  text-decoration: none;
  font-weight: bold;
}

.pnrow {
  background: #FCC;
  width: 100%;
  margin: 1px;
  clear: both;
}

.pnrow:hover {
  background: #F88;
}

.pnunread {
  background: #F66;
  font-weight: bold;
}

#post {
  width: 99%;
}

.pntitle {
  width: 45%;
}

.pnabs {
  width: 30%;
}

.pnbox {
  background: #FCC;
  margin: 15px;
  padding: 10px;
}

.row1 {
  background: #FCC;
}

.row2 {
  background: #FBB;
}

#newthread {
  background: #fdd;
  border: 2px solid #f33;
  display: none;
  width: 450px;
}

#homerechts{
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  width: 250px;
}

#tagcloud{
  width: 250px;
  background: #FCC;
}

#tagcloud a {
  color: #F33;
}

.smallava {
  width: 25px;
  height: 25px;
  border: 0px;
}

.prevava {
  width: 16px;
  height: 16px;
  border: 0px;
}

input[type=submit], input[type=button] {
  background: #FAA;
}

#blogbuttons {
  clear: both;
  width: 390px;
  background: #EEE;
  height: 20px;
  overflow: visible;
}

#blogbuttons img{
  width: 16px;
  height: 16px; 
  border: 1px outset black;
  margin: 1px;
}

#blogbuttons img:hover {
  border: 1px inset black;
  pointer: hand;
}

.dashbox {
  background: #FCC;
  width: 100%;
  margin-bottom: 10px;
}

.comment {
  width: 340px !important;
  font-size: 12px !important;
  clear: both;
}

.profilmini {
  font-size: 12px;
  border: 1px solid black;
  width: 350px;
}

.profilleft {
  margin-left: 20px;
  margin-bottom: 10px;
}

.bestbox {
  font-size: 14px;
  width: 240px;
  border: 1px solid black;
  float: left;
}

.profilfeld {
  width: 350px;
}

#ed_toolbar {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  z-index: 2;
}

#ed_toolbar li {
  position: relative;
  float: left;
  overflow: visible;
  cursor: pointer;
  width: 20px;
}

#film {
  position: relative;
  font-size: 10px;
  width: 120px;
  z-index: 200;
  display: none;
  margin: 0;
  padding: 0;
  top: -8px;
  left: 8px;
  height: 0px;
}

#film li {
  display: block;
  border: 1px outset #eee;
  background: #eee;
  list-style-type: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

#film li:hover {
  border: 1px inset #eee;
  background: #fefefe;
}

#bnav {
  position: relative;
  clear: both;
  background: #eee;
  margin-top: 10px;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  overflow: auto;
}

.bnavo {
  position: relative;
  background: #fcfcfc;
  width: 200px;
  height: 100%;
  margin-left: 10px;
  float: left;
  font-size: 10px;
  text-align: left;
  overflow: auto;
}