/* [b] */
span.fett {
  	font-weight        :          bold;
}
/* [u] */
span.unterstrichen {
  	text-decoration    :          underline
}
/* [i] */
span.kussif {
  	font-style         :          italic
}
/* [strike] */
span.durchstrichen {
  	text-decoration			: 				line-through
}
/* [marquee] */
marquee.lauftext {

}
/* [a] */
a.link {
		color: #5199D1;
		text-decoration			: 				none;
}
a.link:hover {
		color								: 				#666666;
    text-decoration			: 				underline;
}
/* [email]  */
a.email {
		color								: 				#5199D1;
		text-decoration			: 				none;
}
a.email:hover {
		color								: 				#666666;
}
/* [img]  */
img.bild {

}
/* [imgl]  */
img.bild_links {
  	padding-right				: 				2px
}
/* [imgc]  */
img.bild_center {
}
/* [imgr]  */
img.bild_rechts {
  	padding-left				: 				2px;
}
/* [liste]  */
ul.liste {
}
/* [left]  */
div.text_links {
  	text-align					: 				left
}
/* [center]  */
div.text_center {
  	text-align					: 				center
}
/* [right]  */
div.text_rechts {
  	text-align					: 				right
}
/* [color]  */
span.text_color {

}
/* [font]  */
span.text_schrift {

}
/* [size]  */
span.text_size {

}
/* [zitat]  */
div.zitat_titel {
		margin-top          : 				5px;
    border-top					: 				1px dotted #666666;
    border-left					: 				1px dotted #666666;
    border-right				: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
    font-weight					: 				bold;
}
div.zitat_inhalt {
		border							: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
}
/* [code]  */
div.code_titel {
		margin-top          : 				5px;
    border-top					: 				1px dotted #666666;
    border-left					: 				1px dotted #666666;
    border-right				: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
    font-weight					: 				bold;
    width: 550px
}
div.code_inhalt {
		border							: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
  overflow: auto;
  width: 550px;
  max-height: 500px
}
/* [line]  */
hr.line {

}

div.kommentar_titel {
		margin-top          : 				5px;
    border-top					: 				1px dotted #666666;
    border-left					: 				1px dotted #666666;
    border-right				: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
    font-weight					: 				bold;
}
div.kommentar_inhalt {
		border							: 				1px dotted #666666;
		background-color		: 				#FFFFFF;
    padding							: 				2px;
}
