/* --------------------------------------------------------------

   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.

-------------------------------------------------------------- */



@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */

/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */
dl {
	float: left;
}
dl img {
	border: 1px solid #cccccc;
}
dt {
	float: left;
}

dd {
	width: 230px;
	float: left;
}

body {
background-color: #B0B0B0;
background-image: url(../bg.png);

}
.navi{
margin: 20px 0 0 10px;
padding: 0px;
float: left;
width: 500px;
}
.navi ul{
margin-right: 0px;
margin-top: 0px;
margin-bottom: 1px;
float: right;
display: inline;
list-style: none;
}
.navi li{
border-right: 1px solid white;
float: left;
background-color:#006898;
padding: 4px 12px 4px 12px;
color: white;
}
.navi li:hover{
background-color:#4C91AF;
}
.navi a{
text-decoration: none;
color: white;
}
.leistungen_list{
list-style-image:url(pdf.gif);
}
.leistungen_list li{
margin-bottom: 5px;
}
.bottomright{
text-align: right;
}