* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background: #f0f0f0;
	font-family: Arial, Helcvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: normal;
}

hr {
	margin-bottom:5px;
	border: 1px solid #676767;
}

/*
	links and anchors
*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* navigation links */

#navigation a {
	line-height: 200%;
	margin: 1px 0;
}

#navigation a:hover {
	text-decoration: none;
}


#navigation ul li a {
	background: #1e4e93;
	color: #fff;
	display: block;
	padding-left: 10px;
}

/* highlight/hover main navigation */
#navigation ul li a:hover,
#navigation ul li a.highlight {
	background: #2071b9;
	color: #fff;
}


#navigation ul li ul li a {
	background: #efefef;
	color: #444;
	padding-left: 20px;
}

#navigation ul li ul li a:hover {
	
}

/* highlight sub navigation */
#navigation ul li ul li a.highlight {
	background: url(../images/nav-arrow.png) 160px 6px no-repeat #fff; /* arrow */
	color: #676767;
}


#headNavigation ul li a {
	color: #676767;
	text-decoration: underline;
}

#headNavigation ul li a.highlight {
	text-decoration: underline;
}


div.infoBoxBlue a,
div.infoBoxRed a,
div.boxOk a {
	text-decoration: underline;
}

div.infoBoxRed a,
div.boxOk a {
	color: #fff;
}


table.servicesOverview a {
	color: #fff;
}




/*
	header
*/

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 8px 0;
}

h1 {
	font-size: 20px;
	color: #1e4e93;
}

#content h1 {
	max-width: 660px;
}

h2 {
	font-size: 16px;
	color: #676767;
	padding-bottom: 15px;
}

#content h2 {
	max-width: 660px;
}
.textImage{
	float:left;
	margin: 4px 15px 0 0;
}
/*
#content img {
	float: left;
	margin: 4px 15px 0 0;
}
*/
h3 {
	font-size: 14px;
	color: #676767;
}

h4 {
	font-size: 11px;
	color: #676767;
}

div.infoBoxBlue h4 {
	font-weight: bold;
	color: #333;
}

div.infoBoxRed h4 {
	font-weight: bold;
	color: #fff;
}



/*
	main elements
*/


div.boxOk,
div.boxError {
	border: 1px solid #aaa;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 160%;
}

div.boxOk {
	background: #4fb434;
}

div.boxError {
	background: #e55050;
}

div.infoBoxBlue,
div.infoBoxRed {
	margin-bottom: 10px;
}

div.infoBoxBlue {
	padding: 10px;
	background: #bedfe2;
}

div.infoBoxRed {
	padding: 10px;
	background: #e55050;
	color: #fff;
}

p {
	line-height: 160%;
	margin: 0 0 15px 0;
}

#footer p {
	line-height: 22px;
}

span {
	
}

hr {
	border: none;
	border-bottom: 1px solid #000;
}



/*
	images
*/

img {
	border: none;
}

div.infoBoxBlue img {
	float: left;
	margin-right: 10px;
}


/*
	lists
*/

ul, ol {
	
}

#content ul,
#content ol {
	margin: 0 0 15px 17px;
	list-style-type:disc;
}

#content ol li,
#content ul li {
	line-height: 180%;
	margin-left: 12px;
}




/*
	tables
*/

table {
	
}

table tr {
	vertical-align: top;
}

th, td {
	text-align: left;
	padding: 8px 0;
}

th {
	font-weight: bold;
	padding-right: 20px;
}


table.servicesOverview {
	margin-top: 10px;
	width: 643px;
}

table.servicesOverview td {
	width: 25%;
	height: 160px;
	padding: 10px;
	color: #fff;
	text-align: center;
}

table.servicesOverview td span {
	display: block;
	margin-bottom: 10px;
	font-family: Times New Roman, Arial;
	font-size: 40px;
}

table.servicesOverview td.blueLight {
	background: #2071b9;
}
table.servicesOverview td.blueLight span {
	color: #4e92d3;
}

table.servicesOverview td.blueDark {
	background: #1e4e93;
}
table.servicesOverview td.blueDark span {
	color: #4b71a9;
}

table.referencesOverview {
	margin-top: 10px;
	width: 100%;
}

table.referencesOverview td {
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding: 0 0 20px 0;
	color: #aaa;
}
table.referencesOverview td .imageReference {
	text-align:center;
	padding: 0 0 5px 0;
}
table.referencesOverview td span {
	color: #676767;
	font-weight: bold;
	display: block;
}




/*
	forms
*/

form {
	
}

label {
	float: left;
	display: block;
	padding: 5px 0 0 0;
}

input, select, textarea {
	display: block;
	border: 1px solid #aaa;
	margin: 5px 0 5px 80px;
	padding: 1px;
}

input {
	
}

input.email {
	display: none;
}

select {
	
}

textarea {
	
}

/***************************************************/


/*
	layout
*/

#container {
	width: 950px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	display: table;
	background: url("../images/bg-shadow-right.png") right top repeat-y #fff;
	border-left: 1px solid #e7e7e7;
	margin: 0 auto;
	padding: 0 0 10px 0;
}


#header {
	width: 904px;
	clear: both;
	background: #fff;
	padding: 10px;
}

#content {
	background: #fff;
	float: right;
	margin-right: 20px;
	width: 740px;
	max-width: 740px;
	height: 100%;
	min-height: 100%;
	display: table;	
	
}

#footer {
	clear: both;
	width: 950px;
	height: 60px;
	margin: 0 auto;
	color: #555;
	text-align: right;
}



#footerLeft,
#footerMiddle,
#footerRight {
	height: 5px;
	float: left;
}

#footerLeft {
	width: 5px;
	background: url("../images/bg-shadow-bottom-left.png") left top no-repeat transparent;
}

#footerRight {
	width: 5px;
	background: url("../images/bg-shadow-bottom-right.png") right top no-repeat transparent;
}

#footerMiddle {
	width: 940px;
	background: url("../images/bg-shadow-bottom.png") left top repeat-x transparent;
}



/*
	navigation
*/

#navigation ul,
#mainNavigation ul,
#subNavigation ul,
#headNavigation ul {
	list-style: none;
}


/* main navigation */
#mainNavigation {
	
}

#mainNavigation ul {
	
}


/* sub navigation */

/* type 1 (separated) */
#subNavigation {
	background: #ededed;
}

#subNavigation ul {
	
}


/* type 2 (all in one) */
#navigation {
	float: left;
	width: 170px;
	max-width: 170px;
	min-height: 700px;
	height: 700px;
	background: url("../images/bg-nav-bottom.png") left bottom repeat-x #ededed;
	margin: 0 0 0 10px;
}

#navigation ul {
	
}
#navigation ul li {
	
}

#navigation ul li ul {
	
}
#navigation ul li ul li {
	
}



/* head navigation */
#headNavigation {
	display: inline;
	position: relative;
	top: 50px;
	right: 20px;
	background: #fff;
	text-align: right;
}

#headNavigation ul {
	
}

#headNavigation ul li {
	display: inline;
	margin-right: 10px;
}

