/* CSS Document */
html,body { 
margin:0px; 
padding:0px; 
font-family: Arial;
font-size:14px;
height: 101%;
}

h1 {font-size:1.1em; margin-top: 2px; margin-bottom:2px;}
p {font-size:0.8em}
a {color:#185B9F; text-decoration:none; font-weight:bold;}
a:link {color:#185B9F; text-decoration:none; font-weight:bold;}
a:visited {color:#185B9F; text-decoration:none; font-weight:bold;}
a:hover {color:#2FB44D; text-decoration:none; font-weight:bold;}

#bild{
border-color:#185B9F;
}

.menue{
background-image: url(_images/menue.jpg);
background-repeat:no-repeat;
width:170px;height:34px;
}

.kopfzeile{
font-family: Arial;
font-style:italic;
font-weight:bold;
font-size:0.9em;
}

.inhalt{
font-family: Arial;
font-weight:none;
font-size:0.8em;
}

.inhalt a:link, .inhalt a:visited, {color:#185B9F; text-decoration:none; font-weight:lighter;}
.inhalt a:hover {color:#2FB44D; text-decoration:none; font-weight:lighter;}

.fuss a:link, .fuss a:visited, {color:#185B9F; text-decoration:none; font-weight:lighter;}
.fuss a:hover {color:#2FB44D; text-decoration:none; font-weight:lighter;}


.rand {

  background: url(_images/schatten_trans.png) no-repeat top right !important;
  background: url(_images/schatten.gif) no-repeat top right;
}

.rand img{
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #185B9F;
  margin: -3px -24px 24px 14px;
}

.rand_fox {

  background: url(_images/schatten_trans.gif) no-repeat top right;
  background: url(_images/schatten.gif) no-repeat top right;
}

.rand_fox img{
  	position:relative;
	width:150px;
	height:115px;
	padding-right: 0px;
	padding-left: 0px;
	z-index:2;
	overflow:auto;
	background-image: url(_images/schatten.gif);
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
}

#p2 {
padding-left: 20px;
}

