﻿/****************************** EISENMANN Corporate Website layout *****/
/******************************* Copyright (c) 2010-2011 EISENMANN *****/
/***********************************************************************/
/********************************************** initial stylesheet *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/

html, body
{
	margin: 0;
	padding: 0;
}

div, form
{
	margin: 0;
	padding: 0;
	font-size: 0;

}

table
{
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label, div.job-offer-title, div.job-offer-headline, div.job-offer-text
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

ol
{
	margin-top: 0;
	margin-bottom: 0;
}

ul
{
	list-style-type: none;
}

th, td
{
	vertical-align: top;
}

a
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #c03;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

sub,
sup {
	line-height: 0;
	font-size: 8px;
}

img, fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea, button, legend
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000;
}

input.button, button
{
	cursor: pointer;
}

select, textarea
{
	margin: 0;
	padding: 0;
	background: #fff;
}

form
{
	display: inline;
}

hr
{
	display: none;
}

.access, h6, .skip
{
	position: absolute;
	left: -7000px;
}

.clearfix
{
	min-height: 1%;
}
*.asp .clearfix
{
	height: 1%;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
