/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2009 indual GmbH (www.indual.ch)                        
-------------------------------------------------------------------------------- */


/* headings ------------------------------------------------------------------- */
h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
}
h2, h3, h4, h5 {
	font-weight: bold;
	color: #111;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
	z-index: 100;
}
h2 {
	margin: 0 0 8px 0;	
}
div.left h2,
div.right h2 {
	margin-bottom: 3px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 3px 0;
}
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
 	background: transparent none;
}

/* slider (home) -------------------------------------------------------------- */
div#slider {
	position: relative;	
	width: 686px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;	
	overflow: hidden;
}
div#carousel-wrapper {
	width: 686px;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
div.slide {
	float: left;
	position: relative;	
	width: 686px;
	height: 200px;
}
div#slider a#carousel_arrow_prev,
div#slider a#carousel_arrow_next {
	position: absolute;
	top: 78px;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 44px;
	cursor: pointer;
	text-decoration: none;
	z-index: 999;
}
div#slider a#carousel_arrow_prev span,
div#slider a#carousel_arrow_next span {
	display: none;
}
div#slider a#carousel_arrow_prev {
	left: 0;
	background: url(../images/carousel-controls.png) no-repeat top left;
}
div#slider a#carousel_arrow_prev:hover {
	background-position: bottom left;
}
div#slider a#carousel_arrow_next {
	right: 0;
	background: url(../images/carousel-controls.png) no-repeat top right;
}
div#slider a#carousel_arrow_next:hover {
	background-position: bottom right;
}


/* misc font styles ----------------------------------------------------------- */
p {
	margin: 0 0 10px 0;
	padding: 0;
}
p.lead {
	font-weight: bold;
}
div.message {
	border: 1px solid #ccc;
	padding: 3px 5px 5px 5px;
	margin: 0 0 -9px 0;
	background: #eee none;
}
div.message h2 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 2px 0;
	padding: 0;
}

/* portlets -------------------------------------------------------------------- */
div.portlet {
	padding: 0;
	margin: 0 0 15px 0;
	background: transparent url(../images/portlets/1_foot.gif) no-repeat left bottom;
}
div.portlethead {
	background: transparent url(../images/portlets/1_head.gif) no-repeat left top;
	height: 23px;
	width: 205px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
div.portletcontent {
	background: #eee none;
	padding: 0;
}
div.portletcontent div.inner {
	display: block;
	padding: 5px 10px;
}
div.portletfoot {
	background: transparent url(../images/portlets/1_foot.gif) no-repeat left bottom;
	height: 7px;
	font-size: 0;
	line-height: 0;
}

/* portlet buttons ------------------------------------------------------------- */
div.portlet div.button {
	margin: 0;
	padding: 0;
	height: 27px;
}
div.portlet div.button a,
div.portlet div.button a:link,
div.portlet div.button a:visited {
	float: left;
	line-height: 23px;
	cursor: pointer;
	width: 205px;
	height: 27px;
	color: #fff;
	background: transparent url(../images/portlets/blue_button.gif) no-repeat left top;
	text-decoration: none;
	padding: 0 0 0 25px;
}
* html div.portlet div.button a,
* html div.portlet div.button a:link,
* html div.portlet div.button a:visited {
	width: 180px;
}
div.portlet div.button a:hover,
div.portlet div.button a:focus,
div.portlet div.button a:active {
	color: #fff;
	background: transparent url(../images/portlets/blue_button.gif) no-repeat left bottom;
}

/* button links ---------------------------------------------------------------- */
a.button,
a.button:link,
a.button:visited {
	float: left;
	line-height: 26px;
	height: 26px;
	padding: 0 0 0 10px;
	margin: 10px 10px 0 0;
	background: transparent url(../images/buttons/standard_left.gif) no-repeat left top;
	color: #333;
	text-decoration: none;
}
a.button span,
a.button:link span,
a.button:visited span {
	float: left;
	padding: 0 10px 0 0;
	line-height: 26px;
	background: transparent url(../images/buttons/standard_right.gif) no-repeat right top;
}
a.button:hover,
a.button:focus,
a.button:active {
	background: transparent url(../images/buttons/standard_left.gif) no-repeat left bottom;
	color: #fff;
	cursor: pointer;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background: transparent url(../images/buttons/standard_right.gif) no-repeat right bottom;
}

/* image aligns --------------------------------------------------------------- */
img.BildLinks {
	float: left;
	margin: 0 7px 7px 0;
	padding: 0;
}
img.BildRechts {
	float: right;
	margin: 0 0 7px 7px;
	padding: 0;
}

/* quicklinks ------------------------------------------------------------------ */
div.quicklink {
	margin: 0 0 10px; 0;
}
div.quicklink a,
div.quicklink a:link,
div.quicklink a:visited {
	text-align: center;
	display: block;
	line-height: 26px;
	width: 205px;
	height: 26px;
	color: #333;
	background: transparent url(../images/buttons/quicklink.gif) no-repeat left top;
	text-decoration: none;
	padding: 0;
}
div.quicklink a:hover,
div.quicklink a:focus,
div.quicklink a:active {
	color: #fff;
	background: transparent url(../images/buttons/quicklink.gif) no-repeat left bottom;
}

/* hyperlinks ------------------------------------------------------------------ */
a,
a:link,
a:visited {
	color: #00b4e0;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #333;
}
a img,
a:link img,
a:visited img {
	padding: 0;
	border: none;
	background: none;
}
a:hover img,
a:focus img,
a:active img {
	border: none;
}
div.linked_image_outer {
	margin: 2px 0 0 0;
	padding: 0;
	width: 212px;
	border: 1px solid #c4c4c4;
	background: #fff none;
}
div.linked_image_outer: hover {
	border: 1px solid #00b4e0;
}
div.linked_image_inner {
	overflow: hidden;
	width: 205px;
	height: 150px;
	margin: 4px;
	padding: 0;
}
div.linked_image_inner img {
	margin: 0;
	padding: 0;
}
a.PDF, a:link.PDF, a:visited.PDF,
a.DOC, a:link.DOC, a:visited.DOC,
a.XLS, a:link.XLS, a:visited.XLS,
a.ZIP, a:link.ZIP, a:visited.ZIP,
a.MAIL, a:link.MAIL, a:visited.MAIL,
a.OTHER, a:link.OTHER, a:visited.OTHER {
	background: url(../images/icons/pdf.gif) left no-repeat;
	padding: 4px 0 4px 22px;
	line-height: 20px;
}
a.DOC, a:link.DOC, a:visited.DOC { background-image: url(../images/icons/doc.gif); }
a.XLS, a:link.XLS, a:visited.XLS { background-image: url(../images/icons/xls.gif); }
a.OTHER, a:link.OTHER, a:visited.OTHER { background-image: url(../images/icons/other.gif); }
a.ZIP, a:link.ZIP, a:visited.ZIP { background-image: url(../images/icons/zip.gif); }
a.MAIL, a:link.MAIL, a:visited.MAIL { background-image: url(../images/icons/mail.gif); padding: 8px 0 4px 20px; }

/* lists ----------------------------------------------------------------------- */
div#contentframe ul {
	margin-top: 0;	
	margin-left: 18px;
	margin-bottom: 10px;	
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}
div#contentframe div.right ul {
	margin-bottom: 0;
}
div#contentleft ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 16px;
}
div#maincontent ul li,
div#contentleft ul li { 
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 1px 0;
}
div#contentleft ul li {
	list-style-image: none;
}

/* tables ---------------------------------------------------------------------- */
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
	font-size: 12px;
	padding: 2px 0;
	border-bottom: 1px solid #c4c4c4;
}
table.bottom {
	margin: -40px 0 20px 0;	
}
table.bottom td {
	border: none;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: bold;
	color: #e95d0f;
}
table.bottom td p.small {
	font-weight: normal;
	color: #999;
}
table.bottom td p.black {
	font-weight: normal;
	color: #333;
}
