/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #004160;
	color: #00FFFF;		
}

a {
	color: #FFFF66;
	text-decoration:none;
}

a:link,
a:visited,
a:active,
a:focus  {
	color: #00FFFF;
	text-decoration:underline;
}

a:hover {
	color: #FFFF66;
	text-decoration:underline;
}

html * {
	margin: 0;
}

h1, h2, h3, h4{
	
	font: 1.5em, "Apple Garamond", "Times New Roman", "Garamond", serif;

}

h1 {
	margin-top: 15px;
	font-size: 1.8em;	
	line-height: 1.8em;
	margin-bottom: 0;
}

h2 {
	margin-top: 0.4em;
	font-size: 1.4em;	
	line-height: 1.4em;
	margin-bottom: 0.7em;
}

h3 {
	margin-top: 0.9em;
	font-size: 1.0em;	
	line-height: 1.0em;
	margin-bottom: 0.3em;
	margin-top: 1.2em;
}

h4 {
	margin-top: 0.9em;
	font-size: 1.0em;	
	line-height: 1.0em;
	margin-bottom: 0.3em;
	margin-top: 1.2em;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	display: none;
}


#navi a:link,
#navi a:visited,
#navi a:active,
#navi a:focus {
		  text-decoration: none;
		  color: #00FFFF;
}

#navi a:hover {
     	  text-decoration: none;
		  color: #FFFF66;
}

#navi li {
          list-style-image: url(../images/link.gif);
          list-style-type: none;
          text-decoration: none;
          font-family: Arial, sans-serif;
          margin-left: 0;
		  color: 00FFFF;
		  margin-bottom: 0.6em;
		  line-height: 1.1em;
}

#navi a.on {
	color: #FFFF66;
}

p {
	margin-bottom:1em;
}

.high {
	color: #FFFF66;
}

.high_1 {
	color: #FFFF66;
	font-style:italic;
}


#rueck p{
margin-left: 50px;
 }

/**-----------------------------------------------------------------------------
** DIVS
**/ 

#druck_titel {
display:none;
 }
 
 
#outer {
 text-align:left;
 width:1000px;
 margin:auto;
 }

#hdr {
 height:120px;
 padding-left:245px;
 margin-top: 20px;
 }

#bar {
 height:40px;
 }

#bodyblock {
 position:relative;
 width:1000px;
 padding:0;
 }

#l-col {
 float:left;
 text-align: right;
 width:200px;
 }

#cont {
 width:750px;
 text-align:left;
 }

#ftr {
 height:50px;
 font-size:10px;
 margin-top:120px;
 text-align:right;
 }
 
 #ftr a {
 text-decoration:none;
 }
 
  #ftr a:hover {
 text-decoration: underline;
}

/**-------------------------------------------------------------------------------
** TABELLEN
**/             


table {
	emty-cells: hide;
	width: 100%;
	padding: 0px;
	font-size: 0.7em;
}


th, tr, td {
	padding: 3px 5px 3px 5px;
	border: 0px solid #333;
	text-align: left;
	vertical-align:top;
}

th {
	font-weight: bold;              
}

/**-------------------------------------------------------------------------------
** Helper
**/             


#sprung a:link,
#sprung a:visited,
#sprung a:active,
#sprung a:focus {
		  text-decoration: none;
}

#sprung a:hover {
     	  text-decoration: none;
}

#sprung li {
          list-style-image: url(../images/link.gif);
          list-style-type: none;
          width: 400px;
          text-decoration: none;
          font-family: Arial, sans-serif;
          margin-left: 0;
		  margin-top: 0;
}