/* start of the real css */

/* -------------------------------------------  basic elements  ------------------------------------------- */

body {
	background-repeat: repeat-x;
	background-color: #C30D0D;
	color: #464646;
	text-align: left;
	margin: 10px 10px 20px 10px;
	padding: 0px;
	}

p {
	font-size: 12pt;
	font-family: arial, san-serif;
	text-align: left;
	font-weight: normal;
	color: #4b4b4b;
	line-height: normal;
	}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  }

h1 {
	font-size: 2.25em;
	color: #930B0B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: normal;
  }

h2 {
	font-size: 14pt;
	color: #000000;
	border-bottom: #cecece 1px solid;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: normal;
  }

h3 {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
  }

h4 {
	font-size: 12pt;
	color: #710808;
	font-weight: normal;
	font-style: normal;
  }
  
 h5 {
 	font-size: 14pt;
	color: #000000;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: normal;
  }


a:link {
	text-decoration: none;
	color: #000000;
	}

a:visited {
	text-decoration: none;
	color: #000000;
	}

a:active {
	text-decoration: none;
	color: #812906;
	}

a:hover {
	text-decoration: none;
	color: #710808;
	}

img {border:none}

/* -------------------------------------------  mainmenu list ------------------------------------------- */

ul {
  margin: 0px 0px 0px 10px;
	}

ul li {
	margin: 0px;
	font-family: arial, san-serif;
	font-size: 11px;
	color: #444;
	text-decoration: none;
	line-height: 12px;
	text-align: left;
	}

ol {
	}

ol li {
	font-family: arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c27008;
	text-decoration: none;
	text-align: left;
	}

ol li a:link {color: #afbc22; text-decoration: none; }
ol li a:visited {color: #afbc22; text-decoration: none; }
ol li a:active {color: #afbc22; text-decoration: none; }
ol li a:hover {color: #00aedb; text-decoration: none; }

/* -------------------------------------------  footermenu  ------------------------------------------- */

.footermenu {
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #CCCCCC;
	}

.footermenu a:link {
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #CCCCCC;
	}

.footermenu a:visited {
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #CCCCCC;
	}

.footermenu a:hover {
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #FFFFFF;
	}

