/* FIX for browsers which don't support those elements */
header, footer, section, article { display: block; }
img { border:0px; }

body {
	font-size: 13px;
	font-family:verdana, arial, tahoma, calibri, sylfaen;
	margin: 0;
	padding: 0;
}

body a { color: #3D5C9D; text-decoration: none; }
body a:hover { text-decoration: underline; }


#wrap {
	margin: 0;
	padding: 0;
}

#content {
	/*background-color: #ccc;*/
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	
	/*
	height:800px;
	border-left:1px Solid #ECECEC;
	border-right:1px Solid #ECECEC;
	
	border:0px Solid red;
	-webkit-box-shadow: #ccc 4px 0px 10px, #ccc -4px 0px 10px;
	-moz-box-shadow: #ccc 4px -0px 10px, #ccc -4px -0px 10px;
	box-shadow: #ccc 4px 0px 10px, #ccc -4px 0px 10px, #aaa 0px 38px 36px -24px;
	position:relative;
	height:100%;
	*/
}

div.clear {
	clear: both;
}


#sub-container {
	margin-top:10px;
	padding:11px;
	border: 1px Solid #78b4d2;
	background:white;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}







#section-quicklinks-and-lang-switchers {
	margin-top:25px;
}
#section-quicklinks-and-lang-switchers #quicklinks { float: left; }
#quicklinks a img { margin-left:11px; margin-right:11px; margin-bottom:2px; }

#section-quicklinks-and-lang-switchers #lang-switchers {
	float: right;
}


#section-header {
	z-index:1;
	height:235px;
	position:relative;/**/
	background:red;
	/*overflow:hidden;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
}

#section-header #logo {
	float:left;
	margin-left:10px;
	margin-top:15px;
	/*background:green;*/
}

#section-header #topmenu {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	border-top:1px Solid White;
	background:url(../images/get/menu_bg.png) repeat-x #D30F04;
	overflow_:hidden;
}

#section-header #topmenu-surr-bottom-left {
	position:absolute;
	bottom:0px;
	left:0px;
	width:9px;
	height:9px;
	background:url(../images/get/surr_bl.png);
}

#section-header #topmenu-surr-bottom-right {
	position:absolute;
	bottom:0px;
	right:0px;
	width:9px;
	height:9px;
	background:url(../images/get/surr_br.png);
}


/* define SECTIONS css*/
/* SINGLE */
#section-single { margin-top:10px; }

/* DUAL */
#section-dual, #section-dual2 {
	/*position:relative;*/
	margin-top:10px;
}
#section-dual .section-left, #section-dual2 .section-left  {
	width:23%;
	float:left;
	/*background:red;*/
	/*padding:0px; margin:0px;*/
}
#section-dual .section-right, #section-dual2 .section-right {
	width:76%;
	float:right;
	/*background:green;*/
}

/* TRIPLE */
#section-triple {
	margin-top:10px;
}
#section-triple .section-left {
	width:23%;
	min-height:1px;
	float:left;
	margin-right:10px;
	/*background:blue;*/
}
#section-triple .section-center {
	width:52%;
	float:left;
	min-height:200px;
	/*background:red;*/
}
/*#section-triple .section-center .container{ padding:0px 10px; }*/

#section-triple .section-right {
	width:23%;
	min-height:1px;
	float:right;
	/*background:green;*/
}



/* ###### */
/* footer */
#section-footer {
	margin-top:10px;
	height:90px;
	font-size: 11px;
	/*background:yellow;*/
}

#section-footer a{
	font-weight:bold;
}

#section-footer .section-left{
	width:30%;
	float:left;
	margin-top:35px;
	/*background:red;*/
}

#section-footer .section-right {
	width:30%;
	float:right;
	text-align:right;
	margin-top:35px;
	/*background:green;*/
}

div.line {
	margin-top:10px;
	border-top:1px Solid #c9c9c9;
	margin-bottom:15px;
}









