@import "reset.css"/*tpa=/_css/reset.css*/;

body{
	font-family: Arial, Helvetica, sans-serif;
}


h1{
	color: #da251d;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid #f5a413;
	background-color: #f3e8ca;
	margin-bottom: 1.5em;
}

h2{
	color: #da251d;
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	color: #da251d;
	font-size: 1.0em;
	font-weight: bold;
}


table th, table td { padding: 3px 5px; vertical-align: top; }
table td.header { font-weight: bold; text-align: center; background-color: #f3e8ca; }
table td {  }

a{
	color: Blue;
}

a:hover{
	color: Red;
}






#top{
	width: 975px;
	margin: 0 auto;
}

#pageHeader{
	position: relative;
	width: 975px;
	height: 233px;
	background: transparent url("/_img/header-de.png") no-repeat;
}
#pageBody{
	background: transparent url("/_img/body_fon.png") repeat-y;
}


#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 281px;
	height: 196px;
	overflow: hidden;
	}
	#logo span{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 281px;
		height: 196px;
		background: transparent url("/_img/logo-de.png") no-repeat;
		}
	a#logo span{
		cursor: pointer;
		}

#topMenu{
	position: absolute;
	bottom: 39px;
	right: 0px;
	border: 1px solid #a86a00;
	border-style: solid none none solid;
	margin: 0;
	padding: 0;
	}	
	#topMenu ul{
		margin: 0;
		padding: 0;
		}
		#topMenu li{
			margin: 0;
			padding: 2px 8px;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
			border-right:  1px solid #a86a00;
			background-color: #fff;
			}
		#topMenu li.selected, #topMenu li.parent{
			background-color: #f3e8ca;
			}
			#topMenu li a{
				color: Gray;
				text-decoration: none;
				}
			#topMenu li a:hover{
				color: #bf7900;
				}

#langsMenu{
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	#langsMenu ul{
		margin: 0;
		padding: 0;
		}
		#langsMenu li, #langsMenu li a, #langsMenu li a span{
			width: 25px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
		#langsMenu li{
			margin: 0 7px;
			}
			#langsMenu li a span{
				cursor: pointer;
				position: absolute;
				top: 0;
				left: 0;	
				}
			#langsMenu li.en a span{
				background: transparent url("/_img/flag-en.png") no-repeat;
				}
			#langsMenu li.fr a span{
				background: transparent url("/_img/flag-fr.png") no-repeat;
				}
			#langsMenu li.de a span{
				background: transparent url("/_img/flag-de.png") no-repeat;
				}

#leftMenu{
	width: 166px;
	padding-bottom: 50px;
}
#leftMenu ul{
	margin: 0;
	padding: 0;
	background-color: #da251d;
	margin-bottom: 13px;
}

#leftMenu ul li{
	margin: 0;
	list-style: none;
	border: 1px solid #FFF;
	font-weight: bold;
	padding: 3px 6px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background-color: #da251d;
	position: relative;
	left: 11px;
	top: 5px;
	border-top: 1px solid #FFF;
	zoom: 1
}
#leftMenu ul li a{
	color: #FFF;
	text-decoration: none;
}
#leftMenu ul li a:hover{
	text-decoration: underline;
}

#leftMenu ul li.selected, #leftMenu ul li.parent{
	border: 1px solid #da251d;
	background-color: #FFF;	
}
#leftMenu ul li.selected a, #leftMenu ul li.parent a{
	color: #da251d;
}

#underMenu{
	height: 50px;
	position: relative;
	background-color: #da251d;
	margin-bottom: 13px;
	width: 176px;
}

#leftColl{
	width: 202px;
}

#centerColl{
	padding: 0;
	width: 144px;
}
#rightColl{
	width: 600px;
	padding-left: 12px;
}

#cText{
padding-left: 2px;
position: relative;
padding-top: 5px;
}

div.pageImages{
	padding: 5px 10px 20px 10px;
	background: transparent url("/_img/page-img-fon.png") no-repeat left bottom;
}
div.pageImages img{
	border: 1px solid #da251d!important;
}



#pageFooter{
	background: transparent url("/_img/footer.png") no-repeat top;
	height: 130px;
	position: relative;
	}

#counters{
	position: absolute;
	top: 70px;
	right: 0;
}