/*	A.	HTML-Tages ***************************************************************************************************/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

p, ol,	ol li{
	margin:				0px;
	padding:			0px;
	}
	

/*	B.	Equipment ***************************************************************************************************/

#cssTitel{
	position:			absolute;
	top: 				170px;
	left: 				210px;
	width:				510px;
	height:				auto;
	}
	
#cssContent{
	position:			absolute;
	top: 				190px;
	left: 				210px;
	width:				510px;
	height:				475px;
	overflow: 			auto;
	}
	
#cssImage{
	position:			absolute;
	top: 				180px;
	left: 				730px;
	width:				200px;
	height:				auto;
	}
	
#cssTemplateStandard	{
	position:			relative;
	float:				left;
	margin-right:		5px;
	margin-bottom:		10px;
	}
	
#cssTemplateTitel	{
	position:			relative;
	margin-right:		5px;
	margin-bottom:		10px;
	float:				left;
	height:				auto;
	}
	
.cssNormal	{

	}

.cssNormal h1	{
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#990000;
	padding:			0px 0px 1px;
	margin:				0px;
	}

.cssNormal h2	{
	padding:			0px;
	margin:				0px;
	}

.cssNormal p	{
	padding:			0px 0px 0px;
	}
	
.cssNormal ol li {
	display:			block;
	list-style-type:	circle;
	float:				none;  /*damit jedes li auf einer neuen Zeile beginnt*/
	padding-left: 10px;	
	}
	
 .cssNormal ol {
	padding-bottom: 		0px;	
	}
	
.cssRight	{

	}

.cssRight h1	{
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#990000;
	padding:			0px 0px 1px;
	margin:				0px;
	}

.cssRight h2	{
	padding:			0px;
	margin:				0px;
	}

.cssRight p	{
	padding:			0px;
	text-align: 		right;
	}


/*	C.	Fonts ***************************************************************************************************/
.titel {
	font-weight: bold;
	color: #990000;
}

.titelschwarz {
	font-weight: bold;
	
}

.fliesstextrot {
	font-weight: normal;
	color: #990000;
}

.textfelder {
	background-color: #FFFFCC;
	border: 2px durchgehend #000000;
}

