body, html {
	width: 100%;
	background: url(/includes/img/page_bg.gif) center top #fff repeat-y;
	color: #333;
	padding: 0;
	height: 100%;
	margin: 0;
}

body {
	font-family: Arial, Helvetica;
	font-size: 100.01%;
	overflow: hidden;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div#header, div#page {
	font-size: 0.8em;
}

div#header_wrapper {
	background-color: #fff;
	display: block;
	height: 100px;
}

div#header {
	width: 957px;
	margin: 0 auto;
	display: block;
	height: 100px;
	background: url(/includes/img/header_bg.jpg) 436px 11px no-repeat;
}
	
	div#header a.logo {
		display: block;
		position: relative;
		overflow: visible;
		cursor: pointer;
		float: left;
		margin: 26px 0 0 8px;
	}

	div#header div.flags {
		float: right;
		width: 150px;
		padding: 80px 0 0 0;
	}
	
		div#header div.flags img {
			border: 0;
			margin-left: 5px;
			float: right;
		}

div#page {
	background: #E0E0E9;
	width: 957px;
	margin: 0 auto;
	display: block;
}

div#content {
	background: url(/includes/img/page_top_bg.jpg) top repeat-x #E0E0E9;
	padding-top: 28px;
	display: block;
}
	
	div#navi {
		float: left;
		display: block;
		width: 206px;
	}
	
		div#navi ul {
			list-style-type: none;
			margin: 0;
			padding: 2px 0 0 0;
		}
			div#navi ul li {
				margin-bottom: 3px;
			}
		
			div#navi ul li a {
				display: block;
				padding: 10px 0 0 17px;
				width: 157px;
				height: 23px;
				color: #484848;
				text-decoration: none;
				background: url(/includes/img/navi_main_bg.gif) 0 -33px no-repeat #EAEAEF;
			}
			
			div#navi ul li a:hover, 
			div#navi ul li a.active {
				background-position: 0 -99px;
			}
			
				div#navi ul li a span {
					display: block;
					float: left;
					background: url(/includes/img/navi_main_arrows.gif) 0 0 no-repeat;
					width: 7px;
					height: 7px;
					margin: 5px 5px 0 0;
				}
				
			div#navi ul li ul li {
				margin-bottom: 0;
			}
			
				div#navi ul li ul li a {
					display: block;
					padding: 5px 0 0 30px;
					width: 144px;
					height: 21px;
					color: #484848;
					text-decoration: none;
					background: url(/includes/img/navi_sub_bg.gif) 0 25px no-repeat #CECED8;
				}
				
				div#navi ul li ul li a:hover,
				div#navi ul li ul li a.active {
					color: #E2001A;
					background-position: 0 25px;
				}
	
	div#stage {
		width: 550px;
		float: left;
		overflow: auto;
	}	

		div#stagecontent {
			padding-right: 5px;
			line-height: 140%;
		}
	
	div#stage h1,
	div#stage h2,
	div#stage h3,
	div#stage h4,
	div#stage h5,
	div#stage h6 {
		margin: 0;
		padding: 0;
		color: #44414A;
	}
	
	div#stage h1 {
		height: 40px;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	div#stagecontent a {
		padding: 2px 0 0 10px;
		color: #000;
		text-decoration: underline;
		background: url(/includes/img/boxes_arrow.gif) 0 6px no-repeat;
	}	
	
	div#stagecontent a.normal {
		padding: 0;
		background: none;
	}
	
		
		div#stage a:hover,
		div#stage a:active {
			color: #E2001A;
		}

		div#stage div.box {
			background: url(/includes/img/content_box_bottom.jpg) bottom no-repeat #eaeaef;
			margin: 0 0 20px 0;
		}
		
			div#stage div.box div.top {
				display: block;
				height: 9px;
				background: url(/includes/img/content_box_top.jpg) no-repeat;
			}
	
			div#stage div.box div.content {
				padding: 10px 20px 20px 20px;
				color: #2E2C32;
			} 
			
			div#stage div.box h3 {
				padding: 0 0 10px 0;
				margin: 0;
				color: #000;
				font-size: 1.1em;
				font-weight: normal;
			} 
			
			div#stage div.box a.more {
				padding: 2px 0 0 10px;
				color: #000;
				font-size: 0.9em;
				text-decoration: none;
				font-weight: bold;
				background: url(/includes/img/boxes_arrow.gif) 0 8px no-repeat;
			}	
			
			div#stage div.box a.more:hover,
			div#stage div.box a.more:active {
				color: #E2001A;
			}

	
	div#boxes {
		float: right;
		display: block;
		width: 179px;
		line-height: 130%;
		padding: 2px 0 0 0;
	}
	
	#boxes a.logo {
		display: block;
		text-align: center;
	}
	
	#boxes a.logo img {
	}
	
		div#boxes div.box {
			display: block;
			margin: 0 0 15px 0;
			font-size: 0.8em;
		}
		
			div#boxes div.box h4 {
				padding: 3px 0 3px 10px;
				color: #fff;
                font-size: 1em;
				font-weight: bold;
				background-color: #E2001A;
				margin: 0;
			}
			
			div#boxes div.box div.content {
				padding: 8px;
				font-size: 1em;
				background-color: #F9F9FB;
				border: 1px solid #BCBCC4;
			}
			
			div#boxes div.box a.more {
				float: right;
				padding: 2px 0 0 10px;
				color: #000;
				text-decoration: none;
				font-weight: bold;
				background: url(/includes/img/boxes_arrow.gif) 0 8px no-repeat;
			}
			
			div#boxes div.box a.more:hover,
			div#boxes div.box a.more:active {
				color: #E2001A;
			}
			
			div#boxes div.box a.highlight {
				display: block;
				float: left;
				padding: 2px 4px;
				color: #fff;
				background: #E2001A;
				text-decoration: none;
				font-weight: bold;
				margin: 0 0 3px 0;
			}

		div#boxes div.line {
			height: 10px;
			margin: 7px 0 0 0;
			overflow: hidden;
			border-top: 1px solid #D1D1D3;
		}


div#footer {
		display: block;
		background: #E0E0E9;
		height: 10px;
		padding: 10px 0 0 20px;
}
	div#footer a {
		text-decoration: none;
	}
	div#footer img {
		border: none;
	}
	
	div#footer img.logo {
		margin-right: 10px;
	}
	
div#teaser {
	height: 123px;
	background: url(/includes/img/header_bg2.jpg) 15px 0 #E2001A no-repeat;
	display: block;
}
	
	div#teaser div.links {
		background: url(/includes/img/white_dot.gif) top left no-repeat;
		height: 16px;
		display: block;	
		padding: 107px 50px 0 0;
	}
	
	div#teaser div.links a {
		background: url(/includes/img/teaser_arrow.gif) 0 4px no-repeat;
		padding: 0 0 0 10px;
		float: right;
		color: #fff;
		text-decoration: none;
		font-size: 0.8em;
		margin: 0 0 0 10px;
	}
	
	

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	background: #EAEAEF;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	background: #C1C1CC;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/includes/img/scrollarrow.gif) 0 0 no-repeat #E0E0E9;
	height: 12px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/includes/img/scrollarrow.gif) 0 -18px no-repeat #E0E0E9;
	height: 12px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.rot {
	color: #F00;
}




/* -------------- Formmailer -------------- */


table#formmailer {
        border:0;
        margin: 0;
        border-spacing:0;
        border-collapse:collapse;
}
        table#formmailer tr.last {
                display: none;
        }

        table#formmailer th {
                width: 140px;
				font-size: 0.9em;
                color: #3a3a3a;
                text-align:left;
                font-weight:normal;
                padding: 0 0 10px 18px;
                vertical-align:top;
        }

        table#formmailer td {
                text-align:left;
				font-size: 0.9em;
                padding: 0 0 10px 0;
                vertical-align:top;
        }

        table#formmailer .text {
                padding: 3px;
				font-family: "Helvetica", Arial, Verdana;
                width: 290px;
                font-size:100%;
                background:#fff;
                border: 1px solid #ccc;
                outline:none;
        }
		

        table#formmailer .textarea {
                height: 75px;
        }
        
        table#formmailer .error {
                border: 1px solid #E2001A;
        }
		
        table#formmailer .errormsg {
                color: #E2001A;
				font-weight: bold;
        }
