lang:german/* color: */

/* die Pfad- und Dateiangaben sowie Positionsangaben sind natürlich individuell einzugeben und hier nur ein Beispiel! */
 
#headline-01 {
	left:0px;
	top:0px;
	background-image: url(../../images/boxes/german/login_headline.png);
}
 
/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */
 
 
* html #headline-01 {
	left:0px;
	top:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/boxes/german/login_headline.png', sizingMethod='scale');
	background:none;
}

#headline-02 {
	left:0px;
	top:0px;
	background-image: url(../../images/boxes/german/registrieren_headline.png);
}
 
/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */
 
* html #headline-02 {
	left:0px;
	top:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/boxes/german/registrieren_headline.png', sizingMethod='scale');
	background:none;
}

#headline-03 {
	left:0px;
	top:0px;
	background-image: url(../../images/boxes/german/Suche.png);
}
 
/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */
 
* html #headline-03 {
	left:0px;
	top:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/boxes/german/Suche.png', sizingMethod='scale');
	background:none;
}

#navi-01 {
	left:0px;
	top:0px;
	background-image: url(../../images/navi/".$_SESSION[language]."/".$fontcolor."/".$r[idcat].".png);
}
 
/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */
 
* html #navi-01 {
	left:0px;
	top:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/navi/".$_SESSION[language]."/".$fontcolor."/".$r[idcat].".png', sizingMethod='scale');
	background:none;
}

.text_subpage,
#elm1  {
	MARGIN-LEFT: 5px;
}

.text_subpage * ,
#elm1 *{
	line-height: 17px;
}

.text_subpage h1,
h1.text_subpage { 
	color: #ffc127; 
	margin-left: 5px; 
	margin-top: -5px;
    margin-bottom: -5px; 
	font-size:22px;
	font-weight: normal;
    line-height: normal;
	font-family:arial;
}

.text_subpage h2,
h2.text_subpage {
	color: #332607;
	font-size: 14px;
	margin-top: 10px;
	font-family:arial;
    line-height: normal;
}

.text_subpage h3,
h3.text_subpage {
	color: #332607;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family:arial;
    line-height: normal;
}

.text_subpage h4,
h4.text_subpage { 
	color:#1B1B1B;
	font-family:arial;
	font-size:12px;
    margin-left: 0px; 
	font-weight: bold;
	text-decoration:none;
	margin-bottom:0px;
	padding: 0px;
	margin-top:0px;
    line-height: normal;
}


.text_subpage p,
p.text_subpage {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
	font-family:arial;
	color: #1b1b1b;
	font-size: 12px;
	padding: 0px;
    line-height: normal;
}

.text_subpage a:link, .text_subpage a:visited,
a.text_subpage:link,  a.text_subpage:visited {
	color: #ffc127;
	text-decoration: underline; 
	font-weight: bold;
    line-height: normal;
	font-family:arial;
}

.text_subpage a:hover, .text_subpage a:visited:hover,
a.text_subpage:hover,  a.text_subpage:visited:hover {
	text-decoration: underline;
}

.text_subpage ul,
ul.text_subpage {
	list-style-type: square;
}

.text_subpage ul > li,
ul.text_subpage > li {
	margin-top: 0px;
	margin-bottom: 0px;
}

.text_subpage BR,
BR.text_subpage {
	display: none;
}

.text_subpage TABLE TD,
TABLE TD.text_subpage {
	text-align: left;
}

.text_subpage TABLE TBODY TR TD IMG,
TABLE TD IMG {
	margin: 0px;
}

