/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2009-06-03
	Project: www.impulsregion.at
	Author: websLINE, 2009
	-------
*/


/* DATENBLATT */

.datenblatt {
	float: right;
	width: 198px;
	border: 1px solid #006ab3;
	margin-left: 20px;
	}
.datenblatt h3 {
	margin: 0;
	padding: 5px;
	background: #e9eef7;
	border-bottom: 1px solid #006ab3;
	}
.datenblatt div {
	padding: 10px;
	border-bottom: 1px solid #006ab3;
	}
.datenblatt div b {
	display: block;
	color: #006ab3;
	padding-top: 3px;
	}
.datenblatt ul {
	margin: 10px;
	padding: 0;
	}
.datenblatt ul li {
	margin: 0; padding: 2px 0;
	list-style: none;
	list-style-image: none;
	}
.datenblatt ul li a {
	background: url(img_arrow.gif) no-repeat 0 2px;
	padding-left: 17px;
	text-decoration: none !important;
	}
.datenblatt ul li a:hover {
	color: #006ab3;
	}


/* LINIE */

.linie {
	height: 21px;
	background: url(img_bg-linie.gif) repeat-x 0 50%;
	}
	

/* IMAGE */

.image {
	width: 572px;
	}
.image2 {
	float: right;
	background: #f8fafd;
	padding: 7px 8px;
	}
.image2 table {
	width: 100px;
	}

/* SUBNAVIGATION */

.subnavigation {
	background: #f8fafd;
	padding: 10px 0 10px 8px;
	}
.subnavigation img {
	display: inline;
	}
	

/* INFOBOX */

.infobox {
	background: #f8fafd;
	padding: 10px;
	margin-top: 10px;
	}
.infobox h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	}


/* TEXT ABSAeTZe */

.absatz {
	}
.bildlinks img {
	margin: 0 8px 0 0;
	float: left;
	}
.bildrechts img {
	margin: 0 0 0 8px;
	float: right;
	}