﻿/* Allgemeines */
body
{
	background-image: url(images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #efefef;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvectica;
	font-size: 0.8em;
	color: #7a7a7a;
	overflow:scroll;
}



acronym
{
	cursor: help;
}

a
{
	color: #00327d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td 
{
	vertical-align:top;
	}

/* Layout */

q 
{
 font-style: italic;
 display:block;
 font-size: 1.1em;
}

#head, #mainMenu, #content
{
	width: 943px;
	margin: auto;
	background-color: #fff;
}

#head
{
	height: 111px;
	text-align: left;
}

#head img
{
	margin-left: 185px;
	border:0;
}

#language
{
	text-align: right;
	margin: 10px 10px 0 0;
	padding: 0;
	height: 18px; /* Mit diesem Wert die horizontale Position des Logos beeinflussen! */
}

#language a
{
	color: #7a7a7a;
}

#mainMenu
{
	height: 111px;
	background-image: url(images/menu_bg.png);
	background-color:#000;
}

#mainMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li
{
	display: block;
	float: left;
	height: 111px;
	width:auto;
}

#mainMenu a
{
	color: #fff;
	display: block;
	width: 118px;
	height: 103px;
	padding: 8px 0 0 15px;
	margin: 0;
	text-decoration: none;
	font-size: 1.3em;
}

#mainMenu a:hover
{
	background-image: url(images/menu_hover.png);
}

/* Menu Border */
#menuItemHome, #menuItemCompany, #menuItemServices, #menuItemProducts, #menuItemClients, #menuItemJobs, .right
{
	border-right: solid 1px #011f4c;
}

#menuItemCompany, #menuItemServices, #menuItemProducts, #menuItemClients, #menuItemJobs, #menuItemContact, .left
{
	border-left: solid 1px #164285;
}

#breadcrumb
{
	font-size: 0.8em;
	padding: 0px 0px 15px 15px;
}

#submenu
{
	width: 140px;
	float: left;
}

#submenuBox
{
	background-image: url(images/bg_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #023a8f;
	padding: 15px 0px 15px 0px;
	color: #fff;
	width: 170px;
}

#submenuBox ul
{
	list-style: none;
	margin: 0px;
	padding: 15px 0px;
}

#submenuBox a
{
	color: #fff;
	display: block;
	padding: 2px 15px 2px 15px;
}

#submenuBox a:hover
{
	background-color: #bfcbdd;
	text-decoration: none;
	color: #00317b;
}

#submenuBox span
{
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	font-size: 1.3em;
}

.borderTop, .borderBottom
{
	border-color: #c0cee3;
}

.borderTop
{
	border-top-style: solid;
	border-top-width: 1px;
}

.borderBottom
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#mainContent
{
	width: 728px;
	float: right;
	padding: 15px 15px 0 15px;
	color: #7a7a7a;
}

#content
{
	padding-top: 15px;
}

#mainContent h1
{
	margin: 0 0 15px 0;
	color: #00327d;
	font-size: 1.3em;
	border-bottom: solid 1px #00327d;
	padding-bottom: 15px;
}

#mainContent h2
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#clear
{
	clear: both;
}

#imprint
{
	text-align: center;
	font-size: 0.8em;
	padding-top: 7px;
}

#imprint img
{
	top: 6px;
	position: relative;
	vertical-align: top;
}

.subHighlighted
{
	background-color: #7493c2;
	color: #fff !important;
}

.subHighlighted:hover
{
	color: #00317b !important;
}

.highlighted
{
	background-image: url(images/menu_hover_hl.png);
}

.error body
{
	background-image:none;
	color: #00327d;
}

#ctl00_w3c
{
	margin: 15px 5px 10px 15px;
}


#jobs_image 
{
	margin: 0 0 15px 15px;
}

