li.partner a {
	display: none;
}


body {
	background: #0E2533 url(bilder/background.gif) top repeat-x; 
	color: #666;
	font: 0.8em/1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Verdana;
	margin: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #557EA8;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.3em 0 1.3em 0.5em;
}
dl {
	background: transparent url(bilder/dotted_bbb.png) bottom repeat-x;
	border: none;
	clear: left;
	padding: 1em 0 2em 0;
}

#wrapper {
	background: #FFF;
	margin: 20px auto 0;
	padding: 10px;
	width: 850px;
}
#header {
	background: #FFF url(bilder/logo.gif) no-repeat left top;
}
#header a.logo  {
	background: #FFF url(bilder/logo.gif) no-repeat left top;
	display: block;
	height: 65px;
	text-indent: -2000px;
	width: 358px;
}
#header span {
	display: none;
}
#keyvisual {
	margin: 3px 0 1em 0;
}
#menue {
	background: #D8E1E6;
	float: right;
	list-style: none;
	padding: 0;
	width: 100%;
}
	#menue li {
		display: inline;
	}
		
	#menue li a {
		border-left: 1px solid #B8C9D1;
		color: #255163;
		font-size: 15px;
		float: right;
		padding: 0.3em 1em 0.4em 1em;
	}
	#menue li a:hover {
		background: #B8C9D1 url(bilder/menue_over.png) top center no-repeat;
	}
	#menue li.active a {
		background: #B8C9D1 url(bilder/menue_over.png) top center no-repeat;
		color: #FFF;
	}


#container {
	border: #DDD;
	margin: 10px 0 0 0;
	padding: 0;
}
	
#content {
	float: left;
	margin: 0 30px 0 0;
	width: 568px;
}
#home #content {
	width: 500px;
}
#home #rightTab {
	width: 285px;
}

	#content h2 {
		clear: left;
		color: #557EA8;
		font-size: 14px;
		line-height: 19px;
		margin: 1.5em 0 0.8em 0;
	}	
	#content h3 {
		font-size: 1em;
		line-height: 1.2em;
		margin: 0 0 0.5em 0;
	}	
	#content h4 {
		color: #CCC;
		font-size: 2em;
		line-height: 1.2em;
		margin: 0 0 0.5em 0;
	}	
	
	#content h1 {
		color: #326F85;
		font-size: 1.5em;
		line-height: 1.2em;
		margin: 0 0 15px 0;
	}	
	
	#content h5 {
		color: #4496B5;
		font-size: 1.05em;
		line-height: 1.4em;
		margin: 0 0 0 0;
	}	
	#content h6 {
		color: #444;
		font-size: 1.3em;
		line-height: 1.4em;
		margin: 0 0 0 0;
	}	
	
	ul.list{
		margin: 0 0 0 1em;
	}
	ul.list li {
		background: url(bilder/bullet.png) left top no-repeat;
		margin: 0;
		padding: 0 0 0.4em 1em;
	}

/* PROGRESS
------------------------------------------------------------ */
	
	#content #progress {
		margin: 0 0 1.5em 0;
		padding: 0;
		list-style: none;
	}
	#content #progress li {
		display: inline;
		list-style-type: none;
	}
	#content #progress li a {
		display: block;
		float: left;
		height: 36px;
		margin: 0;
		padding: 0;
		text-indent: -2000px;
		width: 71px;
	}
	#content #progress li.step0 a {
		background: url(bilder/step0.png) top no-repeat;
	}
		#content #progress li.step0Active a{
			background: url(bilder/step0.png) bottom no-repeat;
		}
	#content #progress li.step1 a{
		background: url(bilder/step1.png) top no-repeat;
	}
		#content #progress li.step1Active a{
			background: url(bilder/step1.png) bottom no-repeat;
		}
	#content #progress li.step2 a{
		background: url(bilder/step2.png) top no-repeat;
	}
		#content #progress li.step2Active a{
			background: url(bilder/step2.png) bottom no-repeat;
		}
	#content #progress li.step3 a{
		background: url(bilder/step3.png) top no-repeat;
	}
		#content #progress li.step3Active a{
			background: url(bilder/step3.png) bottom no-repeat;
		}
	#content #progress li.step4 a{
		background: url(bilder/step4.png) top no-repeat;
	}
		#content #progress li.step4Active a{
			background: url(bilder/step4.png) bottom no-repeat;
		}
	#content #progress li.step5 a{
		background: url(bilder/step5.png) top no-repeat;
	}
		#content #progress li.step5Active a{
			background: url(bilder/step5.png) bottom no-repeat;
		}
	#content #progress li.step6 a{
		background: url(bilder/step6.png) no-repeat;
	}
		#content #progress li.step6Active a{
			background: url(bilder/step6.png) bottom no-repeat;
		}
	#content #progress li.step7 a{
		background: url(bilder/step7.png) no-repeat;
	}
		#content #progress li.step7Active a{
			background: url(bilder/step7.png) bottom no-repeat;
		}	
	
	
	
/* FOOTER
------------------------------------------------------------ */
	

#footer {
	font-size: 0.8em;
	padding: 0.7em ;
	margin: 0 auto 50px;
	color: #999;
	width: 850px;
}
	#footer a {
		color: #999;
	}
	#footer a:hover {
		color: #fff;
	}



/* STARTPAGE
------------------------------------------------------------ */

h2.vorteile {
	background: url(bilder/hl_ihrevorteile.gif) no-repeat;
	height: 23px;
	padding: 0 0 10px 0;
	text-indent: -2000px;
}
.berater {
	background: url(bilder/teaser_konfigurator.jpg) no-repeat;
	xborder: 1px solid green;
	color: #666;
	display: block;
	height: 266px;
	margin: 15px 0 0 0;
	width: 514px;
}
.berater span {
	display: block;
	padding: 50px 20px 20px;
}

#home h1 {
	margin: 0 0 5px 0;
}



/* RIGHTTAB
------------------------------------------------------------ */

#rightTab {
	float: right;
	margin: 0 10px 0 0;
	width: 225px;
}
#rightTab h1 {
	background: url(bilder/ihroptimalessystem.png) no-repeat;
	height: 95px;
	margin: 0 10px 0 0;
	width: 225px;
}
#rightTab h2 {
	xbackground: url(bilder/ihroptimalessystem.png) no-repeat;
	margin: 0;
}
#rightTab h1 span {
	display: none;
}
#rightTab img {
	border: 1px solid #444;
	margin: 10px 0 0 0;
}


/* TOOLTIP
------------------------------------------------------------ */
a.info{
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 3px;
	position:relative; /*this is the key*/
	width: 100px;
	z-index:24; 
}

	a.info:hover{
		z-index:25; 
		background-color: #EDFDDF
	}
	

	a.info em {
		background: transparent url(bilder/dotted_tooltip.png) bottom repeat-x;
		display: block;
		font-style: normal;
		font-weight: bold;
		padding: 0 0 0.4em 0;
		margin: 0 0 0.3em 0;
	}
	
	a.info em.copy {
		background: none;
		display: block;
		font-weight: normal;
		clear: left;
		padding: 0.5em 0 0 0;
	}

	a.info span{display: none}
	
	a.info:hover span,
	a.info:hover span.above { /*the span will display just on :hover state*/
		background: #EDFDDF;
		border:2px solid #6BDB0F;
		color:#555;
		display:block;
		padding: 0.6em 0.6em 1em;
		position:absolute; 
		top: 0em;
		left: 2em; 
		width: 300px;
	}
	
	a.info:hover span.above { /*the span will display just on :hover state*/
		top: -11em;
	}
	
	a.info span img { 
		border:1px solid #CCC;
		display: block;
		float: left;
		margin: 0.4em 0.8em 0 0;
	}
	

	
	/* FEEDBACK
------------------------------------------------------------ */

	#feedback { 
		background: #EDFDDF;
		border:2px solid #6BDB0F;
		color:#666;
		display:block;
		padding: 0.6em;
		margin: 1em 0 3em 0;
	}

	#feedback h1 {
		background: transparent url(bilder/dotted_tooltip.png) bottom repeat-x;
		color: #666;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		padding: 0 0 0.4em 0;
		margin: 0 0 0.3em 0;
	}
	ol{
		list-style-type: disc;
	}

	#error { 
		background: #FFE8E8;
		border:2px solid #AA0000;
		color: #666;
		display:block;
		padding: 0.6em;
		margin: 1em 0 3em 0;
	}

	#error h1 {
		background: transparent url(bilder/dotted_error.png) bottom repeat-x;
		color:#555;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		padding: 0 0 0.4em 0;
		margin: 0 0 0.3em 0;
	}
	

/* FORMS
------------------------------------------------------------ */
fieldset {
	border: 1px solid #DDD;
	margin: 1.5em 0 0 0;
	padding: 1em;
}

form { 
	margin: 0;
	padding: 0;
}
form p { 
	margin: 0 0 0.7em 0;
	padding: 0;
}
form label { 
	cursor: pointer;
	padding: 0 0 0 5px;
}
form label.bemerkungen {
	float: left;
	padding: 0.2em 1em 0 0 ;
	width: 6em;
}
form label.sonstiges {
	float: left;
	padding: 0.2em 0.5em 0 0 ;
	width: 7em;
}
form ul {
	margin: 0 0 0 0.5em;
}
form li {
	padding: 0 0 0.5em 0;
}
form li.space {
	padding: 0 0 1.5em 0;
}
form ul.column {
	float: left;
	width: 200px;
}
form ul.column li label {
	cursor: auto;
	float: left;
	width: 6.5em;
}
form ul.anschluesse li label {
	cursor: auto;
	float: left;
	width: 7.5em;
}
form ul.verbindungen li label {
	cursor: auto;
	float: left;
	width: 18em;
}
form ul.column li label.right {
	cursor: auto;
	width: 10em;
}
.line {
	background: transparent url(bilder/dotted_bbb.png) bottom repeat-x;
	border: none;
	clear: left;
	height: 1px;
	padding: 1.4em 0 0 0;
}

.confirmTable span {
	background: #DDD;
	display: block;
	width: 100px;
}


/* INPUTS */
#FORM_nachname, 
#FORM_vorname, 
#FORM_firma, 
#FORM_position, 
#FORM_funktion, 
#FORM_strasse_nr, 
#FORM_plz, 
#FORM_ort, 
#FORM_email, 
#FORM_telefon, 
#FORM_fax, 
#FORM_erreichbar_von, 
#FORM_erreichbar_bis,
#FORM_bemerkung,
#FORM_anzahl_isdn_modem,
#FORM_anzahl_isdn_pckarten,
#FORM_anzahl_isdn_faxgeraete,
#FORM_anzahl_isdn_faxserver,
#FORM_anzahl_analog_faxgeraete,
#FORM_anzahl_analog_modem,
#FORM_anzahl_analog_sondertelefone,
#FORM_wieviele_geraete_basis,
#FORM_wieviele_geraete_standard,
#FORM_wieviele_geraete_komfort,
#FORM_wieviele_geraete_premium,
#FORM_wieviele_geraete_vermittler,
#FORM_anzahl_schnurlostelefone,
#FORM_anzahl_softwaretelefone,
#FORM_uebergaenge_isdnanschluesse,
#FORM_uebergaenge_primaermultiplexanschluesse,
#FORM_uebergaenge_iptrunks,
#FORM_uebergaenge_netzuebergaenge,
#FORM_uebergaenge_sipkanaele
textarea 
{
	font: 0.9em/1.4em "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Verdana;
}

input[type="text"]:focus, 
textarea:focus {
	background: #EFF3F5; 
	border: 1px solid #7199A6;
}
input[type="text"]:hover, 
textarea:hover {
	border: 1px solid #30464E;
}
input[type="text"], 
textarea {
	border: 1px solid #7199A6;
	padding: 4px;
	width: 250px;
}
input#FORM_erreichbar_von, input#FORM_erreichbar_bis {
	width: 117px;
	margin: 0 6px 0 0 ;
}

input#FORM_plz {
	width: 40px;
}
input#FORM_ort {
	margin: 0 0 0 4px;
	width: 192px;
}
input.sonstiges {
	margin: 0 0 0 0.8em;
	width: 200px;
}
input#nein,
input#nein2 {
	margin: 0 0 0 15px;
}
select#jahr, select#hersteller {
	margin: 0 0 0 6px;
}
input, select {
	z-index: 33; 
}

input#FORM_anzahl_isdn_modem,
input#FORM_anzahl_isdn_pckarten,
input#FORM_anzahl_isdn_faxgeraete,
input#FORM_anzahl_isdn_faxserver,
input#FORM_anzahl_analog_faxgeraete,
input#FORM_anzahl_analog_modem,
input#FORM_anzahl_analog_sondertelefone,
input#FORM_wieviele_geraete_basis,
input#FORM_wieviele_geraete_standard,
input#FORM_wieviele_geraete_komfort,
input#FORM_wieviele_geraete_premium,
input#FORM_wieviele_geraete_vermittler,
input#FORM_anzahl_schnurlostelefone,
input#FORM_anzahl_softwaretelefone,
input#FORM_uebergaenge_isdnanschluesse,
input#FORM_uebergaenge_primaermultiplexanschluesse,
input#FORM_uebergaenge_iptrunks,
input#FORM_uebergaenge_netzuebergaenge,
input#FORM_uebergaenge_sipkanaele
{
	width: 40px;
}

/* BUTTONS */

.weiter {
	background: url(bilder/btn_weiter.png) no-repeat;
	float: right;
	height: 25px;
	margin: 1em 0 0 0;
	text-indent: -2000px;
	width: 76px;	
}
.zurueck {
	background: url(bilder/btn_zurueck.png) no-repeat;
	float: left;
	height: 25px;
	margin: 1em 0 0 0;
	text-indent: -2000px;
	width: 76px;
}
.abschicken {
	background: url(bilder/btn_abschicken.png) no-repeat;
	float: right;
	height: 25px;
	margin: 2em 0 0 0;
	text-indent: -2000px;
	width: 146px;
}
.edit {
	border-bottom: 1px solid #CCC;
	color: #666;
	float: right;
	margin: 0.2em 0 0 0;
}
.top {
	border-bottom: 1px solid #CCC;
	color: #666;
	float: right;
}
.edit:hover,
.top:hover
 {
	border-bottom: 2px solid #AAA;
	color: #999;
}
#contact label {
	float: left;
	padding: 0.3em 1em 0 0 ;
	text-align: right;
	width: 17em;
}

#contact label.checkbox {
	float: none;
	padding: 0.3em 1em 0 0.3em;
	text-align: left;
	width: auto;
}
