/* CSS Dcoument */
/* general definitions */
/*DEBUG*/
/*div {border: solid 1px #000000; }*/


html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #container {
	height: auto;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0px;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	position: absolute;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#header-banner {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 230px;
	width: 560px;
	height: 25px;
	overflow: hidden;
}

#header img {
	vertical-align: text-top;
}


#content {
	height: auto;
/*	margin: 80px 120px 60px 190px;*/
	margin: 80px 120px 60px 220px;
/* for dynamic right column: right margin will be reduced in TypoScript if column doesn't exist */
/*	margin: 0px 10px 0px 190px;*/
	padding: 10px;
	position: relative;
	z-index: 50;
}


#submenu {
	position: absolute;
	background-color: #ffffff;
	top: 80px;
	left: 5px;
/*	width: 160px;*/
	width: 190px;
	z-index: 1;
	margin: 0px;
	padding: 15px 5px 0px 22px;
}


#right-column {
	position: absolute;
	background-color: #ffffff;
	top: 80px;
	right: 5px;
	width: 100px;
	z-index: 1;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
}

#footer {
	clear: both;
	background-color: #ffffff;
/*	bottom: 10px;*/
	width: 100%;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 10px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
#footer img {
	vertical-align: top;
}


ul.csc-menu-1 {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.csc-menu-1 li {
	float: left;
}

/*****************************/
/* new stuff end*/





/* tag definitions */
/* links */
/* normal, visited */
a:link, a:visited {
	color: #FF6400;
	text-decoration: none;
}
/* hover, active */
a:hover, a:active {
	color: #646464;
	text-decoration: underline;
}
a img {
	border-color: #FF6400;
}

/* headlines */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
#content h1, #right-column h1, .popup h1 {
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}
/* necessary in combination with replacer */
.header-bullet {
	margin-right: 4px;
}
h2, #content h2 {
	color: #ff6400;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}


/* paragraphs */
p {
	margin: 0px;
	padding: 0px;
}
p a {
	font-weight: bold;
}

/* images */
#content .product-image {
	float: left;
	margin: 0px;
	padding: 0px;
}
#language-flags img{
	border: 1px solid #999999;
}


/* lists */
ol {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px 30px;
}
ul {
	list-style-image: url(images/menu_3_bg.gif);
/*	list-style-type: square;*/
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px 30px;
}
li {
	margin: 0px;
	padding: 0px;
}


/* tables */
table {
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}
td p {
	margin: 0;
	padding: 0;
}
.tr-even td {
	font-size: 10px;
	background-color: #CBCBCB;
}
.tr-odd td {
	font-size: 10px;
	background-color: #E6E6E6;
}
.contenttable-0 {
}
.contenttable-1 {
	width: 100%
}
.contenttable-2 {
	width: 75%
}
.contenttable-3 {
	width: 50%
}


/* Submenu */
.menu_2, .menu_3 {
	font-size: 10px;
	font-weight: bold;
	color: #FF6400;
}

.menu_2, .menu_2-act, .menu_2-cur {
	background-image: url(images/menu_2_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
}
.menu_2 img {
	vertical-align: middle;
}
.menu_2 a:link, .menu_2 a:visited {
	color: #FF6400;
	font-weight: bold;
	text-decoration: none;
}
.menu_2 a:hover, .menu_2 a:active {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}
.menu_2-act a:link, .menu_2-act a:visited {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}


.menu_3, .menu_3-act, .menu_3-cur {
	background-image: url(images/menu_3_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px 0px 5px 7px;
	padding: 0px 0px 0px 15px;
}
.menu_3 a:link, .menu_3 a:visited {
	color: #FF6400;
	font-weight: bold;
	text-decoration: none;
}
.menu_3 a:hover, .menu_3 a:active {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}
.menu_3-act a:link, .menu_3-act a:visited {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}


.menu_4, .menu_4-act, .menu_4-cur {
	background-image: url(images/menu_3_bg.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	margin: 0px 0px 5px 14px;
	padding: 0px 0px 0px 15px;
}
.menu_4 a:link, .menu_4 a:visited {
	color: #FF6400;
	font-weight: bold;
	text-decoration: none;
}
.menu_4 a:hover, .menu_4 a:active {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}
.menu_4-act a:link, .menu_4-act a:visited {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}


.menu_5, .menu_5-act, .menu_5-cur {
	background-image: url(images/menu_3_bg.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	margin: 0px 0px 5px 21px;
	padding: 0px 0px 0px 15px;
}
.menu_5 a:link, .menu_5 a:visited {
	color: #FF6400;
	font-weight: bold;
	text-decoration: none;
}
.menu_5 a:hover, .menu_5 a:active {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}
.menu_5-act a:link, .menu_5-act a:visited {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}


/* sitemap */
.csc-sitemap {
	margin: 0px;
	padding: 0px;
}

p.csc-sitemap-level1 {
	font-size: 100%;
	padding-left: 0px;
}

p.csc-sitemap-level2 {
	font-size: 90%;
	padding-left: 15px;
}

p.csc-sitemap-level3 {
	font-size: 80%;
	padding-left: 30px;
}

p.csc-sitemap-level4 {
	font-size: 70%;
	padding-left: 45px;
}


/* search results */
p.csc-searchResult {
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}


/* My M�pro login */
#logout-form {
	margin-top: 20px;
}
#logout-form input{
	font-size: 80%;
}
.login-username {
	font-size: 80%;
	padding-bottom: 5px;
}


/* map plugin */
.tx-mlmaps-pi1 img {
	border: 0px;
}
.marker-layer {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px 10px 10px 10px;
}
.tx-mlmaps-layer {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px 10px 10px 10px;
}
.tx-mlmaps-layer h1 {
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}
.tx-mlmaps-pi2 div.address-img {
  float: right;
  text-align: center;
}
.tx-mlmaps-pi2 div.address-img img {
  width: 340px;
}
.tx-mlmaps-pi2 span.address-imginfo {
  display: block;
  font-size: 10px;
}




/* dbsync plugin */
.dbsync-layer {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
}
#chapter-content img {
	border: 0px solid #cccccc;
}


/* vacancies plugin */
.tx-mlcareer-pi1 #select_country, .tx-mlcareer-pi1 #select_position {
	margin: 0px 0px 25px 0px;
}
.tx_mlcareer-promotelist p  {
	margin-bottom: 10px;
}


/* dropdown sitemap plugin */
.tx-dropdownsitemap-pi1 ol, .tx-dropdownsitemap-pi1 ul {
	list-style-type: none;
}
.tx-dropdownsitemap-pi1 div.expAll a{
	font-weight: normal;
}
.tx-dropdownsitemap-pi1 div.expAll {
	text-align: right; 
	background: none;
	border: none;
}


/* Extended Table Plugin */
.tx-thexttable-pi1 table {
	width: 100%;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
.tx-thexttable-pi1 td, .tx-thexttable-pi1 th {
	font-size: 10px;
	background-color: #CBCBCB;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}
.tx-thexttable-pi1 th {
	font-weight: bold;
	text-align: center;
}
.tx-thexttable-pi1 .light-bg, .tx-thexttable-pi1 .light-bg td, .tx-thexttable-pi1 .light-bg th {
	background-color: #E6E6E6;
}
.tx-thexttable-pi1 .dark-bg, .tx-thexttable-pi1 .dark-bg td, .tx-thexttable-pi1 .dark-bg th {
	background-color: #CBCBCB;
}


/* MOC Filemanager */
.tx-mocfilemanager-pi1 td {
	font-size: 12px;
}


/* popUp windows */
.popup {
	padding: 10px;
}



/* newloginbox */
.tx-newloginbox-pi1 th {
	font-size: 12px;
	text-align: left;
}



/* macina banners */
.banner-item {
	margin-bottom: 10px;
}