@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg);
}

#tag {
	position: absolute;
	top: 22px;
	left: 37px;
	width: 763px;
	height: 44px;
	text-align: right;
}

#languageSelection {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../img/languageSelection.png);
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
}

#languageSelection a {
	color: #666666;
	text-decoration: none;
}

#languageSelection a:hover {
	color: #333333;
	text-decoration: none;
}

#naviBar {
	background: url(../img/naviBar.png);
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 0;
	width: 808px;
	height: 64px;
}

#naviBar ul, #juristBar ul {
	list-style: none;
}

#naviBar span, #juristBar span {
	display: none;
}

#juristBar {
	background: url(../img/juristBar.png);
	position: absolute;
	top: 0px;
	left: 815px;
	width: 185px;
	height: 537px;
}

#contentBox {
	background-image: url(../img/contentBox.png);
	background-repeat: repeat-x;
	background-color: #cb2122;
	position: absolute;
	top: 140px;
	left: 132px;
	width: 664px;
	min-height: 450px;
	z-index: 0;
}

#contentText {
	color: #FFFFFF;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: justify;
	z-index: 2;
}

#contentTopBox {
	background: url(../img/contentTopBox.png); 
	position: absolute;
	top: -27px;
	left: -24px;
	height: 54px;
	width: 720px;
	z-index: 1;
}

#contentLeftBox {
	background: url(../img/contentLeftBox.png);
	background-repeat: repeat-y;
	position: absolute;
	left: -20px;
	top: 13px;
	width: 20px;
	height: 100%;
}

#contentRightBox {
 	background: url(../img/contentRightBox.png);
 	background-repeat: repeat-y;
 	position: absolute;
 	left: 663px;
 	top: 13px;
	width: 20px;
 	height: 100%;
}

#contentBottomFillUp {
	background-color: #cb2122;
	position: absolute;
	top: -13px;
	left: 28px;
	width: 663px;
	height: 26px;
	z-index: 0;
}

#contentBottomBox {
	background: url(../img/contentBottomBox.png); 
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: -691px;
	height: 50px;
	width: 720px;
}

#paragraph {
	position: absolute;
	top: 60px;
	left: 73px;
	z-index: 3;
}

#contentSpacerBoxForParagraph {
	position: relative;
	width: 50px;
	height: 128px;
	float: left;
	z-index: 3;
}

#juristBarMillner {
	position: absolute;
	top: 10px;
	left: 37px;
	width: 27px;
	height: 383px;
	background: url(../img/juristBar-millner.png);
	background-repeat: no-repeat;
}

#juristBarMillner:hover {
	background: url(../img/juristBar-millner-hover.png);
	background-repeat: no-repeat;
}

#juristBarSchamesberger {
	position: absolute;
	top: 10px;
	left: 76px;
	width: 32px;
	height: 383px;
	background: url(../img/juristBar-schamesberger.png);
	background-repeat: no-repeat;
}

#juristBarSchamesberger:hover {
	background: url(../img/juristBar-schamesberger-hover.png);
	background-repeat: no-repeat;
}

#juristBarMatl {
	position: absolute;
	top: 10px;
	left: 120px;
	width: 32px;
	height: 383px;
	background: url(../img/juristBar-matl.png);
	background-repeat: no-repeat;
}

#juristBarMatl:hover {
	background: url(../img/juristBar-matl-hover.png);
	background-repeat: no-repeat;
}

#footline {
	position: relative;
	top: 30px;
	left: 29px;
	font-size: 0.85em;
	color: #666666;
}

#footline a{
	color: #666666;
}