/* ----------
	Standards aus dem 0-Ordner
 !! nicht aendern !!
 ---------- */

@import url('/x-mkp/layouts/0/basics.css');
@import url('/x-mkp/layouts/0/structure.css');
@import url('/x-mkp/layouts/0/iehacks.css');

/* ----- 
orange: #E64215 
helles orange: #FFB97F

dunkles grau: #646567
helles grau: #E5E5E5

*/

/* ---------- Styles ---------- */

html * {
	font-size: 100.01%;
}

body {
	background: #646567;
	font-family: Arial, sans-serif;
	font-size: 77%; 
	color: #646567;
	margin: 6px auto;
	text-align: center;  /* Zentrierung in alten IEs */ 
}


p, td, input, ol, ul, select, option, textarea {
	color: #646567;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 115%;
}

h5, h6 {
	font-size: 105%;
}

small {
	font-size: 87%;
}

a {
	color: #680909;
	text-decoration: none;
}
a:hover {
	color: #5D6D68;
	text-decoration: underline;
}

input {
	border: solid 1px #96AEA6;
	width: 240px;
	height: 1.5em;
	padding: 1px 2px;
	background: #ffffff url('/x-mkp/layouts/0/images/bg_input.jpg') repeat-y;
}

select {
	border: solid 1px #96AEA6;
	height: 1.7em;
	width: auto;
	padding: 1px 2px;
}

textarea {
	border: solid 1px #96AEA6;
	width: 240px;
	height: 8em;
	padding: 1px 2px;
	background: #ffffff url('/x-mkp/layouts/0/images/bg_input.jpg') repeat-y;
}

input.box {
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	margin-right: 10px;
}

input.submit {
	width: auto;
	border-style: outset;
	cursor: pointer;
	padding: 0px 4px;
	height: 1.8em;
	background: #cccccc;
	margin-top: 14px;
}

ul {
	list-style-type: square;
}

/* ---------- Gesamtrahmen ---------- */

#frame-box {
	background: #ffffff;
	border: solid 3px #ffffff;
	margin: 0px auto;
	min-width: 980px;
	max-width: 80em;
	width: 980px;
}

/* ---------- Hauptlinks-Leiste ---------- */

#main-box {
	background-color: #E5E5E5;
	height: 26px;
}

#flags-box {
}

.flags-content {
	color: #ffffff;
}

.flags-content img {
}

#mainlinks-box {
}

.mainlinks-content {
}

.mainlinks-content ul {
	list-style-type: none;
}

.mainlinks-content li {
}

.mainlinks-content li a {
	color: #680909;
	text-decoration: none;
}

.mainlinks-content li a.here,
.mainlinks-content li a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}

/* ---------- Kopfbild-Leiste ---------- */

#top-box {
	background: transparent;
	text-align: center;
}

.top-content {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top-content .event {
	font-size: 130%;
}

.top-content .date {
	font-size: 100%;
}

.top-content .location {
	font-size: 100%;
}

.top-content img {
}

.top-content .logo_left {
	padding: 0px 12px;
	overflow: hidden;
	width: 180px;
	float: left;
}

.top-content .logo_right {
	padding: 0px 12px;
	float: right;
	overflow: hidden;
	width: 18%;
}

.top-content .event_image {
	overflow: hidden;
}

* html .top-content .event_image {
	width: 743px;
}

/* ---------- Hauptmenue oben ---------- */

#mainnav-box {
	margin-top: 3px;
	background: #646567;
}

* html #mainnav-box .mainnav-content { /* fuer IE */
	m\argin-top: -1px;
}

.mainnav-content ul {
	list-style-type: none;
}

.mainnav-content li {
	line-height: 21px;
	margin-right: 3px;
}

.mainnav-content li a {
	padding: 3px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 108%;
	font-weight: bold;
}

.mainnav-content li a.set,
.mainnav-content li a:hover {
	color: #FFFFFF;
	background: #E64215;
	text-decoration: none;
}

/* ---------- Breadcrumbs ---------- */

#breadcrumbs-box {
	background: #fff;
	text-align: left;
	padding-left: 0px;
}

.breadcrumbs-content ul {
	list-style: none;
	padding: 2px 3px;
}

.breadcrumbs-content ul li {
	background: transparent url('/x-mkp/layouts/0/images/bull_breadcrumbs.gif') no-repeat 0 60%;
	color: #680909;
	font-size: 92.7%;
}

.breadcrumbs-content ul a {
	color: #5D6D68;
	text-decoration: none;
}

.breadcrumbs-content ul a:hover {
	color: #680909;
	text-decoration: underline;
}

#breadcrumbs-box #ticktext {
	float: right;
	position: relative;
	width: 740px;
	margin-top: 2px;
	margin-right: 16px;
	overflow: hidden;
	height: 16px;
	color:#E64215;
	font-size:1.1em;
	font-weight:bold;
}

* html #breadcrumbs-box #ticktext { /* fuer IE */
	margin-right: 10px;
}

#breadcrumbs-box #ticktext input {
	border: none;
	background: transparent;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #000000;
}

/* ---------- Mitte Gesamt ---------- */

#middle-box-plus { /* mit Zusatzspalte */
	background: #ffffff url('/x-mkp/layouts/0/images/bg_middle-box.gif') repeat-y;
}

#middle-box {
	background: #ffffff url('/x-mkp/layouts/0/images/bg_middle-box.gif') repeat-y;
}

/* ---------- Navigation links ---------- */

#navbar-box {
}

.navbar-grid {
}

.navbar-grid dt a,
.navbar-grid dt.first a,
.navbar-grid dt.first-cfp a,
.navbar-grid dt.first-active a {
	line-height: 1.6em;
	border-top: solid 1px #ffffff;
	text-decoration: none;
	color: #680909;
	font-weight: normal;
	font-size: 100%;
	background: #E5E5E5;
}

.navbar-grid dt.cfp a { /* fuer Layout 02 */
	background: #cc0000;
	color: #ffffff;
}

.navbar-grid dt.first a,
.navbar-grid dt.first-cfp a {
	border-top: none;
	color: #ffffff;
	font-weight: bold;
	background: #646567 url('/x-mkp/layouts/0/images/bg_leftnav.gif') no-repeat right 0%;
	/*background: #646567;*/
}

.navbar-grid dt.first-cfp a {
	background: #cc0000;
}

.navbar-grid dt.first a:hover,
.navbar-grid dt.first-cfp a:hover {
	border-top: none;
	color: #ffffff;
	font-weight: bold;
	background: #E64215 url('/x-mkp/layouts/0/images/bg_leftnav.gif') no-repeat right 0%;
	/* background: #E64215; */
}

.navbar-grid dt.first-active a,
.navbar-grid dt.first-active a:hover {
	border-top: none;
	color: #ffffff;
	font-weight: bold;
	background: #E64215 url('/x-mkp/layouts/0/images/bg_leftnav.gif') no-repeat right 0%;
	/* background: #E64215; */
}

.navbar-grid dt a:hover,
.navbar-grid dt a.active {
	background: #FFB97F;
	color: #000000;
	text-decoration: none;
}

.navbar-grid dt a:hover,
.navbar-grid dt a.active,
.navbar-grid dt a {
	padding-left: 20px;
}

.navbar-grid dd a {
	line-height: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #680909;
	font-size: 100%;
	background: #f0f0f0;
	border-top: solid 1px #ffffff;
}

.navbar-grid dd a.active {
	background: #FFB97F;
	color: #000000;
	text-decoration: none;
}

.navbar-grid dd a:hover {
	background: #f0f0f0;
	color: #000000;
	text-decoration: none;
}

#extramenu {
	margin: 16px 0px 0px 12px;
	width: 90%;
}

#extramenu #extrasearch {
	margin: 20px 0px 10px 0px;
}

#extramenu #extrasearch input {
	width: 100px;
	font-size: 87%;
	color: #000000;
	background: #ffffff;
}

#extramenu #extrasearch input.searchbutton {
	width: 50px;
	border-style: outset;
	cursor: pointer;
	padding: 0px 4px;
	height: 1.7em;
	font-size: 100%;
	background: #cccccc;
	color: #000000;
}

#extramenu ul {
	list-style-type: none;
	margin: 2px 0px;
}

#extramenu li a {
	color: #680909;
	text-decoration: none;
	padding: 0px 4px;
}

#extramenu li a.set,
#extramenu li a:hover {
	background: #ffffff;
	padding: 0px 4px;
	color: #000000;
}

#extramenu #logo {
	margin-top: 30px;
	margin-bottom: 10px;
	width: 180px;
	overflow: hidden;
}

/* ---------- rechte Spalte ---------- */

#aux-box {
	background: #f5f5f5;
	background: transparent;
}

#aux-box-content {
	margin: 0;
}

#aux-box-content #partners {
	width: 160px;
	text-align: center;
}

#aux-box-content #partners h1,
#aux-box-content #partners .partner_link {
	font-size: 100%;
	margin: 0;
	padding: 2px 4px;
	background: #E5E5E5;
	color: #646567;
}

#aux-box-content #partners .partner_link a:link,
#aux-box-content #partners .partner_link a:visited {
	text-decoration: none;
}

/* CSS fuer das JS-Slidshow Script Partnerbanner */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin: 0;
	float: left;
	width: 160px;
	height: 103px;
	position: relative;
	overflow: hidden;
}

.leftFloatingDiv{
	float: left;
	width: 160px;
	height: 110px;
}

/* diese Werte nicht aendern */
.imageSlideshowHolder img{
	position: absolute;
	left: 0px;
	top: 0px;
}

#aux-box-content #hotlinks {
	width: 160px;
	text-align: left;
	margin-bottom: 20px;
}

#aux-box-content #hotlinks h1 {
	font-size: 100%;
	margin: 0;
	padding: 2px 4px;
	background: #E5E5E5;
	color: #646567;
	text-align: center;
}

#aux-box-content #hotlinks .htlcontent {
	border: solid 1px #E64215;
	padding: 4px 2px 8px 8px;
}

#aux-box-content #hotlinks .htlcontent ul {
	list-style-type: none;
	margin: 0;
}

#aux-box-content #hotlinks a:link,
#aux-box-content #hotlinks a:visited {
	color: #646567;
	text-decoration: none;
}

#aux-box-content #hotlinks a:hover {
	color: #646567;
	text-decoration: underline;
}

/* ---------- Text-Inhalt ---------- */

#text-box-plus,
#text-box {
	background: #ffffff;
	padding-top: 10px;
}

#text-box-content {
	color: #646567;
}

#text-box-content {
	line-height: 1.4em;
}

#text-box-content div.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

#text-box-content div.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

#text-box-content div.imgCenter {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#text-box-content img.home {
	float: left;
	margin: 0px 0px 10px 30px;
}

#text-box-content p,
#text-box-content ul,
h1, h2, h3, h4 {
	margin: 0px 0px 14px 0px;
}

#text-box-content p {
}

#text-box-content ul,
#text-box-content ol,
#text-box-content dl {
	margin: 0 0 1em 2em;
}

#text-box-content ul.download {
	margin: 10px 0 1em 3em;
	list-style-type: none;
	list-style-image: url('/x-mkp/layouts/0/images/icons/download.gif');
	color: #505050;
}

#text-box-content h1 {
	color: #646567;
}

#text-box-content h1 a {
	font-size: 86%;
	color: #646567;
	text-decoration: none;
}

#text-box-content h2 {
	color: #646567;
	text-decoration: none;
	padding: 2px 0px 2px 1px;
	background: transparent url('/x-mkp/layouts/9/images/bg_h2.gif') no-repeat bottom left;
}

#text-box-content h3 {
	font-size: 98%;
	color: #646567;
	margin-bottom: 4px;
}

#text-box-content table tr.break {
	background: #f4f4f4;
}

#text-box-content a.talk {
	color: #101010;
}

#text-box-content div.startinfos {
	width: 98%;
	margin-top: 30px;
}

#text-box-content table.start {
	margin: 0px 0px 16px 0px;
}

#text-box-content table.start h1 {
	margin: 0px 0px;
}

#text-box-content table.start h1 a {
	font-size: 84%;
}

#text-box-content table.start h1 a:hover {
	font-size: 84%;
	text-decoration: underline;
}

#text-box-content table.start img {
	margin: 0px 10px 0px 0px;
	float: left;
}

#text-box-content .error {
	 margin-bottom: 20px;
	 border-left: solid 5px #9A1515;
	 padding: 2px 6px;
	 color: #9A1515;
}

#text-box-content .application {
	 padding: 6px 6px;
	 border: solid 1px #eeeeee;
}

#text-box-content .product {
	 border: solid thin #96AEA6;
	 border-style: outset;
	 background: #f5f5f5;
	 margin-bottom: 10px;
	 margin-left: 6px;
	 padding: 2px 4px;
}

.highLight {
	background: #FF8585;
}

/* ----- ABC ----- */

#text-box-content h3.abc {
	margin: 5px 0;
	padding:0 0 0 4px;
	font-size: 110%;
	color:#646567;
	width:96%;
	border-bottom:1px solid #646567;
}

#text-box-content #abisz {
	margin: 0;
	padding: 0;
	float: right;
}

#text-box-content #abisz ul {
	padding: 0;
	margin: 0;
}

#text-box-content #abisz li {
	display: inline;
	margin: 0px 0px 0px 8px;
	padding: 0;
}

#text-box-content #abisz li a {
	font-size: 92%;
	color: #5D6D68;
}

#text-box-content #abisz li.abiszaktiv a,
#abisz li a:hover {
	font-size: 92%;
	color: #680909;
}

/* ---------- Step-Ins ---------- */

#stepin-box {
}

.stepin-box {
	border: solid 1px #cccccc;
}

.stepin-content {
	color: #a0a0a0;
	font-size: 90%;
	line-height: 1.2em;
}

.stepin-content h2 {
	font-size: 102%;
	background: #b0b0b0;
	color: #ffffff;
	padding: 0 4px 2px 4px;
}

/* ---------- Footer ---------- */

#footer-box {
	background-color: #E64215;
	text-align: center;
}

.footer-box-content {
	padding-top: 5px;
	padding-right: 20px;
	color:#FFFFFF;
}

/* ---------- Ausstellerliste ---------- */
tr.line_1 {
	background-color:#F0F0F0;
}

tr.line_1 td, tr.line_2 td {
	padding:1px 3px;
}

tr.line_1:hover, tr.line_2:hover {
	background-color:#FFB97F;
}

tr.line_1:hover td, tr.line_2:hover td {
	color:#FFFFFF;
}

tr.line_1 td a, tr.line_2 td a {
	font-weight:bold;
}


/* ---------- Pressefotos Aussteller ---------- */
.bildnachweis {
	margin:0
	padding:0;
	font-size:0.9em;
	font-style:italic;
	line-height:12px;
	width:170px;
}




