* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	font-size: 11px;
}
a {
	color:  #F24F00;
}
a:hover {
	color:  #F24F00;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
#wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
	padding-bottom: 40px;
}
h1 {
	height: 197px;
	position: relative;
	overflow: hidden;
	background: url(../img/layout/bg_head.jpg) no-repeat;
	width: 980px;
	margin: 0px auto 5px auto;
}
h1 span {
	position: absolute;
	left: 2000px;
}
h2 {
	color: #EB4D1C;
	padding-bottom: 5px;
	border-bottom: 1px solid #EB4D1C;
	margin-bottom: 20px;
	font-size: 13px;
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
ul#nav {
	border: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: none;
	/*padding: 8px 0px 12px 0px;*/
	background: url(../img/layout/bg_navItem.gif) repeat-x left bottom;
	margin-bottom: 18px;
	float: left;
	width: 979px;
}
ul#nav li {
	/*display: inline;
	padding: 8px 0px 12px 0px;*/
	float: left;
	
}
ul#nav li a {
	padding: 8px 13px 12px 13px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav li.current a, ul#nav li a:hover {
	background: url(../img/layout/bg_navItemCurrent.gif) repeat-x left bottom;
}
ul#languageSelector {
	margin-bottom: 18px;
	float: right;
	width: 250px;
	height: 35px;
	margin-top: -52px;
}
ul#languageSelector li {
	/*display: inline;
	padding: 8px 0px 12px 0px;*/
	float: right;
	padding: 5px 5px 5px 5px;
	width: 27px;
	
}
* html ul#languageSelector li {
	padding-bottom: 2px;
}
ul#languageSelector li a {
	/*padding: 8px 13px 12px 13px;*/
	float: right;
	color: #FFFFFF;
	text-decoration: none;
}
ul#languageSelector li a img {
	height: 17px;
	border: 1px solid #FFFFFF;
}
#leftColumn {
	float: left;
	width: 207px;
}
#rightColumn {
	float: right;
	width: 192px;
	color: #333333;
}
#mainColumn {
	float: left;
	width: 564px;
	color: #333333;
	line-height: 17px;
	background: url(../img/layout/bg_mainMiddle.gif) repeat-y;
}
#mainColumn #content {
	padding: 10px 20px 20px 10px;
	background: url(../img/layout/bg_mainTop.gif) no-repeat;
}
#mainColumn #footer {
	padding: 20px 20px 0px 10px;
	background: #FFFFFF url(../img/layout/bg_mainBottom.gif) no-repeat;
	color: #666666;
}
#mainColumn p {
	margin-bottom: 12px;
}
#mainColumn ul {
	margin: 0px 0px 12px 20px;
}
#mainColumn ul li {
	list-style-type: disc;
}
ul.sidebarNav {
	background: url(../img/layout/bg_sidebarNav.gif) no-repeat left bottom;
	width: 192px;
	padding-bottom: 4px;
	margin-bottom: 17px;
}
ul.sidebarNav li {
	background: url(../img/layout/bg_sidebarNav.gif) no-repeat left center;
}
ul.sidebarNav li.title {
	background: url(../img/layout/bg_sidebarNav.gif) no-repeat left top;
}
ul.sidebarNav li a {
	padding: 8px 5px 8px 13px;
	margin: 0px 10px 0px 6px;
	display: block;
	border-bottom: 1px solid #D4D4D4;
	height: 100%;
	color: #333333;
	background: url(../img/layout/bg_sidebarNavItem.gif) no-repeat 5px 12px;
	text-decoration: none;
}
ul.sidebarNav li.current a , ul.sidebarNav li a:hover {
	background-color: #EB4D1C;
	background-image: url(../img/layout/bg_sidebarNavCurrentItem.gif);
	color: #FFFFFF;
}
ul.sidebarNav li.last a {
	border: none;
}
ul.sidebarNav li.title p {
	color: #EB4D1C;
	font-weight: bold;
	border-bottom: 1px solid #EB4D1C;
	padding: 10px 5px;
	margin: 0px 10px 0px 6px;
}
ul.info {
	background: url(../img/layout/bg_sidebarNav.gif) no-repeat left bottom;
	width: 192px;
	padding-bottom: 6px;
	margin-bottom: 17px;
}
ul.info li p, ul.info li a {
	padding: 8px 5px 8px 13px;
	margin: 0px 10px 0px 6px;
	display: block;
	border-bottom: 1px solid #D4D4D4;
	height: 100%;
	color: #333333;
	background: url(../img/layout/bg_sidebarNavItem.gif) no-repeat 5px 12px;
	text-decoration: none;
}
ul.info li.last * {
	border: none;
}
ul.info li.title {
	background: url(../img/layout/bg_sidebarNav.gif) no-repeat left top;
}
ul.info li.title p {
	color: #EB4D1C;
	font-weight: bold;
	border-bottom: 1px solid #EB4D1C;
	padding: 10px 5px;
	margin: 0px 10px 0px 6px;
	background: none;
}
ul.info li p.no {
	background: none;
	padding: 3px 0px 0px 0px;
}
.clear {
	clear: both;
}
form input, form textarea {
	padding: 2px;
}
form .formbody {
	background:#DDDDDD;
	padding: 20px;
}
form label {
	font-weight: bold;
	display: block;
}
form input, form select, form textarea {
	font-size: 11px;
	margin-bottom: 3px;
}
form .text, form .textarea {
	border: 1px solid #999999;
}
form textarea {
	width: 250px;
	height: 100px;
}
form input.submit {
	margin-top: 10px;
}
form .error {
	color: #FF0000;
}
.mainFrame {
	width: 100%;
}
.mainFrame .left {
	width: 60%;
}
.mainFrame .right {
	width: 40%;
}
.mainFrame td {
	vertical-align: top;
}
.mainFrame td img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.popupTeaser {
	line-height: 13px;
	text-align: right;
	margin-bottom: 25px;
	width: 150px;
	float: right;
	margin-right: 10px;
}
.popupTeaser div {
	text-align: right;
}
table.startPage {
	width: 90%;
}
table.startPage td {
	padding-bottom: 15px;
}
table.startPage img {
	padding: 1px;
	border: 1px solid #999999;
}
table.startPage ul {
	margin-bottom: 3px !important;
}
