body {
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

a:active, a:focus, input[type="image"] {
	outline:0px;
}

a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4E5963;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#06447F;
	margin:0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #696969;
}

h1 a, h1 a:active, h1 a:visited, h1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#06447F;
	margin:0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #696969;
	text-decoration:none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#06447F;
	margin:0px;
	padding:0px;
}

h2 a, h2 a:active, h2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#06447F;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#06447F;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	margin:none;
	padding:0px;
}

body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4E5963;
}

#container {
	position:absolute;
	width:940px;
	top:25px;
	left:50%;
	margin:0px 0px 0px -471px;
	background-color:#FFFFFF;
	border:1px solid #B3B3B3;
}

#header {
	position:relative;
	width:940px;
	height:110px;
	background-image:url('header_bg.png');
	background-repeat:repeat-x;
}

#logo {
	position:absolute;
	width:180px;
	height:85px;
	top:10px;
	left:20px;
}

#menu {
	position:absolute;
	height:50px;
	bottom:0px;
	right:20px;
}

#menu ul, #menu li {
	margin:0px;
	padding:0px;
}

#menu li {
	list-style:none;
	display:inline-block;
}

#menu a, #menu a:active, #menu a:visited {
	display:inline-block;
	height:32px;
	padding:18px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06447F;
	text-decoration:none;
	background-image:url('header_menu_bg.png');
	background-repeat:no-repeat;
}

#menu a:hover {
	text-decoration:none;
	background-image:url('header_menu_bg_over.png');
}

#main {
	position:relative;
	margin:0px 0px 50px 0px;
}

#footer {
	position:relative;
	width:900px;
	height:50px;
	left:20px;
	border-top:1px solid #696969;
	clear:both;
}

#footer_center {
	position:absolute;
	width:900px;
	height:16px;
	top:0px;
	left:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background-image:url('footer_icons.png');
	background-repeat:no-repeat;
	background-position:right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4E5963;
}

#footer_left {
	position:absolute;
	width:300px;
	top:5px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4E5963;
}

#footer_left a, #footer_left a:active, #footer_left a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4E5963;
	text-decoration:underline;
}

#footer_left a:hover {
	text-decoration:none;
}


/********************************/
/***** Index ********************/
/********************************/

#index_top {
	position:relative;
	width:900px;
	height:290px;
	left:20px;
	margin:20px 0px 0px 0px;
}

#index_top_left {
	position:relative;
	width:398px;
	height:290px;
	top:0px;
	left:0px;
}

#index_top_left_top {
	position:relative;
	width:398px;
	height:235px;
}

#index_top_left_bottom {
	position:absolute;
	width:398px;
	height:39px;
	bottom:16px;
	left:0px;
}

#index_top_left_bottom p {
	margin:0px;
}

#index_top_right {
	position:absolute;
	width:482px;
	height:290px;
	top:0px;
	right:0px;
	text-align:right;
	font-size:10px;
}

#index_top_right a, #index_top_right a:active, #index_top_right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4E5963;
	text-decoration:underline;
}

#index_top_right a:hover {
	text-decoration:none;
}

#index_bottom {
	position:relative;
	width:900px;
	left:20px;
	margin:25px 0px 0px 0px;
	overflow:auto;	
}

#index_bottom_left {
	float:left;	
	width:450px;
}

#index_bottom_left_top {
	width:380px;
}

#index_bottom_left_bottom {
	width:380px;
	padding:0px 70px 0px 0px;
	border-right:1px solid #696969;
}

#index_bottom_right {
	float:right;	
	width:380px;
}

#index_bottom_right_top {
	width:380px;
	text-align:right;
}

#index_bottom_right_bottom {
	width:380px;
}

#index_buttons {
	position:relative;
	width:900px;
	left:20px;
	margin:50px 0px 0px 0px;
	overflow:auto;
}

#index_buttons_left {
	float:left;
	width:450px;
}

#index_buttons_right {
	float:right;
	width:450px;
	text-align:right;
}


/********************************/
/***** Subpage ******************/
/********************************/

#subpage_main {
	position:relative;
	width:900px;
	left:20px;
	margin:30px 0px 0px 0px;
	overflow:auto;
}

#subpage_content {
	float:left;
	width:900px;
	min-height:200px;
}

#subpage_left_icon {
	float:left;
	clear:left;
	width:170px;
	margin:50px 0px 0px 0px;
	text-align:center;
}


/********************************/
/***** Landingpage **************/
/********************************/

#landingpage_main {
	position:relative;
	width:900px;
	left:20px;
	margin:30px 0px 0px 0px;
	overflow:auto;
}

#landingpage_content {
	float:left;
	width:900px;
	min-height:200px;
}


/********************************/
/***** Subpage menu header ******/
/********************************/

#subpage_menu_main {
	position:relative;
	width:900px;
	left:20px;
	margin:30px 0px 0px 0px;
	overflow:auto;
}

#subpage_menu_left {
	float:left;
	clear:left;
}

#subpage_menu_menu {
	float:left;
	clear:left;
	width:169px;
	margin:5px 20px 0px 0px;
}

#subpage_menu_menu ul {
	margin:0px;
	padding:0px;
}

#subpage_menu_menu li {
	width:159px;
	margin:0px;
	padding:10px 5px 10px 5px;
	list-style:none;
	border-right:1px dashed #696969;
	border-bottom:1px dashed #696969;
}

#subpage_menu_menu li.menuvertical-selected {
	background-color:#E2E2E2;
}

#subpage_menu_menu li.menuvertical-level2 {
	width:139px;
	padding:10px 5px 10px 25px;
}

#subpage_menu_menu li.menuvertical-level2 a {
	font-size:12px;
}

#subpage_menu_content {
	float:left;
	width:710px;
	margin:5px 0px 0px 0px;
}

#subpage_menu_left_icon {
	float:left;
	clear:left;
	width:170px;
	margin:50px 0px 0px 0px;
	text-align:center;
}


/********************************/
/***** Dictionaries *************/
/********************************/

.dictfilter {
	border:1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	overflow:auto;
}

.dictfilter div {
	display:inline;
	float:right;
}

.dictfilter img {
	float:right;
	margin:0px 0px 0px 20px;
	cursor:pointer;
}

.dictfilter span {
	position:relative;
	top:5px;
}	

.dictionaryShort {
	border-bottom:1px solid #696969;
	overflow:auto;
	padding:0px 0px 10px 0px;
	margin:20px 0px 20px 0px;
}

.dictionaryLinks {
	width:200px;
	margin-left:30px;
	float:right;
}

.dictionaryLinks em {
  font-weight:bold;
  font-style:normal;
  color: #FF0000;
}

.dictionaryLinks a, .dictionaryLinks a:active, .dictionaryLinks a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.dictionaryLinks a:hover {
	text-decoration:underline;
}

.dictionaryButton {
	margin-bottom:10px;
	padding-top:11px;
	padding-left:42px;
	color:#FFFFFF;
	height:24px;
	width:158px;
	cursor:pointer;
}

div.price {
	margin-top:30px;
}

#purchasesummary {
	padding:5px;
	width:400px;
	margin:10px 0px 0px 0px;
	font-weight:bold;
	background-color:#EEEEEE;
}

#dictbuysecurityinformation {
	float:right;
	width:250px;
	margin:20px 0px 0px 0px;
}

form#formdict {
	margin:30px 0px 30px 0px;
	width:400px;
}

form#formdict fieldset {
 	border:none;
	border-top:1px solid #06447F;
}

form#formdict legend {
  	padding:0px 2px 0px 2px;
  	font-weight:bold;
}

form#formdict label {
  	display:inline-block;
  	line-height:1.8;
  	vertical-align:top;
}

form#formdict fieldset ol {
  	margin:0px;
  	padding:0px;
}

form#formdict fieldset li {
  list-style:none;
  padding:5px;
  margin:0px;
}

form#formdict fieldset fieldset {
  border:none;
  margin:3px 0px 0px 0px;
}

form#formdict fieldset fieldset legend {
  padding:0px 0px 5px 0px;
  font-weight:normal;
}

form#formdict fieldset fieldset label {
  display:block;
  width:auto;
}

form#formdict em {
  font-weight:bold;
  font-style:normal;
  color: #FF0000;
}

form#formdict label {
  width:150px;
}

form#formdict fieldset fieldset label {
  margin:0px 0px 153px 0px;
}


/********************************/
/***** Contact support **********/
/********************************/

form#formsupport {
	margin:30px 0px 30px 0px;
	width:400px;
}

form#formsupport fieldset {
 	border:none;
	border-top:1px solid #06447F;
}

form#formsupport legend {
  	padding:0px 2px 0px 2px;
  	font-weight:bold;
}

form#formsupport label {
  	display:inline-block;
  	line-height:1.8;
  	vertical-align:top;
}

form#formsupport fieldset ol {
  	margin:0px;
  	padding:0px;
}

form#formsupport fieldset li {
  list-style:none;
  padding:5px;
  margin:0px;
}

form#formsupport fieldset fieldset {
  border:none;
  margin:3px 0px 0px 0px;
}

form#formsupport fieldset fieldset legend {
  padding:0px 0px 5px 0px;
  font-weight:normal;
}

form#formsupport fieldset fieldset label {
  display:block;
  width:auto;
}

form#formsupport em {
  font-weight:bold;
  font-style:normal;
  color: #FF0000;
}

form#formsupport label {
  width:150px;
}

form#formsupport fieldset fieldset label {
  margin:0px 0px 153px 0px;
}


/********************************/
/***** Contact ******************/
/********************************/

form#formkontakt {
	margin:30px 0px 30px 0px;
	width:400px;
}

form#formkontakt fieldset {
 	border:none;
	border-top:1px solid #06447F;
}

form#formkontakt legend {
  	padding:0px 2px 0px 2px;
  	font-weight:bold;
}

form#formkontakt label {
  	display:inline-block;
  	line-height:1.8;
  	vertical-align:top;
}

form#formkontakt fieldset ol {
  	margin:0px;
  	padding:0px;
}

form#formkontakt fieldset li {
  list-style:none;
  padding:5px;
  margin:0px;
}

form#formkontakt fieldset fieldset {
  border:none;
  margin:3px 0px 0px 0px;
}

form#formkontakt fieldset fieldset legend {
  padding:0px 0px 5px 0px;
  font-weight:normal;
}

form#formkontakt fieldset fieldset label {
  display:block;
  width:auto;
}

form#formkontakt em {
  font-weight:bold;
  font-style:normal;
  color: #FF0000;
}

form#formkontakt label {
  width:150px;
}

form#formkontakt fieldset fieldset label {
  margin:0px 0px 153px 0px;
}

.dictionaryLinks fieldset {
 	border:none;
	border-top:1px solid #06447F;
}

.dictionaryLinks legend {
  	padding:0px 2px 0px 2px;
  	font-weight:bold;
}