/*Classes*/
.contentheading, .componentheading{
	font-size: 26px;
	color: #e04c00;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	line-height: 1;
}

/*IDs*/
#container{
	position: relative;
	clear: both;
	width: 100%;
	min-height: 100%;
	min-width: 1000px;
	#height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	overflow: hidden;
}
html>body #container{
	height: auto;
}
	#wrapper{
		position: relative;
		margin-right: 320px;
		text-align: left;
		border-left: 2px solid #004397;
		padding-right: 15px;
		padding-bottom: 14px;
		background-image: url(../images/corner-bot.jpg);
		background-repeat: no-repeat;
		background-position: 100% 100%;
	}
		#content-pad-top{
			/*height: 390px;*/
			height: 125px;
		}
		#content-back{
			margin-left: 35px;
			border: 4px solid #fff;
			/*margin-top: -261px;*/
			background-image: url(../images/laurifer-bg2.jpg);
			background-repeat: repeat;
			background-position: 0 0;
		}
			#content{
				min-height: 500px;
				overflow: hidden;
				background-image: url(../images/laurifer-bg1_.jpg);
				background-repeat: no-repeat;
				background-position: 0 0;
			}
				#content{
					padding-top: 20px;
					padding-left: 35px;
					padding-right: 35px;
					padding-bottom: 20px;
				}
		
		#info{
			position: absolute;
			height: 95px;
			width: 245px;
			top: 0;
			left: 100%;
			margin-left: -580px;
			padding-top: 20px;
			text-align: right;
			line-height: 1.1;
			overflow: hidden;
		}
			#info, #info p{
				color: #004397;
			}
			#info p{
				margin: 0;
			}
		#logo{
			position: absolute;
			top: 10px;
			left: 35px;
		}
	
	#content-pad-bot{
		clear: both;
		height: 90px;
	}
	
	#modules{
		position: absolute;
		width: 326px;
		height: 348px;
		top: 0;
		left: 100%;
		margin-left: -326px;
		background-image: url(../images/menu-bg.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-top: 12px;
		overflow: hidden;
	}
		#jflanguageselection{
			clear: both;
			height: 40px;
			line-height: 40px;
			overflow: hidden;
		}
			#jflanguageselection ul.jflanguageselection{
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
				#jflanguageselection ul.jflanguageselection li{
					display: inline;
					padding-left: 5px;
					padding-right: 5px;
					text-transform: uppercase;
				}
					#jflanguageselection ul.jflanguageselection li a{
						font-size: 14px;
						color: #004397;
						font-weight: bold;
						text-decoration: none;
					}
					#jflanguageselection ul.jflanguageselection li a:hover{
						color: #e04d00;
					}
					
		#date{
			clear: both;
			height: 20px;
			line-height: 20px;
			font-size: 12px;
			color: #004397;
			overflow: hidden;
			margin-bottom: 25px;
		}
		
		#modules ul.menu{
			list-style-type: none;
			margin: 0;
			padding: 0;
			padding-left: 110px;
			padding-right: 50px;
			text-align: left;
		}
			#modules ul.menu li{
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 13px;
			}
			#modules ul.menu li.active{
				background-image: url(../images/arrow.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
			}
				#modules ul.menu li a.level_1{
					font-size: 13px;
					color: #004397;
					font-weight: bold;
					text-decoration: underline;
				}
				#modules ul.menu li a.level_1:hover, #modules ul.menu li.active a.level_1{
					color: #e04d00;
				}
	
	#decor{
		position: absolute;
		width: 17px;
		height: 74px;
		top: 0;
		left: 0;
		background-color: #004397;
	}
	
	#image{
		position: absolute;
		width: 397px;
		height: 331px;
		top: 100%;
		left: 100%;
		margin-top: -331px;
		margin-left: -397px;
		background-image: url(../images/bg-image-trans.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
#footer{
	position: relative;
	height: 80px;
	min-width: 535px;
	margin-right: 320px;
	margin-left: 40px;
	margin-top: -80px;
	overflow: hidden;
	line-height: 1.3;
}
	#footer p{
		margin: 0;
	}
	#footer, #footer p, #footer a{
		font-size: 11px;
		color: #004397;
	}
	a.copyright{
		color: #e04d00 !important;
		font-size: 11px;
		text-decoration: none;
	}
	
/*Form*/
.ckCSSlabel{
}
#propertieslbl, #contactlbl, #texttypelbl, #textcapacitylbl, #bylawerlbl, #bytranslatorslbl, #commentslbl, #attachmentlbl, #deadlinelbl{
	width: 390px;
}
#ckformcontainer .ckCSSlabel{
	padding-right: 10px;
}
#ckformcontainer .ckCSSinputnormal{
	width: 260px;
}
#confirmationlbl, #commentlbl, #comment1lbl, #comment2lbl, #comment3lbl{
	display: inline;
	float: none;
	font-weight: bold;
}
#bylawerlbl, #bytranslatorslbl{
	text-align: right;
}
#confirmationlbl{
	padding-left: 352px;
}
