* {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
}

body {
	text-align: center;
	color: #000000;
	font-size: 9pt;
	background-color: #cccccc;
	background-image: url(pics/back.jpg);
	background-repeat: repeat-x;
}

a.section_anchor {
	height: 0px;
	width: 0px;
}

h1, h2, h3, h4 {
	color: #eb2d2e;
	line-height: 150%;
	font-weight: bold;
}

h1 {
	font-size: 17pt;
	margin-bottom: 15px;
}

h2 {
	font-size: 12pt;
	margin-bottom: 10px;
}

h3 {
	font-size: 11pt;
	margin-bottom: 5px;
}

h4 {
	font-size: 10pt;
	margin-bottom: 5px;
}

ul, ol {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 5px;
}

#container {
	background-color: #ffffff;
	text-align: left;
	position: relative;
}

#header {
	position: relative;
}

#menu-switcher {
	font-size: 2em;
	position: relative;
	left: 90%;
	bottom: 0px;
	cursor: pointer;
	color: #4d4d4d;
	width: 50px;
}

.content-wrapper {
	margin-right: 25px;
}

#footer {
	background-color: #cdcdcd;
	clear: both;
	padding-top: 5px;
	height: 30px;
}

#footermenu {
	font-size: 7pt;
	text-align: right;
}

/* mainmenu styling */
#menu ul li {
	list-style-type: none;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#menu ul li.menu-current, #menu ul li.menu-parent  {
	background-color: #ef8900;
}

#menu ul li a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 9pt;
}

#menu ul li a:hover {
	color: #ef8900;
}

#menu ul li.menu-current a, #menu ul li.menu-parent a {
	color: #ffffff;
}

/* submenu styling */
#submenu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-type: none;
}

#submenu ul li.menu-current {
	list-style-type: disc;
	color: #ef8900;
}

#submenu ul li a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 9pt;
}

#submenu ul li a:hover {
	color: #ef8900;
}

#submenu ul li.menu-current a {
	color: #ef8900;
}

/* footer menu styling */
#footermenu ul li {
	list-style-type: none;
	display: inline;
}

#footermenu ul li a {
	color: #4d4d4d;
	text-decoration: none;
}

#footermenu .footermenusep {
	color: #4d4d4d;
	padding-left: 3px;
	padding-right: 3px;
}

#footermenu .menu-last .footermenusep {
	display: none;
}

#footermenu ul li a:hover {
	color: #000000;
}

#footermenu ul li.menu-current a{
	color: #000000;
}

/* additional content styling */

#content ul, #piccontent ul, #content ol, #piccontent ol {
	margin-left: 20px;
}

#content a, #piccontent a {
	color: #4d4d4d;
}

#content a:hover, #piccontent a:hover {
	color: #000000;
}

/* form styles */
.frm-formular textarea {
	width: 98%;
}

/* Editor styles */
.Red {
	color: #eb2d2e;
}

