body {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}

a, a:active, a:hover, a:visited {
	color:#950D0D;
	text-decoration:underline;
}
img {
	border: 0px none;
}

h3 {
	font-size: 14px;
	color:#950D0D;
	text-decoration:underline;
	margin-top: 3px;
}

#logoContainer,
#contentContainer {
	width: 800px;
	border: 0px none;
	margin: 0px auto;
	paddin: 0px;
}
#logoContainer {
	background-image: url('../img/banniere300dpi.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 170px;
	border-bottom: 5px solid #DF9B21;
}
#contentContainer {
	background-image: url('../img/background300dpi.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.wide {
	width:800px;
	_width: 794px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 8px 3px;
	border: 0px none;
}
#downloadButton {
	display: block;
	border: 1px solid black;
	padding: 5px;
	background-color: #DF9B21;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 250px;
	margin: 5px auto;
}
.left {
	display: block;
	float: left;
	text-align: justify;
	width: 33%;
	font-size: 14px;
}
.left img {
	display: block;
	margin: 8px auto;	
}
.left p {
	
	line-height: 18px;
}
.middle {
	display: block;
	float: left;
	text-align: center;
	width: 21%;
	padding-top: 170px;
	padding-left: 5px;
}
.middle img {
	position: relative;
	top: -1px;
}
.right {
	display: block;
	float: right;
	text-align: left;
	width: 44%;
	margin: 0px;
}
.frame {
	border: 4px solid #950D0D;
	width: 80%;
	float: right;
	margin: 0px;
	margin-top: 65px;
	margin-right: 4px;
	_margin-right: 0px;
	padding: 0px;
}
.frame h2 {
	color: #950D0D;
	font-size: 28px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.frame ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 32px;
}
.bottom {
	position: relative;
	top: -96px;
	font-size: 14px;
	clear: both;
	*position: static;
	*top: 0px;
	*float: left;
	*margin-top: 50px;
	width: 495px;
	font-weight: bold;
	text-align: justify;
}
.bottom img {
	float: left;
	margin: 0px 5px;
}
br.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

/* modal windows */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.modalWindow {
    display: none;
    position: absolute;
    top: 5%;
    left: 50%;
	width: 700px;
    margin-left: -350px;
    padding: 0px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modalWindow {
     position: absolute;
     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
*/
     }
.modalHeader {
	height: 24px;
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
}
.modalHeader span {
	line-height: 24px;
}
.modalSubNote {
	margin: 0;
	padding: 0 0 0 30px;
	color:#888888;
}
.modalTitle { 
	float: left;
	padding-left: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.modalContentContainer {
	clear: both;
	padding: 20px;
	padding-top: 0;
	margin-top: 20px;
	margin-left: 20px;
}
.modalContentContainer p {
	padding-left: 10px;
}
.modalContentContainer fieldset {
	display: block;
	position: static;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 10px;
}
.modalContentContainer fieldset * {
	/* IE6/IE7 hack for fieldset padding inheritance on children */
	.padding: 0;
	.margin: 0;
}
.modalContentContainer fieldset * * {
	/* IE6/IE7 hack for fieldset padding inheritance on children */
	.padding: 1px 2px;
	.margin: 0;
}

.modalContentContainer fieldset .submit {
	margin-left: 2px;
	.margin-left: 0;
}

.modalContent {
	padding: 20px;
}

.modalButton {
	width: 100px;
	margin: 0px auto;
}

.modalSuccess, .modalError {
	display: none;
	padding: 20px;
	background-color: #FFFFFF;
}
.modalSuccess {
	color: #00CC00;
}
.modalError {
	color: #CC0000;
}
.closeLink {
	display: block;
	float: right;
	margin-right: 5px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
div.jqmdAbove { z-index: 5000 !important; top: 5%; width: 98%; left:50%;margin-left:-49%}
.jqmOverlay { background-color: #000; }
.jqmOverlayAbove { background-color: #000; z-index: 4999 !important;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

.invalid {
	border: 1px solid red;
	.outline: 1px solid red;	
	background-color: #FFEFEF;
}
form fieldset div label {
	width: 150px;
	display: block;
	float:left;
	margin: 2px 0px;
}
form fieldset div input {
	display: block;
	float:left;
	margin: 2px 0px;
}
form fieldset div {
	clear: left;
}
