/* general tags and classes */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #5E5858;
}
html {
	font-size: 62.5%; /* don't edit */
}
body {
	font-size: 1.1em; /* edit here global size for em, 1em = 10px */
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
a {
	outline-style: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000381;
	text-decoration: none;
}
h6 {
	font-weight: normal;
	color: #F47513;
}
img {
	border-style: none;
}
input,
select,
option,
textarea {
	border: 1px solid #DEDEDE;
	background-color: #FFFFFF;
	background-image: none;
	color: #595959;
}
option {
	padding-right: 3px;
}
fieldset {
	border-style: none;
}
dfn,
.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	display: none;
}
.accessKeyActive {
	text-decoration: underline !important;
}
br.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
hr {
	margin: 0 20px;
}

/* site construct */
#outerWrap {
	width: 800px;
	margin: auto;
	text-align: left;
}
#innerWrap {
	width: 800px;
}
#header {
	width: 800px;
	height: 30px;
	margin-top: 40px;
	overflow: hidden;
}
#banner {
	width: 800px;
	height: 123px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentHeader {
	height: 8px;
	width: 800px;
	background-image: url(../img/header_contentbox.gif);
	background-repeat: no-repeat;
}
#contentWrap {
	width: 798px;
	border-left: 1px #D3D3D3 solid;
	border-right: 1px #D3D3D3 solid;
	background-color: #FFFFFF;
	display: table;
}
#left,
#right {
	float: left;
}
#left {
	width: 520px;
}
#right {
	padding-left: 25px;
	padding-top: 11px;
	width: 220px;
}
#contentFooter {
	height: 8px;
	width: 800px;
	background-image: url(../img/footer_contentbox.gif);
	background-repeat: no-repeat;
}
#footer {
	width: 800px;
	height: 33px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#footer div {
	padding-top: 10px;
}

/* navigation */
#mainMenu {
	margin-top: 1px;
}
.navbar {
	float: left;
}
#mainMenu ul {
	list-style-type: none;
	margin-left: 7px;
}
#mainMenu ul li {
	width: 166px;
	height: 47px;
	display: inline;
}

#mainMenu ul li a,
#mainMenu ul li span.current {
	font-weight: bold;
	width: 166px;
	height: 47px;
}
#mainMenu ul li a {
	color: #FFFFFF;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}
#mainMenu ul li a,
#mainMenu ul li a span,
#mainMenu ul li span.current {
	height: 47px;
	width: 166px;
}
#mainMenu ul li a:hover,
#mainMenu ul li a:focus,
#mainMenu ul li a.active,
#mainMenu ul li a.current,
#mainMenu ul li span.current {
}
#mainMenu ul li a.active {
}
#navbarLeft,
#navbarRight {
	width: 7px;
	height: 30px;
}
#navbarLeft {
	background-image: url(../img/navbar_left.gif);
}
#navbarRight {
	background-image: url(../img/navbar_right.gif);
}
#navbarMiddle {
	height: 30px;
	width: 786px;
	background-image: url(../img/bg_navbar.gif);
	background-repeat: repeat-x;
}


/* site elements */
#left #content {
	width: 520px;
	background-image: url(../img/content_start.jpg);
	background-repeat: no-repeat;
}
#left #contentEnd {
	width: 520px;
	height: 45px;
	background-image: url(../img/content_end.jpg);
	background-repeat: no-repeat;
}
#middle #content {
	width: 795px;
	background-image: url(../img/contentMiddle_start.jpg);
	background-repeat: no-repeat;
}
#middle #content img{
	margin-left: 15px;
}
#middle #contentEnd {
	width: 795px;
	height: 45px;
	background-image: url(../img/contentMiddle_end.jpg);
	background-repeat: no-repeat;
}
#content h1 {
	margin: 0 20px;
	padding: 25px 0 5px 0;
	font-size: 1.4em;
}
#content p {
	margin: 0 20px;
	padding-top: 10px;
}
a.kandidatLink {
	color: #DA5A39;
}
a.kandidatLink:hover {
	color: #DA5A39;
}
a.klientLink {
	color: #1F2377;
}
a.klientLink:hover {
	color: #1F2377;
}
#content ul {
	margin: 0 20px 0 40px;
	padding-top: 10px;
}
.portZollinger {
	margin-top: 70px;
}
.referenzen {
	margin-top: 60px;
}

