@media all
{

* { margin:0; padding:0; } 

html, body {
	height:100%;
	}

body {
	background: #000;
	color: #ffc;
  text-align:center; /* Horizontale Zentrierung fuer IE Win quirks */
  font-family: helvetica,arial,sans-serif;
  font-size:12px;
	}

* { margin:0; padding:0; font-size: 100%; }

#distance {
	width:1px;
	height:50%;
	background:#000;
	margin-bottom:-210px; /* Halbe Hoehe des Containers */
	float:left;
	}

#main {
	margin:0 auto;
	position:relative; /* Sorgt dafuer, dass der Container vor #distance ist */
	text-align:left;
	height:420px;
	width:770px;
	clear:left;
	background:#000;
	border:0px solid #f00;
	}

#nav {
	position:absolute;
  background:#000;
  width: 210px;
  height: 420px;
  text-align:left;
  border: 0px solid #0f0;
	}

#info {
	position:absolute;
	}

#content {
	width: 560px;
  	height:420px;
  	float:right;
  	text-align: right;
	}

#links {
	text-align:right;
	}

#printContent {
	display: none;
	}

#fotoContent {
	text-align:center;
	width: 560px;
  height:420px;
  float:right;
	}

#printFotoContent {
	display: none;
	}
/*	
#seite {
	text-align: right;
	}
*/
#flashcontent {
	text-align: right;
	}


/*
------------------------
Content
------------------------
*/
h1 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:1em;
	}

p {
	padding-bottom:1em;
	}


/*
------------------------
Links
------------------------
*/

a {
	color:#ffc;
	font-weight: bold;
	}



} /* @media all close */



/*
------------------------------------------------------------------------------------------------

Print Layout

---------------------------------------------------------------------------------------------------
*/

@media print
{
#distance, #main, #nav, #info {
	display:none;
	background: transparent;
	}
#printContent, #printFotoContent {
	background: transparent;
	display:block;
	text-align: right;
	}

} /* @media print close */
