
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin: 0em;
	padding: 0em;
	font-family: Arial, Verdana, sans-serif;
}


body
{
  width: 100%;
	background-color: #f7f7f7;
}

header
{
  width: 100%;
}

div.pagewidth
{
	width: 80em;
	margin: 0em auto;
}

div.headerline
{
	width:100%;
	height: 1.75em;
	background-color: #ff0135;
	margin-top: 0.25em;
}

div.sitebody
{
  width: 100%;
  margin: 0em auto;
  padding: 0em;
}

div.content
{
  margin: 2em auto;
	padding: 0.25em 0em;
	background-color: #ffffff;
	border: thin solid #ff0135;
	border-radius: 0.5em;
	position: relative;
}

div.maincontent
{
	/*float: left;*/
	/*display: inline-block;*/
	/*width: 50em;*/
	/*display: inline;*/
}
div.maincontent:last-child
{
	clear: both;
}

div.contentelement
{
	margin: 1em;
	padding: 0em;
	background-color: #ffffff;
	border: thin solid #d0d0d0;
	border-radius: 0.5em;
}

div.contentheading
{
	font-weight: bold;
	font-size: 120%;
	margin: 0em;
	padding: 0.4em;
	background-color: #ff0135;
	border: 0em;
	border-top-left-radius: 0.375em;
	border-top-right-radius: 0.375em;
}

div.contenttext
{
	margin: 0em;
	padding: 0.4em;
	background-color: #ffffff;
	border: 0em;
}

div.contentfooter
{
	margin: 0em;
	padding: 0.4em;
	background-color: #d0d0d0;
	border: 0em;
	border-bottom-left-radius: 0.375em;
	border-bottom-right-radius: 0.375em;
}

div.maincontent
{
  margin-right: 20em;
}

div.rightsidebarcontent
{
	/*clear: both;*/
	float: right;
  width: 20em;
	/*display: inline-block;*/
	/*display: inline;*/
	top: 0.25em;
	position:absolute;
	right:0.25em;
}
div.rightsidebarcontent div.contentelement
{
	/*clear: both;*/
	/*float: right;*/
  /*width: 20em;*/
	/*top: 0.25em;*/
	/*position:absolute;*/
	/*right:0.25em;*/
}

div.clear
{
	clear: both;
}

div.hline
{
	margin-top: 0.25em;
	width: 100%;
	border-top: medium solid #ff0135;
}

footer
{
  clear: both;
	border-top: medium solid #ff0135;
	background-color: #4f4f4f;
	margin-top: 2em;
	color:#ffffff;
	min-height: 10em;
	padding-top: 1em;
}
footer a
{
	color:#ffffff;
	text-decoration: none;
}
table
{
  border-collapse:collapse;
}

tr
{
  border: none;
}

th
{
  border-right: solid thin #000000;
  border-bottom: solid thin #000000;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
th:last-child
{
  border-right: none;
}


td
{
  border-right: solid thin #000000;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
td:last-child
{
  border-right: none;
}
