/*
css for fips.at
*/

body {
	margin: 0;
	padding: 0;
	font: normal 0.8em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	background-color: #eeeeee;
}


#container {
  background: transparent url(drop.jpg) no-repeat top;
  width: 700px;
  background-color: white;
  padding: 10px;
  padding-top: 80px;
  margin: 10px;
}

#inhalt a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#inhalt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#inhalt {
}

acronym {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

ul, li{
	margin-left: 20px;
}

img{
	border: none;
}

pre{
	line-height: 1.1em;
	font-size: 1.1em;
}

#footer{
  background-color: #bbbbbb;
  text-align: center;
  font-style: italic;
  padding:0.5em;
}

#icons li{
	display: inline;
	margin: 0;
	padding: 0;
}
#icons ul{
	display: inline;
	margin: 0;
	padding: 0;
}

.source{
	border: dotted 1px;
  	padding: 1em;
	margin: 1em;
}

