body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #424242;
	background-color: #ebedec;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}

#main {
	width: 974px;
	margin: 0 auto;
}

#header {
	min-height: 451px;
	overflow: hidden;
	background-image: url(../gfx/bg_unterseite.gif);
	background-repeat: no-repeat;
}

#header h1 {
	width: 160px;
	height: 50px;
	margin: 67px 0 0 85px;
}
#header h1 a {
	display: block;
	height: 100%;
}
#header h1 a span { display: none; }

#lng {
	width: 173px;
	float: right;
	margin-top: 5px;
	margin-right: 70px;
	font-size: 11px;
	text-align: center;
}
#lng, x:-moz-any-link {
	margin-top: 4px;
}

#navigation {
	width: 428px;
	height: 25px;
	margin: 8px 0 0 85px;
}
#navigation ul {
	display: block;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	height: 100%;
	float: left;
}
#navigation ul li a span {
	display: none;
}
#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	display: block;
	height: 100%;
	overflow: hidden;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.select {
	background-position: left -25px;
}
#navigation li#nav1 a {
	width: 52px;
	background-image: url(../gfx/nav/about.gif);
}
#navigation li#nav2 a {
	width: 62px;
	background-image: url(../gfx/nav/quality.gif);
}
#navigation li#nav3 a {
	width: 97px;
	background-image: url(../gfx/nav/translations.gif);
}
#navigation li#nav4 a {
	width: 113px;
	background-image: url(../gfx/nav/proofreading.gif);
}
#navigation li#nav5 a {
	width: 63px;
	background-image: url(../gfx/nav/editing.gif);
}
#navigation li#nav6 a {
	width: 41px;
	background-image: url(../gfx/nav/jobs.gif);
}

#content {
	width: 460px;
	min-height: 240px;
	float: left;
	margin: 53px 0 0 85px;
	padding-right: 15px;
	border-right: 1px solid white;
	line-height: 18px;
}

#sidebar {
	margin-top: 33px;
	padding-bottom: 17px;
	background-image: url(../gfx/footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sidebarheader {
	height: 23px;
	line-height: 12px;
	background-image: url(../gfx/box_top.gif);
}
#sidebar .inner {
	width: 802px;
	margin: 0 auto;
	padding-left: 28px;
	background-color: white;
}
#sidebar .tabs { float: left; }
#fairdeal, #contact { margin-right: 21px; }
#sidebar .area {
	width: 157px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 23px;
	font-size: 11px;
	background-image: url(../gfx/pfeil_icon.gif);
	background-repeat: no-repeat;
	line-height: 15px;
}
#sidebar #area-first-child-pseudo-not-work { margin-left: 0px; width: 127px; } /* #sidebar .area:first-child */
#sidebar .area h3 {
	color: #40a4df;
	margin: 2px 0 4px;
	font-size: 12px;
}
#sidebar #financial { width: 117px; }
#sidebar #healthcare {
	width: 107px;
	/*margin-left:34px;*/
}
#sidebar #legal { width: 107px; }

#footer {
	padding: 5px 94px;
	font-size: 11px;
	text-shadow: rgba(235,236,237,0.01) 0 0 1px;
}
#footer .topnav { float: right; }
#footer #kontakt {
	padding-left: 15px;
	background-image: url(../gfx/contact_icon.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}
#footer #kontakt, x:-moz-any-link {
	background-position: left 4px;
}

a:link, a:active, a:visited { color:  #40a4df; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
a img { border: none; }

.disable { text-decoration: line-through; }

h2 {
	font-size: 20px;
	line-height: 22px;
	color: #40a4df;
	margin: 0;/* 0 5px;*/
}
p {
	margin: 12px 0 0;
}

.cleaner {
	height: 0;
	clear: both;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}