
/* structure-elements: */
.frame {
      margin-left: auto;
	margin-right: auto;
	width: 860px;	
	margin-bottom: 20px;
}

.header {
 background-color: #ADC074;
 background-image:url("../img/back-dark.jpg");
 font-size: x-large;
 text-align: center;
 border-left:solid 1px;
 border-right:solid 1px;
 border-color:#000000;
 padding-bottom:3px;
}
.navi {
 margin-top: 3px;
 font-size: 12px;
 background-color: #D9D9B3;
 background-image:url("../img/back-medium2.jpg");
 border:solid 1px;
 border-color:#000000;
 padding-right:10px;
 padding-bottom:3px;
 min-height: 14px;
}
.main {
 font-size: 14px;
 background-color: #E8E8D0;
 border-color:#000000;
 border:solid 1px;
 padding:30px;
 min-height: 300px;
 /*height:1%;*/
}
.footer {
 font-size: 12px;
 background-color: #D9D9B3;
 background-image:url("../img/back-medium.jpg");
 border-right:solid 1px;
 border-left:solid 1px;
 border-bottom:solid 1px;
 border-color:#000000;
 text-align: right;
 padding-right:10px;
 padding-bottom:3px;
 text-align: center;
}
body {
background-image: url(../img/bg-gr.gif);
background-repeat:repeat-x;
/*background-image: url(../img/bg.gif);*/
background-attachment: fixed;
background-color:#D9D9B3;
font-family: Tahoma, Verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
}
.text{
	margin-left: 10%;
	margin-right: 10%;
}

i {
	margin-right: 5px;
}
/*---------------------------------------------------------------------*/
/* hyperlinks: */

/* noch nicht besuchte Ziele: */
a:link { 
color:#000000;
text-decoration: underline; 
}    
/* besuchte Ziele: */
a:visited { 
color:#3F3F3F;
text-decoration: underline; 
} 
/* Verweise bei "MouseOver": */
a:hover { 
color:#ADC074;
text-decoration: underline;
}
/* Angeklickte Verweise: */
a:active { 
color:#000000;
text-decoration: underline;  
}

a.banner {
	border: none;
	text-decoration: none;
}
a.anchor {
	color: Black;
	border: none;
	text-decoration: none;
}
/* external links */
a.external {
	border-bottom: dotted;
	text-decoration: none;
	border-width: 1px;
}
a.external:hover {
	border-bottom: dotted;
	text-decoration: none;
	border-width: 1px;
}
/* ------------------------------------------------------------------- */
/* lists: */
ul { 
	list-style-image:url(/img/star.gif); 
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 0px;
	}
li { 
	padding-left:5px ;
	padding-top: 5px;
}

/* -------------------------------------------------------- */
/* images: */
img.banner {
	margin-left: 0px;
	border: none;
}

img.border {
	border: solid 1px;
	margin: 10px;
}
/* -------------------------------------------------------- */
/* headlines: */
h1 {
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
 	font-size: x-large;
}
h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
 	font-size: medium;
}
strong {
	text-decoration: none;
	font-weight: normal;
}
/* weblinks section: */

table.linx {
font-size: small;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding-top: 10px;
	border-width: 1px;
	border-color: #ADC074;
}

td.linx {
	border-color:#ADC074;
   border-style: solid;
   border-width:1px;
	background-color:#D9D9B3;
	padding: 3px;
}
/* ----------------------------------------------------------*/
/* Equipment Tables */
table.equipment {
	/*border: solid black 1px;*/
}
td.equipment {
	background-color: #D9D9B3;
	border: solid black 1px;
	padding: 3px;
}
th.equipment {
	background-color: #ADC074;
	border: solid black 1px;
	padding: 3px;
}
/* thumbnail pages: */

table.tn{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

td.righter {
	text-align: left;
	min-width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: small;
}

td.tn {
	font-size: small;
	padding: 10px;
}
img.tn {
	margin: 5px;
	float: left;
	border-width: 0px;
}
a.abbr {
	position: relative;
	background-color: #D9D9B3;
}
a.abbr:hover {
	background-color: #ADC074;
	color: Black;
}
a.abbr span {
	display: none;
	text-decoration: none;
}
a.abbr:hover span {
	display: block;
	background: #D9D9B3;
	color: Black;
	border: 1px solid Black;
	position: absolute;
	top: 5px;
	left: 230px;
	padding: 2px;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* Hides from IE5-mac \*/
* html .main {height: 1%;}
/* End hide from IE5-mac */

