body {
	font-family: Arial,Helvetica;
	font-size: 11px;
	line-height: 150%;	
}

#content p,table,h1,h2,h3,td, span, ul, ol ,
#content ul, #content ol{
	font-size: 1.05em;
	margin-bottom: 10px;
	line-height: 1.75em;
}

#content_main h1, h1	{
	color: #E41C1C;
	/*border-bottom: 1px solid  #E41C1C;*/
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	clear: both;
}

#content_main img {
	border: 1px solid silver;
	padding: 2px;
}

h2, h2 a {
	color: #E41C1C;
	/*border-bottom: 1px solid  #E41C1C;*/
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px dotted silver;
	display: inline;
	font-variant: small-caps;
	text-decoration: none;
}

#content_main h2 a {
	text-decoration: none;
}

ul{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
	font-size: 1.05em;
}


ol {
	list-style-type: lower-decimal;
	list-style-position: outside;
	padding-left: 20px;
	font-size: 1.05em;
}


.rot {
	color: #E41C1C;
}

.groesser {
	font-size: 14px;
}

.groesser_rot {
	font-size: 14px;
	color: #E41C1C;
}

h3 {
	color: #E41C1C;
	/*border-bottom: 1px solid  #E41C1C;*/
	font-size: 11px;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
	/*table-layout: fixed;*/
}

td, th {
	padding: 5px;
	border-bottom: 1px dashed silver;
}

hr {
	border-bottom: 1px dotted silver;
	margin-bottom: 20px;
}
