body {
	margin: auto;
	padding: 0px;
	text-align: center;

	background-color: #a6a6a6;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}

div {
	position: relative; 
	display: block; 
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #808080;
}

td.left {
	text-align: left; 
	width: 420px; 
	height: 500px; 
	padding: 40px;
	background-color: #FFFFFF;
}

td.index {
	text-align: left; 
	width: 600px; 
	height: 500px; 
	padding: 40px;
	background-color: #FFFFFF;
}
	
td.presentation {
	text-align: left; 
	width: 1700px; 
	height: 500px; 
	padding: 40px;
	background-color: #FFFFFF;
}
		
	
td.right {
	text-align: left; 
	width: 190px; 	
	height: 500px; 
	padding: 20px; 
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 11px;
	background-color: #dbdbdb;
	background-image: url(../img/bg_right.gif); 
	background-repeat: repeat-x;
}		

span.small {
	font-size: 11px;
}

h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: black;

}

h2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: black;
}		

a:link {
    text-decoration: none;

}


a:visited {
    text-decoration: none;

}

a:active {
    text-decoration: none;

}

a:hover {
	text-decoration: underline;
}		

/* CSS for ticker*/

#ticker {
	font-size: 11px;
	text-align: left; 	
	width: 190px;
	height: 100px;
}

/* IE6 bugfix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
#ticker div { 
	width: 190px; 
	height: 100px;	
}

/* FORM ELEMENTS */

input, textarea, select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	line-height: 120%; 
	
	border-left: 1px solid #666666; /* BMH */
	border-right: 1px solid #666666; /* BMH */
	border-top: 1px solid #666666; /* BMH */
	border-bottom: 1px solid #666666; /* BMH */
}

input, select {
    margin-bottom: 4px;

    padding: 2px; /* BMH */
    height: 18px; /* EIGENER BMH */
}

select {
	font-size: 11.5px;
	vertical-align: middle;
}

input.text {
	width: 214px;
}

input:focus, input:hover {
	background-color: #F4F4F4;
	/* font-weight: bold; sjd removed */
}

input.radio {
	border: 0px;
	width: 20px;
	vertical-align: -4px;
}

input.button {
    margin-bottom: 4px;

    padding: 2px; /* BMH */

	width: 214px;


    height: 18px; /* EIGENER BMH */
}

textarea {
    margin-bottom: 4px;

    padding: 2px; /* BMH */

	width: 214px;

}

label {
    float: left;
    clear: left;

    text-align: left;
    line-height: 160%;

    margin-right: 20px;
    width: 100px;
}

label.must {
    font-weight: bold;
}

label.error {
    color: #F00000;
    font-weight: bold;
    margin-top: -3px;
}

/* sjd for faq */
dt {
     font-weight: bold; 
     margin: 15px 0;
}
dd {
    margin: 10px 0 30px;
}
dt:before {
     content: "Q ";
}
dd:before {
     content: "A ";
}


/* 1st sept 08 */

div.downloadButtons {
    margin-top: 15px;
    width: 100%;
}

/* Big button */
span.button a { 
    height: 32px;
    font: bold 18px/32px Helvetica, Arial, sans-serif;
    text-decoration: none;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
}
    span.button a span {
        display: block;
        white-space: nowrap;
        padding: 5px 12px 5px 0;
        line-height: 23px;
        cursor: pointer;
    }
	
/* Small button */

span.buttonSmall a {
	height: 22px;
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	text-decoration: none;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
}
	span.buttonSmall a span {
		display: block;
        white-space: nowrap;
		padding: 0px 11px 0 0;
        line-height: 24px;    
        cursor: pointer;
	}
	
	* html span.buttonSmall a span {
        line-height: 22px;
    }


span.button a.green {
    color: #FFFFFF;
    padding: 0 0 0 12px;
    background: #87C80A url(/i/images/buttons/green/green_comp_left.png) left top no-repeat;
}
span.button a.green:hover {
    padding: 0 0 0 12px;
    background: #87C80A url(/i/images/buttons/green/green_comp_left.png) 0 -32px no-repeat;
}
    span.button a.green span {
        background: #87C80A url(/i/images/buttons/green/green_comp_right.png) right top no-repeat;
    }
    span.button a.green:hover span {
        background: #87C80A url(/i/images/buttons/green/green_comp_right.png) right -32px no-repeat;
    }

/* Blue small */
span.buttonSmall a.blue {
	background:  #42B2F5 url(/i/images/buttons/blue/blue_small_comp_left.png) left top no-repeat;
	padding-left: 11px;
    color: #FFFFFF;
}
span.buttonSmall a.blue:hover {
	background:  #42B2F5 url(/i/images/buttons/blue/blue_small_comp_left.png) left -22px no-repeat;
	padding-left: 11px;
}
span.buttonSmall a.blue span {
	background: #42B2F5 url(/i/images/buttons/blue/blue_small_comp_right.png) right top no-repeat;
}
span.buttonSmall a.blue:hover span {
	background: #42B2F5 url(/i/images/buttons/blue/blue_small_comp_right.png) right -22px no-repeat;
}

/* orange  small */
span.buttonSmall a.orange {
	background:  #f39912 left top no-repeat;
	padding-left: 11px;
    color: #FFFFFF;
}
span.buttonSmall a.orange:hover {
	background:  #f39912 left -22px no-repeat;
	padding-left: 11px;
}
span.buttonSmall a.orange span {
	background: #f39912 right top no-repeat;
}
span.buttonSmall a.orange:hover span {
	background: #f39912 right -22px no-repeat;
}

