/*  -----------------------------------------  //
//  Projekt: EINSATZ	                         //
//  Autor:   Sergej Müller                     //
//  Datum:   Februar 2009          	           //
//                                             //
//  Datei:   css/global.css                    //
//  -----------------------------------------  */


/* @group Allgemein */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
	font: normal 13px/20px "Lucida Grande", Arial;
	color: #585a5a;
	height: 100%;
	background: #FFF;
}
body {
	height: auto !important;
	min-height: 100%;
	position: relative;
}
a {
	color: #001e3a;
	text-decoration: underline;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
hr {
  clear: both;
  color: #FFF;
  height: 1%;
  overflow: hidden;
}
h1 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
strong {
	color: #000;
	font-weight: normal;
}

/* @end group */

.container {
	width: 910px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.header {
	width: 100%;
	height: 369px;
	padding: 20px 0 0;
	background: url(../img/header/bg.gif) repeat-x;
}
.header a,
.header a img.logo {
	width: 58px;
	height: 58px;
	display: block;
}
.header ul {
	top: 14px;
	right: -30px;
	width: 732px;
	height: 28px;
	position: absolute;
}
.header ul li {
	float: left;
	height: 28px;
}
.header ul li a {
	height: 28px;
	display: block;
	background: url(../img/header/navi.gif) no-repeat;
	text-indent: -99999px;
}
.header ul li a.a {
	width: 114px;
	background-position: 0 0;
}
.header ul li a.a:hover {
	background-position: 0 -31px;	
}
.header ul li a.a_active {
	width: 114px;
	background-position: 0 -62px;	
}
.header ul li a.b {
	width: 170px;
	background-position: -114px 0;
}
.header ul li a.b:hover {
	background-position: -114px -31px;	
}
.header ul li a.b_active {
	width: 170px;
	background-position: -114px -62px;	
}
.header ul li a.c {
	width: 149px;
	background-position: -284px 0;
}
.header ul li a.c:hover {
	background-position: -284px -31px;	
}
.header ul li a.c_active {
	width: 149px;
	background-position: -284px -62px;	
}
.header ul li a.d {
	width: 173px;
	background-position: -433px 0;
}
.header ul li a.d:hover {
	background-position: -433px -31px;	
}
.header ul li a.d_active {
	width: 173px;
	background-position: -433px -62px;	
}
.header ul li a.e {
	width: 126px;
	background-position: -606px 0;
}
.header ul li a.e:hover {
	background-position: -606px -31px;	
}
.header ul li a.e_active {
	width: 126px;
	background-position: -606px -62px;	
}

.header div.reference {
	top: 130px;
	left: 0;
	color: #FFF;
	position: absolute;
}
.header div.reference h2 {
	color: #FFF;
}
.header div.reference p {
	font-size: 12px;
	line-height: 26px;
}
.header div.reference a {
	width: 186px;
	height: 22px;
	margin: 15px 0;
	display: block;
}

.header img.edock {
	width: 300px;
	height: 81px;
	left: -66px;
	bottom: 0;
	_bottom: -1px;
	position: absolute;
}
.header img.teaser {
	width: 676px;
	height: 290px;
	right: 0;
	bottom: 0;
	position: absolute;
}


.content {
	width: 100%;
	padding: 20px 0 0;
	background: url(../img/content/bg.gif) repeat-x left top;
}
.content strong.slogan {
	font-weight: bold;
}


.footer {
	width: 100%;
	height: 34px;
	bottom: 0;
	position: absolute;
	background: #e3e6e6;
}
.footer p,
.footer a {
	font: normal 10px/34px Verdana;
	color: #585a5a;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p.sR {
	float: left;
	width: 209px;
	height: 26px;
	margin: 4px 24px 4px 0;
	padding: 0 0 0 18px;
	background: url(../img/footer/sR.gif) no-repeat 0 6px;
	border-right: 1px solid #d1d4d4;
}
.footer p.sR,
.footer p.sR a {
	line-height: 26px;
}

.bigger {
	letter-spacing: 2px;
}

/* @group Sonstiges */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* @end group */
