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



/* headings -------------------------------------------------------------------- */
h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
div.introduction {
    font-size: 10px;
    margin: 0 0 23px 0;
    padding: 0;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 1px;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/* paragraphs and links -------------------------------------------------------- */
p {
    margin: 0 0 10px 0;
    padding: 0;
}
a,
a:link,
a:visited {
    color: #999;
    text-decoration: underline;
}
a:hover,
a:focus,
a:active {
    color: #000;
}


/* images ---------------------------------------------------------------------- */
div#thumbnails {
    margin: 0;
    padding: 0;
    width: 478px;
}
div.thumbnail {
    float: left;
    display: inline;
    margin: 5px 5px 0 0;
    padding: 0;
    height: 50px;
    width: 64px;
    overflow: hidden;
    text-align: center;
    background: #ddd none;
    position: relative;
}


/* tables ---------------------------------------------------------------------- */
table {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
    width: 100%;
}
th,
td {
	border: 0;
	padding: 0 5px 0 0;
    border: none;
}
td p {
	margin: 0;
	padding: 0;
}


/* lists ----------------------------------------------------------------------- */
div#maincontent_main ul {
	margin-top: 0;	
	margin-left: 18px;
	margin-bottom: 10px;	
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
	list-style: none;
}
div#maincontent_main ul li { 
	list-style: none;
	list-style-image: url(/we/images/bullet.gif) !important;
	margin: 0 0 1px 0;
}
div#maincontent_main ul li {
	list-style-image: none;
}



/* hyperlinks ------------------------------------------------------------------ */
a.PDF, a:link.PDF, a:visited.PDF,
a.a-left, a:link.a-left, a:visited.a-left,
a.a-right, a:link.a-right, a:visited.a-right,
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.OTHER, a:link.OTHER, a:visited.OTHER {
	background:url(../images/icons/pdf.gif) left no-repeat;
	padding:4px 0 4px 20px;
	line-height:20px;
}
a.a-left, a:link.a-left, a:visited.a-left { background-image:url(../images/a-left.gif); padding:0 0 0 15px; }
a.a-right, a:link.a-right, a:visited.a-right { background-image:url(../images/a-right.gif); padding:0 0 0 15px; }
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); }


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


/* highslide ------------------------------------------------------------------ */
.hb-wrapper .highslide-image {
	border: none;
	float:left;
}
.hb-wrapper .highslide-caption {
	border: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif !important;
	text-align: left;
	color: #fff;
	padding: 5px 10px 7px 10px;
	background: #000 none;
}
li.highslide-close a {
	margin: 3px 5px 0 0;	
}


/* forms ----------------------------------------------------------------------------- */
.error,
ul.ulError li,
span.error label {
	color: #c00;
	font-weight:bold;
	list-style:none;
}
ul.ulError {
	margin: 0 0 20px 0;
}
ul.ulError li {
	margin: 0;
	padding: 0;
}
input, select, textarea  {
	border: 1px solid #999;
	margin-bottom: 1px;
	font:normal 12px Arial, Helvetica, Verdana, sans-serif;
	width:430px;
}
input.sendButton {
	background:#333 none;
	color:#fff;
	width:auto;
	cursor:pointer;
	height:24px;
	line-height:24px;
	border:none !important;
}
span.error input,
span.error textarea {
	border:1px solid #c00;
}


/* Carousel */
div#slider {
	position: relative;	
	width: 914px;
	height: 350px;
	margin: 30px 0 50px 0;
	padding: 0;	
	overflow: hidden;
}
div#carousel-wrapper {
	width: 914px;
	height: 350px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
div.slide {
	float: left;
	position: relative;	
	width: 914px;
	height: 350px;
}
div.carousel_ressource_description {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	background: url(/we/images/carousel_ressource.png) transparent;
	color: #fff;
	width: 894px;
}
div.carousel_ressource_description a {
	color: #fff;
}
div.carousel_ressource_description h1,
div.carousel_ressource_description p {
	margin: 0;
	padding: 0;
}
div#slider a#carousel_arrow_prev,
div#slider a#carousel_arrow_next {
	position: absolute;
	top: 155px;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	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(/we/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(/we/images/carousel-controls.png) no-repeat top right;
}
div#slider a#carousel_arrow_next:hover {
	background-position: bottom right;
}


/* Overviews */
div.overview_thumb {
	width: 227px;
	height: 150px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 2px 2px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
div.overview_thumb a {
	width: 227px;
	height: 150px;
	text-decoration: none;
}
div.overview_thumb a span {
	width: 227px;
	height: 150px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	background: transparent url(/we/images/80.png);
}
div.overview_thumb a:hover span {
	display: none;
}


/* Listing */
div.description {
	padding: 0;
	margin: 5px 0 0 0;
}
div.description h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
}
div.description p {
	margin: 0;
	padding: 0;
}
