/*
	Grundlayout der einzelnen Inhaltsfelder der Startseite
*/

#content_startseite .col1 div {
	margin:4px 0.3em 4px 0em;
}

#content_startseite .col2 div {
	margin:4px 0px 0px 0.3em;
}

.inner_content {
	border-top: 1px solid #dddddd;
	padding:6px 8px;
}


/* 
	Detail-Layout der einzelnen Inhaltsfelder
*/

#react {
	height:80px;
	display:block;
	background: url(../../../images/ReACT/0start_react.gif) no-repeat;
	padding-left:190px;
	background-position:left 8px;
}

#bauteil {
	height:80px;
	display:block;
	background: url(../../../images/web2003/bauteil.gif) no-repeat;
	padding-left:190px;
	background-position:left 8px;

}

#vorteil {
	height:80px;
	display:block;
	background: url(../../../images/PageHLs/vorteil_start.gif) no-repeat;
	padding-left:190px;
	background-position:left 8px;

}

#buttonshop {
	height:80px;
	display:block;
	background: url(../../../images/PageHLs/ntstart_buttonshop.jpg) no-repeat;
	padding-left:190px;
	background-position:left 8px;

}

#webvisitenkarte {
	height:80px;
	display:block;
	background: url(../../../images/PageHLs/ntstart_webvk.jpg) no-repeat;
	padding-left:190px;
	background-position:left 8px;

}

#shuttle {
	height:100px;
	display:block;
	background: url(../../../images/web2003/shuttlexpc.gif) no-repeat left 8px;
	padding-left:190px;
/*	background-position:left 8px;*/
	font-size:11px;
}

#content_startseite .col2 h2 {
	padding:0px 0 0 0;
	margin:8px 0 4px 0
}

#content_startseite .col2 p {
	padding:0;
	margin:0
}


/* Positionierung der Navigation */
#navi_wrap_startseite .navi {
	float:left;
}

/*
	Formatierung der Startseiten-Navigation
*/

#navi_startseite {
	float:left;
	height:120px;
	width:120px;
	padding:0px;
	margin:14px 0px 0px 8px;
	list-style:none
}

#navi_startseite li {
	padding:1px 0px;
	margin:0px;
}

#navi_startseite a {
	font-size:14px;
	font-weight: normal;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width:85px;
	height:17px;
	padding:0px 5px;
	display:block;
	
}

#navi_startseite li a:link {
	text-decoration:none;
	color:#FFFFFF
}


#navi_startseite li a:active {
	text-decoration:underline;
	color:#FFFFFF
}

#navi_startseite li a:visited {
	text-decoration:none;
	color:#FFFFFF
}

#navi_startseite li a:hover {
	text-decoration:none;
	background:url("../images/ntmenue_bg.gif") no-repeat;
	color:#FFFFFF
}


/*
	ÜBERSCHRIFTEN-SCHMÄH!
	<h1><span>Überschrift 1</span></h1>
	Anfang

	Text innerhalb <span>-Tags ("Überschrift 1") ausblenden
*/
#content_startseite h1 span/*, #content h2 span */{
	display:none 
}

/*
	Hintergrund (mit Text-Grafik) im <h>-Tag einblenden;
	wichtig: Größe und "no-repeat";
*/
h1.welcome {
	background: #FFFFFF url(../../../images/web2003/hl_willkommen.gif) no-repeat left bottom;
	width:100%;
	padding:0px;
	margin:0px;
	height:38px;
}

#content_startseite h1 {
	background-position:left bottom;
	height:38px;
	width:100%;
	padding:0px;
	margin:0px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: -12px;
	margin-left: 8px;
	border: none;
}


/*
	ÜBERSCHRIFTEN-SCHMÄH!
	Ende
*/

#welcome p {
	font-size:12px;
	line-height:150%
}


/*
	Listenformatierung
	Rechte Spalte der Startseite
*/

#content_startseite .col2 ul {
	padding: 0px;
	margin: 0;
}

#content_startseite .col2 ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:150%;
	font-size:11px
}
