 a:link {color:#FFFFFF;
 			text-decoration:none;
			text-underline:none;}
 a:visited {color:#a4b0b4;
  			text-decoration:none;
			text-underline:none;}
 a:hover {color:#FFFFFF;
  			text-decoration:none;
			text-underline:none;
			background-color:901e1e;
			cursor:pointer;}
 a:active {color:#a4b0b4;
  			text-decoration:none;
			text-underline:none;}



body {
	height:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
	background-color: #474b4c;
}

.huelle {
	background-position: center top;
	height: auto;
	width: 932px;
	background-attachment: scroll;
	background-image: url(../teilchen/background_komplett.jpg);
	background-repeat: no-repeat;
}

.huelle-start {
	background-position: center top;
	height: auto;
	width: 932px;
	background-attachment: scroll;
	background-image: url(../teilchen/background_komplett_start.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

.huelle-person {
	background-position: center top;
	height: auto;
	width: 932px;
	background-attachment: scroll;
	background-image: url(../teilchen/background_komplett_person.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

.inhalt {
	top: auto;

}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a4b0b4;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 0px;
	white-space: normal;
	border-right-style: none;
}

.text_re {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a4b0b4;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 0px;
	white-space: normal;
	border-right-style: none;
}


.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #a4b0b4;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 0px;
	white-space: normal;
	border-right-style: none;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 6px;
	color: #b6c2c6;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: normal;
	border-right-style: none;
	text-transform: uppercase;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #1b1c1d;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0px;
	white-space: normal;
	border-right-style: none;
	font-variant: normal;
}


.titel-rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 0px;
	white-space: normal;
	border-right-style: none;
	font-variant: normal;
	background-color:901e1e;
		text-transform: uppercase;
}

