CSS-Font-Tags
Standarddefinitionen Beispiele
Editor Topstyle ist empfohlen


/*************************************/
/* Einstellungen des Basis-Layouts */

BODY { 
	margin: 0em; 
	background-color: #ffffff; 	
} 





/*************************************/
/* Tabellen */

table.farbe01 {
	background-color: ##6480b2;
}

td.farbe01 {
	background-color: #e4e4e4;
} 



/*************************************/
/* �berschriften */

.headline1 {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	line-height: 22px;
	color: #000000; 
	font-weight: bold;
}


.headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #000000;
	font-weight: bold;
}



/*************************************/
/* Fliesstexte */

.text1 {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}


a.text1{color: #0000FF; text-decoration: underline}
a.text1:active { color:#800080;text-decoration:underline}
a.text1:visited { color:#800080; text-decoration: underline}

.text1fett
{  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
}

a.text1fett{color: #0000FF; text-decoration: underline}
a.text1fett:active { color:#800080;text-decoration:underline}
a.text1fett:visited { color:#800080; text-decoration: underline}

.textprodukt {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	line-height: 16px;
/*      text-align: justify;*/
}
a.textprodukt{color: #0000FF; text-decoration: underline}
a.textprodukt:active { color:#800080;text-decoration:underline}
a.textprodukt:visited { color:#800080; text-decoration: underline}

.textproduktfett {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	line-height: 16px;
/*      text-align: justify;  */
	font-weight: bold;
}

.textprodukttablehead {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #7C8992;
	font-weight: bold;
}

.textprodukttable {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

a.textprodukttable{color: #0000FF; text-decoration: underline}
a.textprodukttable:active { color:#800080;text-decoration:underline}
a.textprodukttable:visited { color:#800080; text-decoration: underline}

.texthomepage { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #37424A; 
	font-decoration: none; 
	text-decoration: none; 
	line-height: 20px
}

a.texthomepage{color: #0000FF; text-decoration: underline}
a.texthomepage:active { color:#800080;text-decoration:underline}
a.texthomepage:visited { color:#800080; text-decoration: underline}

/*************************************/
/* Sonderformen */

.text-blau 
{  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #617995; 
	font-weight: bold;
}
.semicon
{  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #FFFFFF; 
	font-decoration: none;

	text-decoration: none;
	font-weight: bold;
}


/*************************************/
/* Navigation */


.navigat
{  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-decoration: none;
	text-decoration: none;
	line-height: 14px
}

.navigaton { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 	
	color: #000000; 
	font-decoration: none; 
	text-decoration: none; 
	line-height: 14px}
.popup 
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-decoration: none; 
	line-height: 14px
}
.popuphead
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
 	font-weight: bold;
}
a.popuphead
{
	text-decoration: none;
}
.weisstext { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #FFFFFF; 
	font-decoration: none; 
	text-decoration: none; 
	line-height: 14px;
}
a.weisstext { 
	color: #FFCC00; 
	text-decoration: underline;
	font-size: 12px;
}
.grautext { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #7C8992; 
	font-decoration: none; 
	text-decoration: none; 
	 }

/************************************************
*	Start Page									*
************************************************/	
#page_start {
	background:  #fff;
	width:700px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin:100px auto;
	padding:0;
	}

.text_start_b {
	font-size: 18px;
	text-align: left;
	color: #333333;
	font-weight: normal;
	margin:0 30px 0 120px;
	padding:40px 0 10px 0;
	}
.imagenav_start {
	background:  #fff;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.btn{
	background-image: url("images/button_leer.gif");
	width: 110px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	//font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.btn A, .btn A:hover, .btn A:visited{
	color: white;
	text-decoration: none;
}
	
