/* COLORS
 * Gray/Blue (Background)	: #f7fcfd
 *
 */

@media screen, projection 
{


/* Content
 * --------------------------------------------------
 */


div.content-element
{
  margin-bottom: 2em;
}



/* Layout
 * --------------------------------------------------
 */

body 
{
	background: #e9f5f8 url('../images/bg-top.png') repeat-x top;
}

div#center
{
	text-align: justify;
	margin: 0 auto;
	width: 941px;
	margin-top: 34px;
}

div#center-container
{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

div#topnav,
div#header,
div#topnav,
div#footer
{
	width: 941px;
}

div#container-bg
{
	background: #fff;
	margin: 0 8px 0 0;
}

div#container
{
	position: relative;
}

div#col-left
{
	width: 289px;
	float: left;
	position: relative;
}

div#col-right
{
	width: 623px;
	float: right;
	position: relative;
}

div#content
{
	padding: 40px 55px 40px 0;
	position: relative;
	overflow: hidden;
}


img#bdleft-container 
{
	width: 1px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

img#bdright-container 
{
	width: 8px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}





/* Top-Navigation
 * --------------------------------------------------
 */

div#topnav
{
	height: 28px;
	background: url('../images/bg-topnav.png') no-repeat;
	overflow: hidden;
}

div#topnav ul 
{
	float: right;
	margin-right: 19px;
}

div#topnav ul li
{
	margin-top: 1px;
	float: left;
	display: inline;
	border-left: 1px solid #58798b;
	list-style-type: none;
}

div#topnav ul li a
{
	padding: 0 17px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
}


div#topnav ul li a
{
	color: #fff;
}




/* Header
 * --------------------------------------------------
 */

div#header
{
	height: 220px;
	margin: 0 0 0 1px;
	position: relative;
	width: 933px;
	z-index: 20;
}

div#dmxlogo 
{
	height: 220px;
	width: 280px;
	background: url('../images/dmxlogo.png') no-repeat;
	float: left;
}

a#homelink
{
	display: block;
	width: 100%;
	height: 220px;
}

div#flash-header
{
	height: 220px;
	width: 653px;
	overflow: hidden;
	background: url('../images/flash-dummy.png') no-repeat; 
	float: left;
}

div#l-selector
{
  float: left;
  margin: 8px 0 0 15px;
}



/* Main-Navigation
 * --------------------------------------------------
 */

ul#mainmenu
{
	background: url('../images/bg-mainmenu-lv1-active.png') no-repeat;
	background-position: 1px 14px;
	padding-top: 10px;
	width: 100%;	
}

ul#mainmenu li
{
  list-style-type: none;
}

div#mainmenu-bg
{
	background: url('../images/bg-mainmenu.png') repeat-y;
	margin-left: 1px;
}

div#mainmenu-signet
{
	background: url('../images/bg-mainmenu-signet.png') no-repeat bottom left;
}

div#mainmenu-bottom
{
	background: url('../images/bg-mainmenu-bottom.png') no-repeat -1px 0;
	height: 13px;
	margin-left: 1px;
}

/* Link Level 1 */
ul#mainmenu a
{
	color: #006ba9;
	display: block;
	padding: 0 0 0 37px;
	height: 34px;
	line-height: 32px;
	overflow: hidden;
}	

ul#mainmenu a:hover
{
}

/* Link Level 2 */
ul#mainmenu li ul li a
{
	color: #737373;
	padding-left: 57px;
	height: 29px;
	line-height: 29px;
}

/* Link Level 3 */
ul#mainmenu li ul li ul li a
{
	padding-left: 43px;
	margin: 0 8px 0 30px;
	background: #fbfdfd;
}

ul#mainmenu li ul li ul li a.last
{
	border-bottom: 1px solid #dee2e3;
}

ul#mainmenu li
{
	background: url('../images/mainmenu-lv1-seperator.png') no-repeat 37px bottom;
}

ul#mainmenu li ul
{
	background: url('../images/bg-mainmenu-lv2-active.png') no-repeat 29px -29px;
}

ul#mainmenu li.last
{
	padding-bottom: 65px;
	background-position: 37px 32px;
}

ul#mainmenu li ul li.last
{
	padding-bottom: 20px;
	background-position: 29px -29px;
}

ul#mainmenu li ul li ul li.last
{
	padding-bottom: 5px;
}

ul#mainmenu li ul li ul li,
ul#mainmenu li ul li
{
	background: none;
}

ul#mainmenu li.empty,
ul#mainmenu ul.empty,
ul#mainmenu ul.empty li
{
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
}






/* Address
 * --------------------------------------------------
 */
 
address#address
{
	height: 141px;
	background: url('../images/bg-address.png') no-repeat;
	font-variant: normal;
	font-style:normal;
	font-size: 12px;
	color: #4f5354;
	padding: 12px 20px 15px 37px;
	position: relative;
}
 
address#address p
{
}
 
span#address-head
{
	font-weight: bold;
}

a#address-link
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 289px;
	height: 117px;
	background: url('../images/empty.gif');
}

address#address a#vcard
{
  display: block;
  margin-top: 0.7em;
  text-align: right;
}

 

/* Foot
 * --------------------------------------------------
 */

div#footer
{
	height: 203px;
	background: url('../images/bg-footer.png') no-repeat;	
}

div#bg-bottom
{
	position: absolute;
	bottom: 0;
	background: #f7fcfd url('../images/bg-bottom.png') repeat-x top;
	height: 514px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

a#disclaimer,
span#copyright
{
	font-size: 11px;
	color: #98d3e8;
	float: left;
	margin: 100px 0 0 10px;
}

a#disclaimer
{
	margin: 100px 20px 0 0;
	float: right;
}

img#bg-vistaeffect
{
	margin-top: 117px;
	bottom: 0;
	height: 397px;
	width: 100%;
}




/* Misc
 * --------------------------------------------------
 */

img#loading-image
{
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: 70px;
	display: none;
}

img#logo-mscp
{
	margin-left: 20px;
}

div#content-curtain,
div#loading-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: url('../images/bg-white.png');
}

div.hr
{
  clear: both;
  border-bottom: 1px solid #bbb;
}

div.hr hr
{
  display: none;
}


div.two-cols div.col-1
{
  float:left;
}

div.two-cols div.col-2
{
  float:right;
}

#google-map
{
  border: 1px solid #ddd;
}



/* Classes
 * --------------------------------------------------
 */

.clearer
{
	clear: both;
  display: block;
}

.onlyprint
{
	display: none;
}

.hidden 
{
	display: none;
}




/* Products
 * --------------------------------------------------
 */

div.product div.logo
{
  width: 205px;
  float: left;
}

div.product div.homepage,
div.product div.text
{
  width: 340px;
  float: right;
}

div.product div.homepage
{
  text-align: right;
}




/* Partners
 * --------------------------------------------------
 */

div.reference
{
  border-bottom: 3px solid #bbb;
  padding-bottom: 3em;
}

div.reference-item
{
  float: left;
  width: 33%;
}

div.partner div.logo
{
  float: right;
  margin: 0 0 2em 2em;
}

div.reference-item {
  position:relative;
}

div.reference-item div.name{
  position:absolute;
  top: 40px;
  left: 20px;
  text-align: center;
  width: 150px;
  font-weight: bold;
  color: #006ba9;
  font-size: 1.2em;
}



/* Projects
 * --------------------------------------------------
 */
div.project div.linked-elements th,
div.project div.linked-elements td
{
  padding: 0 0.8em 0.5em 0;
  vertical-align:top;
}

div.project div.linked-elements th
{
  color: #006ba9;
  font-weight: bold;
}


div.project div.logos img
{
  margin: 0 0.5em;
}



/* News
 * --------------------------------------------------
 */
div.news-latest-item
{
  margin-bottom: 2em;
}

#content div.news-latest-item p.bodytext
{
  margin: 0;
  padding: 0;
}

span.news-latest-date
{
  float:left;
  margin: 2px 1em 0 0;
}

div.news-single-item h2
{
  font-weight: bold;
  color: #006ba9;
}

div.news-latest-item div.image,
div.news-single-img
{
  margin: 0.5em 0 1em 1em;
  float: right;
}



/* Forms
 * --------------------------------------------------
 */

fieldset
{
  border: none;
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0.5em 0;
}

form legend
{
  font-size: 14px;
  padding: 0 1em;
  color: #000;
}

form div.info h4.label,
form label
{
  color: #006ba9;
}

form input,
form textarea,
form select,
a.button
{
  border: 1px solid #ddd;
  background: #eee;
}

#content a.button:hover
{
  color: #fff;
}

form select
{
  background: inherit;
}

form input.checkbox
{
  background: none;
  border: none;
}

form div.one-row input.button,
a.button,
form div.one-row input.submit
{
  background: #006ba9;
  color: #fff;
  width: auto;
  padding: 0.1em 0.5em;
  margin-top: 2em;
  margin-right: 1em;
}

form div.one-row input.button
{
  background: #eee;
  color: #000;
}

form p.validation-error
{
  color: #991111;
}


form div.error input,
form div.error textarea
{
  border: 1px solid #dd5555;
  background: #e0d5d8;
}

form div.error_ormissing input,
form div.error_ormissing textarea
{
  border: 1px solid #c2c391;
  background-color: #f3f4b5;
}

textarea
{
  overflow: auto;
}


form div.two-rows,
form div.one-row
{
  clear: both;
}

form div.col-left,
form div.col-right
{
  clear: none;
  width: 48%;
}

form div.col-left
{
  float: left;
}

form div.col-right
{
  float: right;
}

form div.one-row,
form div.two-rows
{
  position: relative;
  padding: 0.5em 0;
}

form div.info h4.label,
form div.info p.text
{
  margin: 0;
}

form div.required label span{
  padding-right: 10px;
  background: url('../images/required.png') no-repeat center right;
}

form div.orrequired label span{
  padding-right: 10px;
  background: url('../images/orrequired.png') no-repeat center right;
}

form div.info h4.label,
form div.one-row label
{
  width: 170px;
  display: block;
  float: left;
  padding-right: 10px;
}

form div.one-row input,
form div.one-row textarea,
form div.one-row select,
form div.info p.text
{
  width: 250px;
  float: left;
}

form div.one-row textarea
{
  width: 325px;
}

form div.one-row input.checkbox
{
  width: auto;
  margin-right: 1em;
}


form div.col-left label,
form div.col-right label
{
  width: 100px;
  display: block;
  float: left;
}

form div.info h4.label 
{
  font-size: 1em;
  font-weight: normal;
}

form div.col-left input,
form div.col-right input,
form div.col-left textarea,
form div.col-right textarea
{
  width: 150px;
  float: left;
}

form div.two-rows input
{
  width: 350px;
}

form div.two-rows textarea
{
  width: 100%;
}

form div.two-rows label,
form div.two-rows input,
form div.two-rows textarea
{
  float: none;
  display: block;
}

form div.two-rows label
{
  margin-bottom: 0.5em;
}

#content form div.one-row p.fieldinfo {
  clear: both;
  margin: 0px 100px 2px 180px;
  padding: 0;
  font-size: 0.9em;
  color: #aaa;
  font-style: italic;
}

#content ul.legend  li
{
  list-style-type: none;
  padding-left: 0;
}

#content ul.legend
{
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.5em;
}

div.prio-1,
div.prio-2,
div.prio-3,
div.prio-4
{
  padding: 0.3em 1em;
  margin: 0.5em 0;
}

.status-2
{
  color: #a92a2a;
}

.status-1
{
  color: #a7a92a;
}

.status-0
{
  color: #4ea92a;
}

.prio-4 {
  background: #75a961;
  color: #fff;
}

.prio-3 {
  background: #a8a961;
  color: #fff;
}

.prio-2 {
  background: #a9a9a9;
  color: #fff;
}

.prio-1 {
  background: #a97878;
  color: #fff;
}

table.priolegend td.prio-1,
table.priolegend td.prio-2,
table.priolegend td.prio-3,
table.priolegend td.prio-4 {
  width: 20px;
}

table.priolegend td {
  padding: 0.2em 0.3em;
}

div.prioritylist {
  float: left;
  width: 50%; 
}

table.priolegend {
  width: 40%;
  float: right;
} 


/* Left Content
 * --------------------------------------------------
 */

#content-left div.teaserbox
{
	height: 141px;
	background: url('../images/bg-address.png') no-repeat;
	font-variant: normal;
	font-style:normal;
	font-size: 12px;
	color: #4f5354;
	padding: 12px 20px 15px 37px;
	position: relative;
}




/* Acquisitions
 * --------------------------------------------------
 */


div#editSupplierPriorityDialog
{
  position: absolute;
  z-index: 1000;
  border: 5px solid #fff;
  background: #fff;
  padding: 4px;
}

div#editSupplierPriorityDialog a
{
  display: block;
  margin: 0.5em;
  padding: 3px 10px;
  margin: 1px 0;
}

div.dmxacquisition td.closed-1{
  font-weight: bold;
}

div.acquisition .suppliertype {
  color: #777;
}

div.dmxacquisition div.tasks {
  margin: 0 0 2em 0;
  border-bottom: 1px solid #ddd;
}

div.dmxacquisition div.tasks h4 {
  margin-bottom: 0.5em;
}

div.acquisition {
  border: 1px solid #c2c391;
  background-color: #f3f4cf;
  margin: 2em 0 0 0;
  padding: 0.5em 1em 1em 1em;
  border-bottom-width: 2px;
  border-right-width: 2px;
  background-color: #f3f4b5;
  position: relative;
}


div.searchresult div.acquisition,
div.hasread {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

div.acquisition .state {
  font-style: italic;
}

#content div.acquisition h4{
  margin: 0.2em 30px 0 0;
}

div.acquisition h5{
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: #777;
}

#content div.acquisition p{
  margin: 0;
  padding: 0;
}

#content ul.orderby li{
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0 0.2em 0 0;
}

#content ul.orderby li a{
  padding: 0.1em 0.5em;
  border: 1px solid #aaa;
  margin:0;
  background-color: #e5f2ff;
}

#content ul.orderby li a.sortingDESC {
  padding-right: 15px;
  background: #e5f2ff url('../images/sorting_down.png') no-repeat center right;
}

#content ul.orderby li a.sortingASC {
  padding-right: 15px;
  background: #e5f2ff url('../images/sorting_up.png') no-repeat center right;
}

#content ul.orderby {
  margin: 0.5em 0 1em 0;
}

div.acquisitions h3.sectionheader {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0.5em 0;
  padding: 2em 0 0 0;
}

div.dmxacquisition h3{
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin: 2em 0 0.5em 0;
  padding: 0;
}

div.dmxacquisition h2.headline {
  color: #006ba9;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  font-size: 1.6em;
  margin: 0 0 1.5em 0;
}

#content div.acquisitionentries p.entry .entryinfos
{
  width: 160px;
  text-align: left;
  float: left;
  display: block;
  font-weight: normal;
  margin-bottom: 2em;
}

#content div.acquisitionentries p.entry .text
{
  width: 370px;
  float: right;
  display: block;
  margin-bottom: 2em;
}


#content div.acquisitionentries p.even{
  background: #f2f2f2;
}

#content div.acquisitionentries p.hidden-1{
  background: #e3c7c7;
}

#content div.acquisitionentries p.entry {
  padding: 15px;
  border: 1px solid #c2c391;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

#content div.acquisitionentries p.hasread {
  border: none;
}


#content div.acquisitionentries p.entry .editlinks{
  display: block;
  margin-top: 0.2em;
}

#content div.dmxacquisition .pagebrowser a,
#content div.dmxacquisition .pagebrowser .current
{
  border: 1px solid #ddd;
}

#content div.dmxacquisition .pagebrowser a,
#content div.dmxacquisition .pagebrowser .current,
#content div.dmxacquisition .pagebrowser .caption
{
  display: block;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding: 0.2em 1em;
}

#content div.dmxacquisition .pagebrowser a:hover,
#content div.dmxacquisition .pagebrowser .current
{
  background: #006ba9;
  color: #fff;
}


#content div.dmxacquisition .pagebrowser {
  clear: both;
  position: relative;
  padding: 1em 0 1em 0;
  margin: 0;
}

div.dmxacquisition #hidealldetails{
}

#togglesearchandfilter {
  margin: 1em 0 0 0;
  position: relative;
  background: url('../images/expand.gif') no-repeat 60px 0;
  height: 20px;
}

#searchandfilter .inner
{
  position: relative;
  background: #f5faff;
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0.3em 0;
}

#searchandfilter 
{
  clear: both;
}

#searchandfilter h4
{
  margin: 0.5em 0;
}
div.dmxacquisition .toggledetails
{
  cursor: pointer;
  color: #006ba9;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  background: url('../images/expand.gif') no-repeat 50% 50%;
}

div.acquisition div.details{
  overflow: hidden;
}

.sectionheader {
  position: relative;
}
.sectionheader .toggler {
  cursor: pointer;
  color: #006ba9;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url('../images/expand.gif') no-repeat 50% 50%;
}

div.acquisition div.details-foldedin{
  height: 0;
}

div.priorityoverview tr.merchant th {
  width: 1em;
}


/* CSS-Styled Content
 * --------------------------------------------------
 */

.csc-header
{
  clear:both;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image img{
  border: 1px solid #bbb;
}

.csc-textpic-caption
{
  color: #777;
  font-size: 12px;
}

.csc-textpic-caption
{
  text-align: left;
  
} 

div.csc-textpic-clear
{
  height:0px;
}




}
