@import url("/common/styles-profile.css");

body {
	/*margin: 20px;*/
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}


a {
	color: #002968;
	text-decoration:none;
}

a:visited {
	color: #554294;
	text-decoration:none;
}

a.novisited:visited, .novisited a:visited {
	color: #002968;
}

a:hover {
	color: #c10100;
	text-decoration:underline;
}

.underline {
	text-decoration:underline !important;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	color: #000;
}

h2,
h3,
h4,
h5,
h6 {
	color: #000;
}


hr {
	height: 1px;
	background: #b4b4aa;
	color: #b4b4aa;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 935px;
}

.spacerColumn {
	width: 250px;
}


*.gray,
*.gray *,
.gray a,
.gray a:visited {
	color: #999 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #333 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #333 !important;
}


*.white,
*.white *,
.white a, 
.white a:visited {
	color: #fff !important;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #fff !important;
}



#pageAll {
		background:#ffffd7;
	
}


#pageHeader {
		margin: 0 30px/* 0 40px*/;
	padding: 20px 0 0;
	cursor: default;
}

#menuLine {
	margin:25px 0 13px;
}


#logotype {
	display: block;
	padding: 0 30px 0 0;
}

#logotype img {
	vertical-align: bottom;
}


#register {
}

#registerTitle {
}

#registerContent {
}

#registerContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#basket {
}

#basketTitle {
}

#basketContent {
}

#basketContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#telephone {
}

#telephoneNumber {
	font: normal 27px/27px Arial, sans-serif;
	color:#011b54;
	background:url('/i/phone-icon.gif') center left no-repeat;
	padding: 0 0 0 20px;
	margin:5px 0;
	height:27px;
	display:inline-block;
	
}

#telephoneDescription {
	padding: 0.05em 0 0 2px;
}

#telephoneNone {
}


#pageMenu {
	padding: 25px 0 0;
}

.menuItem a {
	color: #002968;
	font: bold 1.2em/1em  Arial, sans-serif;
	white-space: nowrap;
	text-decoration:none;
}

/*.screen1024 .menuItem a {
	font-size: 1.1em;
}*/

.menuItem a:visited {
	color: #002968;
}


.menuItemNow {
}

.menuItemNow a, .menuItemNow a:visited {
	color: #800000;
	text-decoration: none;
}

#homepage .menuItemNow a {
	cursor: default;
}



.menuItem a:hover {
	color: #800000;
	text-decoration: underline;
}

#homepage .menuItemNow a:hover {
	text-decoration:none;
}


.pageMenu-separator {
}

.pageMenu-separator .spacer {
	width: 10px;
	height: 15px;
}


#newsTicker {
	margin: 0 25px 0 0;
	padding: 1.25em 0;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 1.1em/1.2em Arial, sans-serif;
	}


#search {
	width: 159px;
	height: 22px;
	overflow: hidden;
	background: #fff left top url("/i/search.gif") no-repeat;
	margin: 25px 0 0;
	white-space: nowrap;
}

#searchForm {
	background: right -22px url("/i/search.gif") no-repeat;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 8px;
	vertical-align: middle;
}

#searchInput input {
	width: 125px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	background: transparent;
	color: #6d6d6d;
	border: none;
	font-size: 1em;
	cursor: text;
}

#searchButton {
	height: 22px;
	padding: 0 7px;
	vertical-align: middle;
}

#searchButton input {
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 1px 0 0;
	padding: 0;
	color: #6d6d6d;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
}


#searchDescription {
	margin: 1em 0 0 0;
}

#searchDescription p {
	margin: 0.25em 0 0.25em 0;
}

#searchDescription a {
	white-space: nowrap;
}


#pageContent {
		margin: 0 30px/* 0 40px*/;
	padding: 1em 0;
}

#homepage #pageContent {
	margin: 0;
	padding: 0;
}


#pageBody {
	}


.separator-line-v {
	background:url('/i/pixel-gray.gif') top center repeat-y;
}


#pageFooter {
		margin: 30px 30px 0 /*40px*/;
	padding: 1.5em 0 60px;
	cursor: default;
	color:#011b54;
}

#pageFooter td {
	color:#011b54;
}

#pageFooter a {
	white-space: nowrap;
	text-decoration:underline;
}

#pageFooter a:visited {
	color:#011b54;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageNavigation {
	margin: 0 19px 0 0;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 8px 0 0;
	padding: 0 9px 0 0;
	background: right 2px url("/i/separator.gif") no-repeat;
}

#pageNavigation span.last {
	margin: 0;
	padding: 0;
	background: none;
}


#update {
	padding: 1px 0 0;
	line-height: 1.5em;
}


#copyright {
	margin: 0 19px 0 0;
	padding: 17px 0 0;
}

#hintSource {
}

#hintCopy {
	margin: 0 0.45em 0 0;
	padding: 0 0 1px;
	color: #011b54;
	line-height: 1.1em;
}

#hintName {
	display: block;
	padding: 0 0 1px;
	color: #011b54;
	line-height: 1.1em;
	text-decoration: none !important;
	cursor: wait;
}

#hintSource.on #hintName {
	background: left bottom url("/i/hint-underline.gif") no-repeat;
	color: #011b54;
	cursor: pointer;
}

#hintSource.on #hintName:hover {
	background-position: -248px bottom;
	color: #c10100;
}

#hintSource.on #hintName.now {
	background: none;
	color: #011b54 !important;
	cursor: default;
}


#hint {
	width: 388px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 3001;
	margin: 0 0 0 -15px;
	padding: 0 0 5px;
	cursor: default;
}

#hintClose {
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin: 5px 0 0 367px;
	font-size: 1px;
	background: center 4px url("/i/hint-close.gif") no-repeat;
	cursor: pointer;
}

#hintClose.on {
	background-position: center -46px;
}

#hint_t,
#hint_b {
	width: 388px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
}

#hint_b {
	height: 5px;
}

#hint_t em,
#hint_b em {
	display: block;
	width: 388px;
	height: 509px;
	background: left top url("/i/hint.png") no-repeat;
}

#hint_t em {
	margin: -500px 0 0;
}

#hint_b em {
	margin: -504px 0 0;
}

#hint_c {
	width: 388px;
	background: left top url("/i/hint.png") no-repeat;
}

#hintContent {
		padding: 7px 15px 10px;
	text-align: left;
}

#hintContact {
		padding: 0 0 0.75em;
	font-size: 1.17em;
	font-weight: bold;
}

#hint_c a {
	position: relative;
}



#profile {
	padding: 0 2.5em 0 0;
}


#brick {
	padding: 17px 0 0;
}

#brick p {
	margin: 0 0 0.65em;
}


#pageList {
	margin: 0 30px 0 0;
}

#pageList_Title {
	font-size: 1.4em;
}

#pageList ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a {
	color: #333 !important;
	text-decoration: none;
	cursor: default;
}


#bodyHomepage {
		margin: 0 30px;
	padding: 27px 0 0;
	position:relative;
	/*top:-10px;*/
	left:0;
	z-index:500;
}

#bodyHomepage h1 {
	font-size: 1.65em;
}

#bodyHomepage h2 {
	font-size: 1.6em;
	margin-top:0;
}

#bodyHomepage h3 {
	font-size: 1.1em;
}

#corporateRecovery, #personalInsolvency {
	background:url('/i/marker-end.gif') left bottom no-repeat;
	padding: 0 0 17px;
}


#cover {
	background: #fdfdf9 left top url("/i/cover.jpg") no-repeat;
}

#cover .rectangle {
	height: 283px;
	overflow: hidden;
	background: right -283px url("/i/cover.jpg") no-repeat;
}

#homepageContent {
		height: 223px;
	margin: 0 340px 0 280px;
	position: relative;
	bottom: -30px;
	color: #193d76;
}

#homepageContent h1 {
	height: 58px;
	overflow: hidden;
	margin: 0 0 15px;
	position: relative;
	left: -1px;
}

#homepageContent .scrollItem {
		height: 150px;
	padding: 0 20px 0 0;
	overflow: auto;
}


