/*--------------------layout---------------------*/
* {margin:0;padding:0}

html, body, #wrapper {	margin: 0;	padding: 0;	width: 100%;	height: 100%;	min-height: 100%;
	background-color: white;
	color: #555;
	font: 0.92em/140% Arial;
}html>body, html>body #wrapper {	height: auto;}div#wrapper {	position: absolute;	top: 0;	left: 0;
}#header {	position:relative; 
	width: 100%;	height: 121px;	background: transparent url(img/bg_header.jpg) repeat-x 0 top;
	border-bottom: 1px solid #212226;
	text-align: center;
}#footer {	bottom: 0;	left: 0;	width: 100%;	height: 105px;	border-top: 1px solid #212226;
	background: white url(img/bg_footer.jpg) repeat-x 0 bottom;
	overflow:hidden;
	text-align: center;}#main {	margin: 0;	padding: 0;
	background: transparent url(img/bg_wallpaper.gif) repeat-x 0 top;
	text-align: center;
}

#main_pages {	margin: 0;	padding: 0;
	text-align: center;
}/* \*/* html #footer {	position: absolute;}/* \*/div#footer {	position: absolute;	z-index:0;
}div#main {	padding-bottom: 110px;}

div#main_pages {	padding-bottom: 150px;}

#HeaderContent {
	width: 960px;
	margin: 0 auto;
}

#MainContent {
	width: 962px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

#FooterContent {
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
}

#FooterLeft {
	float: left;
	width: 432px;
	text-align: left;
}

#FooterMiddle {
	float: left;
	width: 96px;
	text-align: center;
}

#FooterRight {
	float: right;
	width: 432px;
	text-align: right;
}

#TopMenuHolder {
	width: 600px;
	margin: 22px auto 0 100px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 11;
}

.TwoColumnsLeft {
	width: 630px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.TwoColumnsRight {
	width: 630px;
	float: right;
	margin-bottom: 30px;
}

.ThreeColumnsLeftCenter {
	width: 300px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.ThreeColumnsRight {
	width: 300px;
	float: right;
	margin-bottom: 30px;
}


/*--------------------style---------------------*/

img {
	border: none;
}

.pngfix {
	behavior: url(/iepngfix/iepngfix.htc);
}

.clear_float {
	margin: 0 auto;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.dot_border_divider {
	height: 1px;
	clear: both;
	background: url(img/dotted_border_main.gif) repeat-x;
	margin: 0 0 10px;
}

.BorderTopBottom {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-bottom: 10px;
}

.BorderTop {
	border-top: 1px solid #e5e5e5;
}

.BorderBottom {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

a, a:hover, a:visited {
	color: #00a1fe;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #333;
}

h1 {
	font: normal 1.8em/120% Arial;
	margin: 0 0 10px;
}

h2 {
	font: normal 1.2em/140% Arial;
	margin: 15px 0;
}

h3 {
	font: normal 1.2em/140% Arial;
	margin: 15px 0;
}

h4 {
	font: bold 1.0em/140% Arial;
	margin: 15px 0;
}

h5 {
	font: bold 0.92em/140% Arial;
	margin: 15px 0;
}

h6 {
	font: bold 0.90em/140% Arial;
	margin: 15px 0;
}

p {
	padding: 0;
	margin: 15px 0 15px;
}


.infobox {
	background-color: #efefef;
	padding: 10px;
}


/*--------------------Lists--------------------*/

.listbox {
	background-color: #efefef;
	font: 0.92em/140% Arial;
	margin-top: 60px;
	padding: 15px;
}

.listbox ul {
	list-style-type: none;
}

.listbox li {
	list-style-type: none;
	padding-bottom: 15px;
	margin-left: -10px;
}


/*--------------------Pages---------------------*/

.TwoColumnsLeft h1, .TwoColumnsRight h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.TwoColumnsLeft h2, .TwoColumnsRight h2 {
	margin-bottom: 7px;
	font: normal 1.4em/120% Arial;
}

.ThreeColumnsLeftCenter h1, .ThreeColumnsRight h1 {
	margin-top: 15px;
	margin-bottom: 7px;
}

.ThreeColumnsLeftCenter h2, .ThreeColumnsRight h2 {
	margin-top: 15px;
	margin-bottom: 7px;
	font: normal 1.4em/120% Arial;
}

.ThreeColumnsLeftCenter ul, .ThreeColumnsRight ul {
	margin-left: 12px;
	margin-top: 10px;
}

.ThreeColumnsLeftCenter li, .ThreeColumnsRight li {
	margin-top: 5px;
}

.ThreeColumnsLeftCenter strong, .ThreeColumnsRight strong {
}

.SubHeadlineHolder {
	border-bottom: 1px solid #e5e5e5;
	width: 960px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 20px;
}

.SubHeadlineHolder2Cols {
	border-bottom: 1px solid #e5e5e5;
	width: 630px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 20px;
}

.SubHeadlineHolder h1, .SubHeadlineHolder2Cols h1 {
	float: left;
	font: normal 1.8em/100% Arial;
	margin: 0 0 10px;
}

.SubHeadlineHolder2Cols h1 {
	margin: 10px 0 0;
}

.SubHeadlineHolder h2, .SubHeadlineHolder2Cols h2 {
	float: right;
	border-left: 1px solid #e5e5e5;
	padding-left: 6px;
	font: normal 1.0em/100% Arial;
	margin: 10px 0 0 6px;
}


/*--------------------Header---------------------*/

#TopMenuHolder ul {
	font-size: 1.1em;
	line-height: 140%;
	text-transform: uppercase;
	color: #bababa;
	list-style: none;
}

#TopMenuHolder li a, #TopMenuHolder li a:visited {
	color: #bababa;
}

#TopMenuHolder li a:hover {
	color: #00c6ff;
}

.MenuItemLeft {
	padding-right: 14px;
	border-right: 1px solid #26282b;
	float: left;
}

.MenuItemMiddle {
	padding-right: 14px;
	padding-left: 14px;
	border-right: 1px solid #26282b;
	border-left: 1px solid #434649;
	float: left;
}

.MenuItemRight {
	padding-left: 14px;
	border-left: 1px solid #434649;
	float: left;
}

.logo_tankbar_header {
	display: inline;
	float: left;
	margin-top: 2px;
}

/*--------------------Footer---------------------*/

#FooterLeft, #FooterRight {
	color: #888;
	font-size: 0.9em;
	line-height: 220%;
	background: url(img/dotted_border_footer.gif) repeat-x 0 center;
}

#FooterLeft a, #FooterLeft a:visited, #FooterRight a, #FooterRight a:visited {
	color: #888;
}

#FooterLeft a:hover, #FooterRight a:hover {
	color: #00c6ff;
}

.logo_tankbar_footer {
	margin-top: 6px;
}


/*--------------------StartPage---------------------*/

#StartpageContent {
	width: 550px;
	color: black;
	font-size: 1.27em;
	line-height: 140%;
	float: left;
	position: relative;
}

#Skraplott {
	width: 470px;
	color: black;
	position: relative;
	margin-top: 50px;
}

#StartpageContent h1 {
	font-size: 1.0em;
	margin: 27px 0 12px;
	color: #000;
	font-weight: bold;
}

#StartpageImage {
	float: right;
	width: 410px;
	text-align: right;
	margin-top: -40px;
	z-index: 10;
	position: relative;
}

/*--------------------StartPageNews---------------------*/

.StartpageProjectSubHeadline {
	display: block;
	clear: both;
	margin-bottom: 5px;
	color: #333;
	font: normal 1.4em/120% Arial;
}

.StartpageProjectSubHeadline h2 {
	font: normal 1.0em/120% Arial;
	margin-top: 0px;
	margin-bottom: 7px;
}

.StartpageProjectSubHeadline p {
	font: normal .74em/140% Arial;
	margin: 0;
}


#StartpageProjectHolder {
	width: 960px;
	clear: both;
	z-index: 0;
	position: relative;
	margin-bottom: 10px;
}

.StartpageProjectItem {
	color: #555;
	font-size: 1.0em;
	line-height: 140%;
}

.StartpageProjectItemImage {
	border: 1px solid #cbcbcb;
	padding: 1px;
	margin-bottom: 18px;
	display: block;
}

.StartpageProjectItem h1 {
	font: bold 1.1em/100% Arial;
	color: #00a1fe;
	float: left;
	margin-bottom: 7px;
}

.StartpageProjectItem h2 {
	font: normal 1.0em/100% Arial;
	color: #555;
	float: left;
	border-left: 1px solid #555;
	padding-left: 6px;
	margin: 0 0 0 6px;
}

/*--------------------StandardNews---------------------*/

.StandardDetailsHolder {
	margin-bottom: 50px;
}

.StandardNewsHolder {
	width: 960px;
	clear: both;
	z-index: 0;
	position: relative;
	margin-bottom: 10px;
}

.StandardNews {
	color: #555;
	font-size: 1.0em;
	line-height: 140%;
}

.StandardNews ul {
	list-style: none;
	margin-left: 0;
}

.StandardNews li {
	width: 300px;
}

.StandardNews h1 {
	font: normal 1.4em/120% Arial;
	margin: 3px 0 7px;
}

.StandardNews h2 {
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	color: #555;
	margin-bottom: 5px;
	font: normal 0.9em/120% Arial;
}

/*--------------------References---------------------*/

#ReferencesProjectHolder {
	width: 960px;
	clear: both;
	z-index: 0;
	position: relative;
	margin-bottom: 30px;
}

.ReferencesItem {
}

.ReferencesItemImage {
	border: 1px solid #cbcbcb;
	padding: 1px;
	margin-bottom: 7px;
	display: block;
}

.ReferencesItem h1 {
	font: bold 1.0em/100% Arial;
}

.ReferencesItem h2 {
	color: #555;
	font: normal 0.9em/100% Arial;
	margin: 0 0 5px;
}

/*--------------------ProjectDetails---------------------*/

.ProjectDetailsHolder {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.ProjectDetailsItem {
	
}

.ProjectDetails {
	width: 500px;
	float: left;
}

.ProjectDetailsImage {
	border: 1px solid #cbcbcb;
	padding: 1px;
	margin-bottom: 7px;
	display: block;
	float: right;
}

.ProjectDetails h1 {
	float: left;
	font: normal 1.6em/100% Arial;
}

.ProjectDetails h2 {
	float: left;
	padding-left: 6px;
	border-left: 1px solid #333;
	color: #888;
	font: normal 1.6em/100% Arial;
	margin: 0 0 0 6px;
}

.ProjectDetails h3 {
	clear: both;
	font: normal 1.1em/140% Arial;
	padding-top: 5px;
}




/*--------------------Sitefinity---------------------*/

#SitefinityTopContent {
	width: 960px;
	margin-bottom: 40px;
}

/*--------------------About---------------------*/

#AboutTopContent {
	width: 500px;
	float: left;
}

#AboutImage {
	float: right;
	width: 410px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#AboutContent {
	width: 960px;
	position: relative;
	clear: both;
}

/*--------------------Work---------------------*/

#WorkTopContent {
	width: 960px;
	margin-bottom: 20px;
}

/*--------------------MediaScreen---------------------*/

#MediaScreenTopContent {
	width: 960px;
	margin-bottom: 40px;
}

.carouselms_container {	width: 100%;	height: 300px;
	margin: -70px 0 50px;
	position: relative;
}

/*----------------------Compare---------------*/
.comptable {
	background-color: #ffffff;
}

.comptable td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid gray;
}

.comptble_gray {
	background-color: #fff;
}

/*----------------------WebbCams---------------*/
#WebbCamHolder {
	width: 600px;
	margin-left: 175px;
}

/*----------------------Contact---------------*/

.carousel_container {	width: 100%;	height: 300px;
	margin: -10px 0 50px;
	position: relative;
}

.GoogleMap {
	float: left;
	width: 417px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 0 2px 2px;
}

.NewsLetterHolder {
	float: right;
	width: 419px;
}

.ContactContent {
	width: 960px;
}

.CoWorkerItem {
	list-style: none;
	margin-top: 20px;
}

.CoWorkerItem li {
	padding-bottom: 40px;
	float: left;
	display: block;
	width: 320px;
}

.CoWorkerItem img {
	display: block;
	float: left;
	margin-right: -40px;
	width: 162px;
}

.CoWorkerInfo {
	float: left;
	margin: 0;
	width: 185px;
}

.CoWorkerItem h1 {
	margin-bottom: 7px;
	margin: 0;
	font: normal 1.6em/120% Arial;
}

.CoWorkerItem h2 {
	margin: 0;
	font: normal 1.2em/120% Arial;
}

.CoWorkerItem p {
	margin-top: 10px;
}


/*----------------------WebbRef---------------*/
	
	
.WebbRefItem {
	list-style: none;
	margin-top: 20px;
}

.WebbRefItem li {
	float: left;
	display: block;
	width: 290px;
	margin: 0;
	padding: 0 15px 30px;
}

.WebbRefItem h1 {
	margin: 0;
	font: normal 1.1em/120% Arial;
}
	
	
	