/* für contentbereich: */
#it-content
{
	margin-bottom:0;
}
.it-schmal
{
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

/* homepage-elemente: */
.it-produktteaser
{
	position:relative;
	width:549px;
	height:238px;
	margin:0;
	border-top:1px solid #fff;
	padding:0px;
	background-color:#fff;
}

/* Bereichsteaser */

.it-bereichsteaser
{
	position:relative;
	width:549px;
	height:240px;
	margin:0px;
	background-position:top left;
	background-repeat:no-repeat;
}
#it-content .it-bereichsteaser h1
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	margin:0px 295px 14px 25px;
	/*	Achtung: Wenn man das padding-top:25px als margin-top definiert, rutscht in allen browsern ungleich ie
			das hintergrundbild nach unten um genau diesen wert! */
	padding:25px 0 0 0;
	font-size:15px;
	line-height:20px;
}
#it-content .it-bereichsteaser ul
{
	padding:0;
	margin:0px 295px 8px 40px;
}
#it-content .it-bereichsteaser p
{
	margin:0px 295px 8px 25px;
}
#it-content .it-bereichsteaser p, 
#it-content .it-bereichsteaser p.link
{
	color:#000000;
	font-size: 11px;
	line-height:16px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}
#it-content .it-bereichsteaser p.link
{
	line-height:16px;
	margin-bottom:0px;
	padding-left:10px;
	background-image: url(../grafiken/bereich/allgemein/pfeil_blau.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
}
#it-content .it-bereichsteaser a
{
/*	color:#66A3E0; -- bereichsabhängig */
	font-size: 11px;
	line-height:16px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}


/* Position der Produktteaser links und rechts */

.it-produktteaser-links, .it-produktteaser-rechts
{
	position:absolute;
}
.it-produktteaser-links
{
	left:0px;
	top:0px;
}
.it-produktteaser-rechts
{
	left:275px;
	top:0px;
}
.it-produktteaser-links
{
	margin:0px;
	background-position:top left;
	background-repeat:no-repeat;
}

/* Layout der Produktteaser => hp_produktteaser.css */

#it-form-kundenbereich-login {
	margin:0 25px 20px 25px;
	width:200px;
}