body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Helvetica, sans-serif;
	background-image: url(xstefanjaeger_ly03_trace.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
}


div{
	//border:1px solid;
}

.theader  {
	margin-top: 0;
	font-size:40px;
	line-height: 30px;
	display:inline;
	font-style: normal;
	color:#336666;
}

.sheader{
	font-size:13px;
	line-height: 34px;
	color:#336666;
}


h1{
	font-size:12px;
	line-height: 30px;
	display:inline;
	color:#639f9f;
	font-style: normal;
}

h2{
	font-size:18px;
	line-height: 18px;
	font-style: bold;
	display:inline;
	color:#336666;
}

ul{
	display:inline;
}

li{
	margin-left:18px;
}

a img { /* blauer Rahmen weg. */
	border: none;
}

a {
	text-decoration: none;
	color:#639f9f;
}

a:active {
	color: #595959;
}

a:hover {
	color: #CCccCC;
}

#article a {
	text-decoration: underline;
	color:#000000;
}




.header { /*  optional*/
	top:0px;
	left:180px;
	width: 710px;
	height:83px;
	background-color:#99cccc;
	padding-top:30px;
	padding-left:30px;
	margin-bottom:28px;
	position:absolute;
}

#navigation {
	position:absolute;
	top:142px;
	width: 182px;
	text-align:right;
	min-height:600px;
	font-size:13px;
	line-height: 30px;
	color:#639f9f;
	text-decoration: none;
}

.bild{
	position:absolute;
	left:180px;
	top:112px;
	z-index:-1;
	overflow:visible;
	width:100px;
}
.naviaktiv{
	color:#dbeeee;
	text-decoration: none;
}

.titelzeile{
	position:absolute;
	left:210px;
	top:142px;
	width:240px;
	font-size:12px;
	line-height: 30px;
	float: left;
	color:#639f9f;
	font-style: normal;
}

#article {
	position:absolute;
	top:190px;
	left:390px;
	float: left;
	width: 500px;
	min-height:600px;
	font-size:13px;
	line-height: 18px;
}

.fussnote{
	font-size:10px;
	line-height: 18px;
}

.textlink{
	text-decoration:underline;
	color:#000000;
}

.homebild{
	margin-left:-80px;
}

.aboutbild{
	margin-left:-180px;
}

/*ipad quer*/
@media screen and  (min-width: 768px) and (orientation: landscape){ 
/*wie normal*/
}



/*ipad hoch*/
@media screen and (min-width: 768px) and (orientation: portrait){ 
 
 #article{
  	width: 500px;
  	left:212;
  }
  
  .bild{
  	left:0px;
  	top:360px;
  }
  
  .header {
  	width:576px;
  }
  
  .aboutbild{
	margin-left:-2px;
	}

  .homebild{
  	margin-left:-0px;
  }
  .homebildgroesze{
  	width:480px;
  }
  
}



@media screen and  (max-width: 640px){ 
/*kleine ansicht -640*/
  #article{
  	width: 380px;
  	left:212;
  	
  }
  .bild{
  	left:0px;
  	top:360px;
  }
  .header {
  width:460px;
  }
  
  .homebild{
  	margin-left:-0px;
  }
  .homebildgroesze{
  	width:320px;
  }
  
  .aboutbildgroesze{
  	width:380px;
  }
  .aboutbild{
	margin-left:0px;
}
  
}

@media screen and (max-width: 480px){ 
/*kleine ansicht -480*/
.header { /*  optional*/
	top:0px;
	left:0px;
	width: 480px;
}

.bild{
  	left:0px;
  	top:360px;
  }
  
 #article{
  	width: 240px;
  	left:212;
  }
  
  .homebild{
  	margin-left:0px;
  }
  
  .homebildgroesze{
  	width:260px;
  }
  .aboutbildgroesze{
  	width:260px;
  }
  .aboutbild{
	margin-left:0px;
}
}