
/**
 * BASIC LAYOUT
 */
body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/background_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	
}

.basic{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_fadeout_top.png);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 5;
}

/**
 * GENERAL STUFF
 */
.clearfix{
	clear: both;
}

.invisible{
	display: none;
}

/**
 * header
 */
.header{
	width: auto;
	height: 159px;
	margin: 0px;
	padding: 0px;
}

.header .left{
	width: 325px;
	height: 159px;
	float: left;
}
.header .left object{
	margin: 15px 0px 0px 24px;
}

.header .right{
	width: 325px;
	height: 159px;
	float: right;
}

.header .right a{
	display: block;
	text-align: center;
	color: #606060;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: 1px;	
	text-decoration: none;
}

.header .right .language{
	padding: 15px 24px 10px 0px;
	float: right;
	text-align: right;
	cursor: pointer;
	line-height: 15px;
	height: 15px;
}
.header .right .language img{
	float: right;
	padding: 0px 0px 0px 5px;
}

.header .right .search{
	clear: right;
	float: right;
	width: 208px;
	height: 36px;
	background-image: url(../images/search_background2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 24px 0px 0px;
}
		
.header .right .search input{
	border: solid 0px #ffffff;
	background-color: transparent;
	color: #cc0c39;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-indent: 0px;
	width: 187px;
	padding: 0px;
	margin: 8px 10px 0px 10px; 		
	height: 19px;
	line-height: 19px;	
}
.header .right .search .overTxtLabel{
	color: #606060;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 19px;
	line-height: 19px;	
}

.header .right #settings{
	float: right;
	text-decoration: none;
	width: 16px;
	height: 16px;
	margin: 95px 15px 0px 0px;		
	cursor: pointer;	
}

.header .center{
	margin: 0px 325px 0px 325px;
}
.header .center a{
	display: block;	
	padding: 15px 0px 15px 0px;
}
.header .center .logo{
	display: block;
	margin: auto;
}

.header .center .slogan{
	display: block;
	padding: 0px;
	width: auto;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
}



/**
 * content
 */
.content .top{
	height: 12px;
	width: auto;
}

.content .top .left{
	float: left;
	width: 25px;
	height: 12px;
	background-image: url(../images/content_top_left.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #050505;
}

.content .top .right{
	float: right;
	width: 25px;
	height: 12px;
	background-image: url(../images/content_top_right.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #050505;
}

.content .top .center{
	width: auto;
	height: 12px;
	margin: 0px 25px 0px 25px;
	background-image: url(../images/content_top_repeat_center.png);
	background-position: top;
	background-repeat: repeat-x;
}

.content .bottom{
	width: auto;
	height: 13px;
}

.content .bottom .left{
	float: left;
	width: 24px;
	height: 13px;
	background-image: url(../images/content_bottom_left.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #050505;
}

.content .bottom .right{
	float: right;
	width: 24px;
	height: 13px;
	background-image: url(../images/content_bottom_right.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #050505;
}

.content .bottom .center{
	width: auto;
	height: 13px;
	margin: 0px 24px 0px 24px;
	background-image: url(../images/content_bottom_repeat_center.png);
	background-position: top;
	background-repeat: repeat-x;
}

.content .main{
	width: auto;
}

.content .main .left{
	background-image: url(../images/content_main_left.png);
	background-position: left;
	background-repeat: repeat-y;
}

.content .main .right{
	background-image: url(../images/content_main_right.png);
	background-position: right;
	background-repeat: repeat-y;
}

#contentarea{
	width: auto;
	margin: 0px 24px 0px 24px;
	background-image: url(../images/content_main_repeat_center2.png);
	background-repeat: repeat;
}		
/**
 * footer
 */
.footer{
	width: auto;
	background-image: url(../images/footer_background_repeat.png);
	background-position: top;
	background-repeat: repeat;
}

.footer .radiallight{
	width: auto;
	background-image: url(../images/window_radiallight.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.footer h3{
	margin: 0px;
	padding: 0px;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fcfcfc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/footer_text_line.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.footer p{
	margin: auto;
	display: block;
	width: 700px;
	text-align: center;
	color: #9c9c9c;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	line-height: 20px;
	letter-spacing: 1px;
}

.footer .logo{
	margin: auto;
	display: block;
	padding: 10px 0px 50px 0px;
}

.footer .help{
	float: right;
	width: auto;
	margin: 0px 24px 0px 24px;
	cursor: pointer;
	line-height: 15px;
	height: 15px;
}
.footer .expander{
	float: left;
	width: auto;
	margin: 0px 24px 0px 24px;
	cursor: pointer;
	line-height: 15px;
	height: 15px;
}
.footer .help img{
	float: right;
	padding: 0px 0px 0px 5px;
}
.footer .expander img{
	float: left;
	padding: 0px 5px 0px 0px;
}
#javascriptCheck{
	width: 500px;
	margin: 50px auto 50px auto;
	border: solid 3px #ff0000;
	padding: 10px;
}


/**
rigth container
*/

.container_right{
	float: right;
	clear: right;
	width: 286px;
	margin: 0px 30px 0px 10px;	
}
.container_right .top{
	height: 10px;
	width: 286px;	
	background-image: url(../images/container_right_top.png);
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}	
.container_right .bottom{
	height: 9px;
	width: 286px;	
	background-image: url(../images/container_right_bottom.png);
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.container_right .bg{
	width: 286px;	
	background-image: url(../images/container_right_bg_repeat.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;	
}
.container_right .inner{
	width: 286px;
	background-image: url(../images/container_right_bg_fx.png);
	background-position: 4px 0px;
	background-repeat: no-repeat;
}
.container_right ul{
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.container_right li{
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	cursor: pointer;
	letter-spacing: 1px;
	background-image: none;
}
.container_right ul ul{
	margin-left: 2px;	
	border-left: solid 1px #474747;
}
.container_right ul ul li{
	background-image: url(../images/container_right_contentnavi_icon_l2.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	color: #adadad;
	font-size: 11px;
	line-height: 20px;
}
.container_right li:hover{
	background-image: url(../images/container_right_contentnavi_l2_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat;
}
