html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
	background: #fff; 
	padding-left: 50px;
}

.left {
	float: left; 
}

.right { 
	float: right; 
}

.inline {
	display: inline;
}


/* Spacer */
div.s10, div.s15, div.s20, div.paragraph { 
	height: 10px; 
	line-height: 10px; 
	font-size: 10px; 
	clear: both; 
}
div.s15 {
	height: 15px;
	line-height: 15px; 
}
div.s20 {
	height: 20px;
	line-height: 20px; 
}
div.paragraph {
	height: 10px;
	line-height: 10px; 
	clear: none;
}

/* text */
h1 {
	font: bold 12px Helvetica, Arial, sans-serif;
	/* text-transform: uppercase; */
	margin: 0;
	padding: 0;
}

.text12, td {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
}

.text10 {
	font: 10px Helvetica, Arial, sans-serif;		
}

.nowrap {
	white-space: nowrap;
}

.italic {
	font-style: italic;
}

.bold, strong {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}


/* Links */
a {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
}
a:hover {
	text-decoration: none;
}

#main_navi_box span a {
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#main_navi_box span a:hover, #main_navi_box span a.active {
	color: #ff0000;
	text-decoration: none;
}

span.arrow {
	background: url(/includes/img/linkarrow.gif) no-repeat 0 4px;
	padding-left: 10px;
}

span.rightarrow {
	background: url(/includes/img/rightarrow.gif) no-repeat right 4px;
	padding-right: 10px;
}

span.uparrow {
	background: url(/includes/img/uparrow.gif) no-repeat 0 5px;
	padding-left: 12px;
}

span.downarrow {
	background: url(/includes/img/downarrow.gif) no-repeat 0 5px;
	padding-left: 12px;
}


/* Boxen */
#aussen {
	width: 926px;
}

#footer {
	height: 62px;
	width: 926px;
}
#footer div {
	border-top: 1px dashed #ababac; 
	padding-top: 10px; 
	margin-top: 10px;
}
#footer span {
	padding-right: 25px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 250px; /* .push must be the same height as .footer + space */
}

#main_logo {
	padding: 1px 0 25px;
}

#main_navi_box {
	border-top: 1px dashed #ababac;
	border-bottom: 1px dashed #ababac;
	padding: 5px 0;
}
#main_navi_box div.leftnav {
	padding-right: 19px;
	float: left;
}
#main_navi_box div.rightnav {
	padding-right: 19px;
	float: right;
}

#main_navi_box img {
	padding: 10px 0;
}

.main_box  {
	border-bottom: 1px dashed #ababac;
	padding-top: 35px;
}

.left_cont span.downarrow {
	display: block;
	margin: 30px 0 20px;	
}

.main_box_small {
	border-top: 1px dashed #ababac;
	padding: 15px 0;
}

.left_cont {
	width: 340px;
	float: left;
}

.right_cont {
	width: 535px;
	float: right;
}

.img_subspace {
	height: 45px;	
}

.img_subtitle {
	padding-top: 6px;
}

.jobbox {
	padding-top: 15px;
	width: 500px;
}


/* Images */
img { 
	display: block; 
	border: 0; 
}

img.numbers {
	margin-right: 6px;
}


/* hacks */
.clearfix:after {   
  content: ".";   
  display: block;   
  clear: both;   
  visibility: hidden;   
  line-height: 0;   
  height: 0;
}   
.clearfix {   
  display: inline-block;   
}   
html[xmlns] .clearfix {   
	display: block;   
}   
* html .clearfix {   
  height: 1%;   
}