/* Reset all */
a, blockquote, body, caption, dd, div, dl, dt, fieldset, 
form, h1, h2, h3, h4, h5, h6 hr, html, img, label, legend,  ul, li, 
ol, p, table, tbody, td, tfoot, th, thead, tr {
    margin: 0;
    padding: 0;
}

/* Allgemeines */
html {
  background: #fff;
  color: #000;
}

body {
  background: #fff;
  color: #000;
  font-size: 100.01%;
  font-family: Arial, Helvetica, sans-serif;
  /* margin-top: 20px; */
  text-align: center;
}


.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.noScreen {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline; 
}

.noPad {
  padding:0;
}

a, a:link {
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

/*a:visited {
    color: #eee;
    background-color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
  
}

a:active {
  
}*/


a img, a:hover img, a:focus img	{
	border:none
}

img {
  border: 0;
}

/* floating classes */

.left {
    float: left;
    margin: 0 0.5em 0 0;
}

.right {
    float: right;
    margin: 0 0 0 0.5em;
}

/*.floatl {
  float: left;
}

.floatr {
  float: right;
}*/


.imgleft {
	float:left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.imgright {
	float:right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

/* Clear Classes */
.cb {
    clear: both;
}

.cl {
  clear:left;
}

.cr {
  clear: right;
}


.bl {
  border-left: 1px solid;
}

br.clear {
  line-height: 0;
  width: 0;
  height: 0;
  clear:both;
}

/* Absaetze */
p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0.5em 0;
}

/* Kleinerer Text */
.s {
    font-size: 0.9em;
}


strong, em {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
/*	font-size: 1.4em;*/
font-size: 69%;
color: #000;
line-height: 1.4;
 margin-bottom: 1em;

}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;

}

/* Listen */

ol, li, ul {
  list-style: none;
}

/* sprachauswahl */

#sprache {
  font-size:11px;
  position: absolute;
  right: 16px;
  top: -22px;
}

* html #sprache {
  top:-20px;
}

/* Layout */
#seite {
    border: 1px solid #B2B2B2;
    margin: 33px  auto 0 auto;
    position: relative;
    text-align: left;
    width: 880px;
}

* html #seite {
  margin-top: 38px;
}

#kopf {
   width: 880px;
   height:297px;
}


body#downloads  {
  color:#666666; 
  padding-bottom: 20px;
}

body#downloads  a {
  color:#666666; 
  font-weight: bold;
}


table#photos {
  font-size: 69%;
  line-height: 1.3;
  width:380px;
}

table#photos td {
   padding: 4px 8px 18px 0;
}

table#photos img {
  /*display:block;*/
}


#navi {
    margin-left: 29px;
}

#navi li {
  display: inline;
}

#inhalt {
margin-left: 39px;
margin-top:32px;
position: relative;
}

/* media */
div#mp3 {
  width:360px;
}

div#video {
  width:400px;
}

div#media {
  position: absolute;
  left: 420px;
  top:0;
}