html, body {
        margin:0px;
        padding:0px;
}

body {
        font:sans-serif;
        background: #eeddaa;
}

div {
        margin:0px;
        padding:0px;
}

#zierbalkenrechts, #zierbalkenlinks {
        position:fixed;
        background-image:url("../img/pfoten.png");
        background-repeat:repeat-y;
        width:43px;
        top:0px;
        height:100%;
}

#zierbalkenrechts {
        right:10px;
}

#zierbalkenlinks {
        left:10px;
}

#content {
        /*position:absolute;
        top:10px;
        left:300px;*/

        margin-top:50px;
        margin-right:80px;
        margin-left:300px;

        display:none;

/*        position:absolute;
        top:10px;
        left:300px;*/
}

#content img {
        float:right;
        height:250px;
        margin-left:20px;
        border:1px solid black;
}

#content img.left {
        float:left;
        height:214px;
        margin:0px;
        margin-right:20px;
}

#content .home img {
        float:none;
        height:auto;
        margin-left:0;
        border:0px none;
}

h1, h2, h3, h4, h5
{
  color:#cc0000;
  margin:0px;
  padding:0px;
  font-size:24px;
}

p
{
  font-size:18px;
}


.visitenkarte
{
  border:2px solid #777777;
  background-color:white;
  margin:5px;
  text-align:left;
  width:500px;
  padding:3px;
  padding-left:10px;
  height:140px;
  float:left;
}
.visitenkarte h5
{
  text-decoration:underline;
  color:black;
  clear:both;
  margin:0px;
  text-align:center;
  font-weight:underline;
  font-size:18px;
  margin-bottom:5px;
}
.visitenkarte p
{
  margin:0px;
  text-align:left;
  width:100%;
}
#content .visitenkarte img
{
  float:right;
  height:100px;
  margin:0px;
  margin-right:5px;
  border:0px none;
}


#content .player img {
        height:auto;
        float:none;
        border:0px none;
}
.control {
        cursor:pointer;
}


.tabcontent .linkoverview a {
	width:auto;
}
.linkoverview a {
	float:left;
	margin:5px;
	padding:3px;
	border:1px solid black;
	background:white;
	width:180px;
}
#content .linkoverview a img {
	margin:0px;
	border:0px;
	height:150px;
}



#imgpane a.schwarzebalken {
	height:70px;
	width:120px;
	float:left;
	margin:3px;
	text-align:center;
}

#imgpane a.schwarzebalken img {
	height:70px;
	width:auto;
	max-width:120px;
	cursor:pointer;
	margin:auto auto;
	float:none;
	border:1px solid black;
}