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


/* @group overall styles  */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #f9f9f9; /* Old browsers */
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;	
	font: 14px/20px 'VistaSansRegular', Arial, Helvetica, sans-serif;
	background: transparent;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

/* @end */

/* @group basic structure */

div#wrapper {
	margin: 0 auto;
	background: url(../img/wrapper.png) repeat-y;
	width: 985px;
	padding: 0 8px;
}

div#wrapper_end {
	margin: 0 auto;
	height: 100px;
	width: 1001px;
	background: url(../img/wrapper_end.png) no-repeat;	
}

div#content {
	overflow: auto;
	padding: 34px 40px 5px 40px;
}

div#innercontent {
	width: auto;
	overflow: hidden;
}

/* @end */

/* @group header */

header {
	width: auto;
	height: 58px;
	padding: 40px 40px 20px 40px;
	background-color: #007fd1;
}

header #logoimg {
	margin-top: 10px;
	float: left;
	border: 0 none;
	display: block;
}

header #logoimg img {
	border: 0 none;
	width: 255px;
	height: 40px;
}

/* @end */

/* @group footer */

footer {
	width: 985px;
	margin: 10px auto 0 auto; 
	padding-bottom: 30px;
	text-align: center;
}

footer ul {
	display: inline-block;
	color: #bbb;
	list-style-type: none;
}

footer ul li {
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

footer ul li a {
	color: #bbb;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

footer ul li a:hover {
	color: #444;
}

footer ul li a#indual_link {
	padding: 0 5px;
	margin: 0 5px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

footer ul li a#indual_link span {
	display: none;
}

/* @end */