@charset "utf-8";
/* CSS Document */
	
#page {
	width: 970px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#button {
	display: none;
	position: absolute;
	top: 400px;
	right: -30px;
}
#button a img {
	border-width: 0;
}

#content-area {
	background-color: #E7E2E3;
	background-image: url(../images/bg-content-top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 30px 30px 20px;
}

.abstand {
	margin-left: 200px;
}
#page .noBorder {
	border-width: 0;
}
/*
#body-home #content-area {
	background-image: url(../images/bg-dolmetschen.gif);
	background-position: 748px 396px;
}
#body-english-code #content-area {
	background-image: url(../images/bg-dolmetschen.gif);
	background-position: 748px 385px;
}
*/
.content-bottom {
	background-image: url(../images/bg-content-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 100%;
	height: 50px;
	clear: both;
}
	.content-bottom li {
		font-size: 14px;
	}
	.content-bottom ul.links li a {
		color: #f9ab39;
		background-color: #821718;
		padding: 2px 6px;
	}
		.content-bottom ul.links li a:hover {
			background-color: #f9ab39;
			color: #821718;
		}
/*
#content-bottom a {
	display: block;
	padding-top: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	display: block;
	background-image: url(../images/extlink.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 16px;
	margin-right: 20px;
}
*/

.content-left {
	width: 688px;
	margin-right: 30px;
	float: left;
}
.content-right {
	width: 182px;
	float: left;
	margin-right: 10px;
	padding-bottom: 30px;
}
.content-right p,
.content-right a {
	font-size: 11px;
	line-height: 14px;
	color: #821718;
}

.presse a {
	display: block;
	border: 5px solid #dd472b;
	background-color: #821718;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 160%;
	margin: 20px 0 10px 0;
}
.presse a:hover {
	background-color: #dd472b;
	border-color: #ff9900;
}

/* _______________________________ Conducting Skillful Negotiations __________________________________ */
/* _____________________________________________________________________________________ */

#body-verhandeln #content-area-top {
	background-image: url(../images/bg-content-hellgrau-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #F8F8F8;
}

ul.links {
	margin: 0 0 0 20px;
	padding: 0;
}
ul.links li {
	display: inline;
	position: relative;
	border-right: 1px solid #821718;
	padding: 0 10px 0 10px;
}
ul.links li.last {
	border-width: 0;
}
ul.links li a {
	text-decoration: none;
	color: #821718;
}
ul.links li a:hover,
ul.links li a.active {
	color: #fff;
	text-decoration: underline;
}
ul.links ul {
	display: none;
	height: 60px;
	position: absolute;
	background-color: #817C7D;
	top: -80px;
	left: 0;
}
#body-verhandeln #content-area-bottom .content-bottom ul.links ul {
	top: -60px;
	left: 0;
}
ul.links ul.subnavVisible {
	display: block;
}
ul.links ul li {
	border-width: 0;
}
ul.links ul li a {
	color: white;
	font-size: 14px;
}
ul.links ul li a:hover,
ul.links ul li a.active {
	color: #ff9900;
}

ul.subnavi {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0 0;
}
ul.subnavi a {
	text-decoration: none;
}
ul.subnavi a:hover,
ul.subnavi a.active {
	text-decoration: underline;
	color: #666666;
}

#navigation {
	height: 80px;
	position: relative;
}
#navigation a img {
	border-width: 0;
}
#navigation .logo {
	position: absolute;
	right: 0;
	top: 0px;
}
#navigation ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	display: block;
	height: 30px;
	float: left;
	color: #FF9900;
}
#navigation ul li.first {
	margin: 0;
}
/*
#navigation ul li a.code {
	width: 160px;
}
#navigation ul li a.bewerben {
	width: 186px;
}
#navigation ul li a.verhandeln {
	width: 180px;
}
#navigation ul li a.praesentieren {
	width: 212px;
}
#navigation ul li a.referenzen {
	width: 120px;
}
*/
#navigation ul li a {
	font-size: 11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: white;
	font-weight: bold;
	display: block;
	padding: 1px 10px;
	float: left;
	margin: 0 0 10px 0;
	border-right: 1px solid #FF9900;
}
#navigation ul li.last a {
	border-width: 0;
}
#navigation ul li a:hover,
#navigation ul li.active a {
	color: #C0C0C0;
}
/*
#navigation ul li a.first {
	background-image: url(../images/bg-navigation-left-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul li a.first:hover,
#navigation ul li a.first.active {
	background-image: url(../images/bg-navigation-left-on.gif);
}
#navigation ul li a.last {
	background-image: url(../images/bg-navigation-right-off.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul li a.last:hover,
#navigation ul li a.last.active {
	background-image: url(../images/bg-navigation-right-on.gif);
}
#navigation ul li a:hover,
#navigation ul li a.active {
	color: #821718;
	background-color: #E7E2E3;
}
*/

#subnavigation,
#language,
#dolmetschen {
	float: right;
	margin: 0 0 0 10px;
}
#dolmetschen {
	display: none;
}

#meta {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 0 520px;
}
#subnavigation {
	padding: 6px 0 0 20px;
}
#language {
	padding: 8px 0 0 0;
}
#subnavigation ul,
#language ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnavigation ul li,
#language ul li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	color: #FF9900;
}
#subnavigation ul li a {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9900;
	margin: 0 5px 0 0;
}
#subnavigation ul li a:hover,
#subnavigation ul li a.active {
	color: white;
}
#subnavigation ul li a strong {
	font-size: 13px;
}
#dolmetschen {
	position: absolute;
	right: 0;
	top: 0;
}

#dolmetschen a {
	display: block;
	width: 160px;
	height: 20px;
	padding: 4px 0 0 20px;
	margin: 6px 0 0 0;
	background-image: url(../images/dolmetschen-link.png);
	color: white;
	font-size: 13px;
	text-decoration: none;
}

.arc90_imgcaptionALT {
	margin: 3px 0;
	padding: 0;
	color: #821718;
	font-size: 11px;
}
a:hover .arc90_imgcaptionALT {
	color: #FF9900;
}

#content-area ul.downloads {
	list-style: none;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#content-area ul.downloads li.pdf {
	padding-left: 20px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	list-style: none;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 4px 0 4px 30px;
}
#content-area ul.downloads li a {
	color: #821718;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#content-area ul.downloads li a:hover {
	text-decoration: underline;
}

.content-right .zitat-cycle {
	height: 100px;
	width: 182px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.content-right .zitat-cycle div {
	background-color: #ff9900;
	-moz-border-radius: 10px;	
	padding: 10px;
	padding-bottom: 34px;
	background-image: url(../images/sprechblase.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#body-home .content-right .zitat-cycle div {
	background-image: url(../images/sprechblase-home.png);
}
/*#body-verhandeln .content-right .zitat-cycle div {
	background-image: url(../images/sprechblase-home.png);
}*/
.content-right .zitat-cycle div p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
	line-height: 16px;
	margin: 0 0 4px 0;
}
.content-right .zitat-cycle div p.zitatgeber {
	font-size: 10px;
	line-height: 12px;
	color: #821718;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}

.kontakt-links {
	float: left;
	width: 230px;
}

.kontakt-rechts {
	float: left;
	width: 440px;
}

.bewerben-box {
	background-color: #817C7D;
	padding: 6px 6px 10px 10px;
	width: 635px;
	height: 200px;
	-moz-border-radius: 10px;	
}

/* ____________   Bewerben   ____________ */
/* ____________  Verhandeln  ____________ */ 
/* ____________ English-Code ____________ */ 

#body-bewerben #content-area-top {
	padding: 20px 200px 20px 30px;
	width: 740px;
	height: 160px;
	overflow: hidden;
	background-image: url(../images/bg-content-top-bewerben.png);
}

#body-verhandeln #content-area-top {
	padding: 20px 20px 20px 30px;
	width: 930px;
	height: 160px;
	overflow: hidden;
	background-image: url(../images/bg-content-top-verhandeln.png);
	background-color: transparent;
}
/*#body-verhandeln #content-area-bottom {
	height: 230px;
	overflow: hidden;
	background-image: url(../images/bg-content-bottom-verhandeln.png);
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}
#body-verhandeln #content-area-bottom .content-bottom {
	background-image: none;
	position: absolute;
	bottom: 0;
}
#body-verhandeln #content-area-bottom .content-bottom ul, {
	margin: 0;
}
#body-verhandeln #content-area-top .content-right .zitat-cycle {
	margin: 0;
}
#body-verhandeln #content-area-top .content-right .zitat-cycle div {
	background-image: url(../images/sprechblase-f8f8f8.png);
}
#body-verhandeln #content-area-bottom .content-left {
	width: 800px;
}
*/

#body-praesentieren #content-area-top {
	padding: 20px 20px 20px 30px;
	width: 930px;
	height: 160px;
	overflow: hidden;
	background-image: url(../images/bg-content-top-praesentieren.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
/*#body-praesentieren #content-area-bottom {
	height: 230px;
	overflow: hidden;
	background-image: url(../images/bg-content-bottom-verhandeln.png);
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}*/

#body-code #content-area-top {
	padding: 20px 200px 20px 30px;
	width: 740px;
	height: 190px;
	overflow: hidden;
	background-image: url(../images/bg-content-top-code.png);
}

#body-bewerben #content-area-bottom,
#body-code #content-area-bottom,
#body-praesentieren #content-area-bottom,
#body-verhandeln #content-area-bottom {
	padding: 20px;
	margin: 20px 0 0 0;
	width: 930px;
	background-color: #A7A7AB;
	background-image: url(../images/bg-content-bottom-top-bewerben.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#body-bewerben #content-area-bottom .content-right,
#body-verhandeln #content-area-bottom .content-right,
#body-code #content-area-bottom .content-right,
#body-praesentieren #content-area-bottom .content-right {
	float: right;
}
/* #body-verhandeln #content-area-bottom {
	position: relative;
}
#body-verhandeln #content-area-bottom .content-right {
	position: absolute;
	right: 30px;
	top: 30px;
}
*/
#body-bewerben #content-area-bottom dl,
#body-code #content-area-bottom dl,
#body-praesentieren #content-area-bottom dl,
#body-verhandeln #content-area-bottom dl {
	width: 700px;
	margin: 0;
}
#body-bewerben #content-area-bottom dl dt,
#body-code #content-area-bottom dl dt,
#body-praesentieren #content-area-bottom dl dt,
#body-verhandeln #content-area-bottom dl dt {
	background-color: transparent;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13.2pt;
	font-weight: bold;
}
#body-bewerben .content-bottom,
#body-code .content-bottom,
#body-praesentieren .content-bottom,
#body-verhandeln .content-bottom {
	background-image: url(../images/bg-content-bottom-bottom-bewerben.png);
}

/* weiteres */
.badge {
	display: block;
	width: 156px;
	height: 157px;
	border: none;
	position: absolute;
	right: -70px;
	top: 185px;
}
	.badge img {
		border: none;
	}
	.badge:hover img {
		border: none;
	}
	
.highlight-box a {
	display: block;
	width: 466px;
	height: 46px;
	 background: url(../images/bccg.gif) no-repeat #fff;
	 border: 1px solid #dd472b;
	 text-align: center;
	 padding: 40px 110px;
	 font-size: 15px;
	 font-weight: bold;
	 margin: 0 0 2em 0;
	 color: #dd472b;
}
