/* General */

body  {
	font-family: "Segoe UI", Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
	font-size:80%;
	background:	#ededed url(images/body_bg.gif) top repeat-x;
	/*background: #E5E5E5;*/
	margin: 0em;
	padding: 0;
	color: black;
}

html {
	overflow-y:scroll;
}

img {
	vertical-align:middle;
	border:0;
}

a {
	text-decoration:none;
	color:#2946AD;
}
a:hover {
	text-decoration:underline;
	color:#6B76B1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

table {
	width:99%; /* wegen IE 6 */
	border-collapse:collapse;
	border:1;
	border-spacing:0;
	margin:5px 0;
}

thead {
	background-color:#eef3f7;
}

td {
	vertical-align:top;
}

form {
	padding:0;
	margin:0;
}

tr.header {
	/*background:#0d70b8;
	color:white;*/
}
tr.header a {
	/*color:white;*/
}
tr.row-1 {
	background:transparent;
}
tr.row-2 {
	background:#f5f5f5;
}
ol, ul {
	list-style-position:outside;
	margin:5px 0;
	padding-left:3em;
}

ul.easy {
	list-style-type:none;
	padding:0;
}

ul.log {
	list-style-type:none;
	padding:0;
	vertical-align:middle;
}

input.licensekeyid {
	background-image:url(images/login_pw.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
}

/* Frames */

#container {
	width:870px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#inner-container {
	margin:0 5px;
	margin:0;
	padding:5px;
	position:relative;
	background:url(images/border.png) repeat-y;
}

/* Content */

#content {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 185px;
	position:relative;
}

div#content {
	line-height:18px;
	position:relative;
}

#content h1 {
	font-size:140%;
	color:#45548E;
	padding:8px 0;
	margin:0;
}

#content h2 {
	font-size:115%;
	color:#8E4545;
	padding:5px 0;
	margin:0;
}

#content h3 {
	font-size:100%;
	padding:5px 0;
	margin:0;
}

#content p {
	padding:5px 0;
	margin:0;
}

#content p.trademark {
	color:#aaaaaa;
	font-size:xx-small;
	margin-top:30px;
	vertical-align:bottom;
}

/* Header */

#header {
	width:100%;
	height:80px;
	position:relative;
}

#header .top {
	background:url(images/header.png) no-repeat top;
	height:20px;
}

#header .spacer {
	background:url(images/border.png) repeat-y;
	height:60px;
}

#header .logo {
	position:absolute;
	top:5px;
	left:16px;
	z-index: 100;
}

img .logoimg {
	width: 319px;
	height: 69px;
}

#copyright {
	color:#555555;
	font-size:smaller;
	line-height:16px;
	width:100%;
	height:30px;
	position:relative;
	background:url(images/footer.png) no-repeat top;
}

#copyright .left {
	position:absolute;
	left:10px;
	top:5px;
}

#copyright .right {
	position:absolute;
	right:10px;
	top:5px;
}

#copyright .languages {
	text-align:center;
	top:5px;
	position:relative;
}

.sidebar-left {
	float: left; 
	padding: 8px 5px;
	width: 180px;
}

.sidebar-right {
	float: right; 
	padding: 8px 0;
	width: 160px;
}

/* Boxes */

.box {
	margin:0;
	margin-bottom:10px;
	border:1px solid #0064B1;
	border-top:none;
}

.box-header {
	background:#0064B1 url(images/menu-background-blue-normal.png) repeat-x;
	font-weight:bold;
	color:white;
	text-align:center;
	/*padding:1px;*/
}

.box-content {
	padding:6px;
}

/* Localization Table */

#localizations {
	/*background-color:#f3f6f9;*/
	border:1px solid #025493;
}
#localizations tbody td {
	padding:2px 4px;
}
#localizations thead {
	font-weight:bold;
}
#localizations .first {
	width:20px;
}

#localizations .last {
	width:30px;
}

#localization .current {
	font-weight:bold;
}

/* Pricing Table */
table.pricing {

}

table.pricing thead tr {

}

/* Licence Renewal */

#license input#id {
	width:15em;
}

#license input#email {
	width:15em;
}

/* Menu Specific */

/* If you change menu li height, you also have to adjust padding and heights in */
/* li a, li span and img.icon and img.dropdown */

#menu {
	margin:0;
	padding:0 5px;
}
#menu li {
	list-style-type:none;
	border-bottom:1px dotted #6F788E;
	padding:0;
	height:20px;
	white-space:nowrap;
	overflow:hidden;
}

#menu li.selected {
	font-weight:normal;
	background:#EAEBF1;
}
#menu li.first {
	margin-top:0px !important;
}
#menu li.root {
	margin-top:12px;
	font-weight:bold;
}
#menu li:hover {
	background:#5da5e1;
}
#menu li:hover > a {
	color:white;
}
#menu li span,
#menu li a {
	margin:0;
	padding:0;
	display:block;
	height:20px;
	line-height:20px;
	text-decoration:none;
	vertical-align:middle;
}

#menu img.icon {
	margin-bottom:2px;
	margin-top:1px;
	height:16px;
	margin-right:4px;
}
#menu img.dropdown {
	vertical-align:middle;
	margin-right:4px; 
}

#menu li.disabled:hover {
	background:none;
}

/* Navigation Bar */

#navigation {
	font-size:85%;
	padding-left:15px;
	background:url(images/navigation-bg.png) no-repeat;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

#navigation a {
	color:#E6EEF7;	
}

#navigation .header {
	color:#D9EDF9;
	font-weight:bold;
}

#navigation a.selected {
	font-weight:bold;
}

/* Sitemap */

.sitemap p {
	margin:0;
	padding:0;
}
.sitemap p.header {
	font-weight:bold;
	padding:4px;
}

/* General Classes */

.alct {
	text-align:center;
}

.block {
	padding:10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

span.new,
span.important {
	color:red !important;
}

span.current {
	font-weight:bold;
}

span.selected {
	font-weight:bold;
	color:blue;
}

.comment {
	font-size:x-small;
	color:#909A9E;
}
.error {
	color:#FD6565;
	font-weight:bold;
}

/*FIX FOR CSS FLOATS*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a.buy-button {
	width:120px;
	height:27px;
	padding-left:20px;
	background-image:url(images/button_buy.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	color:white;
	line-height:23px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	font-weight:bold;	
}
