/* 	Marganza. Internet, vormgeving en automatisering.
		Zwet 32
		9932 AB  Delfzijl
		T. +31 596 - 635 460
		F. +31 596 - 635 469
		E. info@marganza.nl
		I. www.marganza.nl
		The Netherlands */

body {
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #333132;
}

#bg {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
}

#container {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 900px;
	min-height: 800px;
	position: relative;
	overflow: auto;
}

#topContainer {
	position: relative;
	width: 900px;
	height: 400px;
	float: left;
}

#topContainerLeft {
	position: relative;
	left: 25px;
	top: 10px;
	width: 180px;
	height: 100px;
	float: left;
}

#logo {
	position: relative;
	background-image: Url("../images/gdf_logo.png");
	background-repeat: no-repeat;
	width: 158px;
	height: 79px;
	float: left;
	cursor: pointer;
}




#topContainerRight {
	position: relative;
	top: 75px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #2a459b;
  line-height: 18px;
  text-align: left;
	width: 250px;
	float: right;
}

#topContainerRight a {
	color: #2a459b;
	text-decoration: none;
}

#topContainerRight a:hover {
	color: #2a459b;
	text-decoration: underline;
}

#topContainerRight ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topContainerRight li {
	float: left;
}






#header {
	position: relative;
	width: 900px;
	height: 250px;
	float: left;
}

#mainMenu {
	position: relative;
	background-image: Url("../images/mainmenu_bg.gif");
	background-repeat: no-repeat;
	height: 43px;
	width: 900px;
	float: right;
}

#mainMenu a {
	position: relative;
	top: 1px;
	height: 35px;
	font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	float: left;
}

#mainMenu a:hover {
	text-decoration: none;
	color: #f99f1c;
	background-color: #2b2c3c;
}

#mainMenu a.current {
	text-decoration: none;
	color: #f99f1c;
	background-color: #2b2c3c;
}

#mainMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainMenu ul li {
	float: left;
}

#mainMenu ul li ul {
    position: absolute;
    display: none;
    background-color: #2B2C3C;
    border-bottom: 5px solid #2A459B;
    z-index: 10;
    list-style-type: none;
    background-image: url("../images/subMenuBackground.gif");
    top: 35px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}

#mainMenu ul li ul li ul {
    display: block;
}   

#mainMenu ul li ul li {
    clear: both;
}   

#mainMenu ul li:hover ul, #mainMenu ul li.over ul { 
    display: block;
}

#mainMenu ul li ul li a {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    width: 150px;
    padding: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
    text-align: left;
	line-height: 17px;
	height: auto;
}

#mainMenu ul li ul li a:hover {
    background-color: transparent;  
}   






#centerContainer {
	margin-left: 25px;
	width: 850px;
	float: left;
}

#centerContainerLeft {
	width: 550px;
	float: left;
}

#centerContainerLeftTop {
	width: 550px;
	height: 35px;
	float: left;
}

#breadCrumps {
	width: 478px;
	height: 35px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  line-height: 15px;
  text-align: left;
  overflow: hidden;
  float: left;
}

#breadCrumps a {
	color: #666666;
	text-decoration: none;
}

#breadCrumps a:hover {
	color: #333333;
	text-decoration: underline;
}

#print {
	position: relative;
	width: 50px;
	height: 35px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  line-height: 15px;
  text-align: left;
  float: left;
}

#print a {
	color: #666666;
	text-decoration: none;
}

#print a:hover {
	color: #333333;
	text-decoration: underline;
}

#fontScaling {
	position: relative;
	background-image: url("../images/fontsize.png");
	background-repeat: no-repeat;
	top: 6px;
	width: 22px;
	height: 6px;
	float: left;
	cursor: pointer;
}

#content {
	width: 550px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
  text-align: justify;
  float: left;
  overflow: hidden;
}

#content a {
	color: #2a459b;
	text-decoration: underline;
}

#content a:hover {
	color: #2a459b;
	text-decoration: none;
}

#contentSpacer {
	position: relative;
	background-image: url("../images/content_end.png");
	background-repeat: no-repeat;
	width: 550px;
	height: 50px;
  float: left;
}

#teaserContainer {
	position: relative;
	width: 550px;
	height: 135px;
  float: left;
}

#teaserOne {
	position: relative;
	width: 250px;
	height: 100px;
	background-color: #333132;
  float: left;
  cursor: pointer;
}

#teaserOneLeft {
	position: relative;
	left: 5px;
	top: 5px;
	width: 45px;
	height: 95px;
  float: left;
}

#teaserOneImageBg {
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #FFFFFF;
  float: left;
}

#teaserOneImage {
	position: relative;
	top: 1px;
	left: 1px;
	width: 43px;
	height: 43px;
  float: left;
}

#teaserOneRight {
	position: relative;
	left: 15px;
	top: 5px;
	width: 185px;
	height: 95px;
  float: left;
}

#teaserOneArrow {
	position: relative;
	background-image: url("../images/clientcase_arrow.png");
	background-repeat: no-repeat;
	top: 5px;
	width: 6px;
	height: 11px;
  float: left;
}

#teaserOneTitle{
	position: relative;
	left: 10px;
	width: 169px;
	font-family: ScalaSans-Regular;
  font-size: 20px;
  font-weight: normal;
  color: #f99f1c;
  line-height: 23px;
	text-align: left;
  float: left;
  overflow: hidden;
}

#teaserOneContent {
	position: relative;
	width: 180px;
	height: 57px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 18px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#teaserTwo {
	position: relative;
	left: 50px;
	width: 250px;
	height: 100px;
	background-color: #333132;
  float: left;
  cursor: pointer;
}

#teaserTwoLeft {
	position: relative;
	left: 5px;
	top: 5px;
	width: 45px;
	height: 95px;
  float: left;
}

#teaserTwoImageBg {
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #FFFFFF;
  float: left;
}

#teaserTwoImage {
	position: relative;
	top: 1px;
	left: 1px;
	width: 43px;
	height: 43px;
  float: left;
}

#teaserTwoRight {
	position: relative;
	left: 15px;
	top: 5px;
	width: 185px;
	height: 95px;
  float: left;
}

#teaserTwoArrow {
	position: relative;
	background-image: url("../images/clientcase_arrow.png");
	background-repeat: no-repeat;
	top: 5px;
	width: 6px;
	height: 11px;
  float: left;
}

#teaserTwoTitle{
	position: relative;
	left: 10px;
	width: 169px;
	font-family: ScalaSans-Regular;
  font-size: 20px;
  font-weight: normal;
  color: #f99f1c;
  line-height: 23px;
	text-align: left;
  float: left;
  overflow: hidden;
}

#teaserTwoContent {
	position: relative;
	width: 180px;
	height: 57px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 18px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#centerContainerRight {
	position: relative;
	left: 50px;
	width: 250px;
	float: left;
}

#news {
	position: relative;
	width: 250px;
	float: left;
	height: 300px;
}

#newsSpacer {
	position: relative;
	width: 250px;
	float: left;
	height: 33px;
}

#title {
	position: relative;
	width: 175px;
	float: left;
	text-align: left;
	height: 57px;
}

#archive {
	position: relative;
	width: 75px;
	font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  line-height: 39px;
  text-align: right;
	height: 57px;
	float: left;
}

#archive a {
	color: #333333;
	text-decoration: underline;
}

#archive a:hover {
	color: #333333;
	text-decoration: none;
}

#imageFrame {
	position: relative;
	background-image: url("../images/news_image_frame.png");
	background-repeat: no-repeat;
	width: 250px;
	height: 75px;
	float: left;
}

#image {
	position: relative;
	background-image: url("../images/news_image.png");
	background-repeat: no-repeat;
	left: 2px;
	top: 2px;
	width: 246px;
	height: 71px;
	float: left;
}

#newsSpacerTwo {
	position: relative;
	width: 250px;
	float: left;
	height: 35px;
}

#newsContent {
	position: relative;
	width: 250px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
  text-align: left;
	float: left;
}

#newsContent a {
	color: #333333;
	text-decoration: none;
}

#newsContent a:hover {
	color: #333333;
	text-decoration: underline;
}

#newsContent ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#footerContainerBg {
	margin: 0px auto 0px auto;
	background-image: url("../images/footer_bg.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 35px;
	width: 100%;
}

#footerContainer {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 900px;
}

#footerContainerSpacer {
	margin: 0px auto 0px auto;
	text-align: center;
	height: 35px;
	width: 850px;
}

#footerContentOne {
	position: relative;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #6d6e71;
  line-height: 18px;
  text-align: left;
	width: 170px;
	float: left;
	margin-left: 25px;
}

#footerContentOne a {
	color: #6d6e71;
	text-decoration: none;
}

#footerContentOne a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerContentOne ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#footerContentTwo {
	position: relative;
	left: 25px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #6d6e71;
  line-height: 18px;
  text-align: left;
	width: 170px;
	float: left;
	margin-left: 10px;
}

#footerContentTwo a {
	color: #6d6e71;
	text-decoration: none;
}

#footerContentTwo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerContentTwo ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#footerContentThree {
	position: relative;
	left: 50px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #6d6e71;
  line-height: 18px;
  text-align: left;
	width: 170px;
	float: left;
}

#footerContentThree a {
	color: #6d6e71;
	text-decoration: none;
}

#footerContentThree a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerContentThree ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#footerMenu {
	position: relative;
	top: 18px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #6d6e71;
  line-height: 18px;
  text-align: left;
	width: 250px;
	float: right;
}

#footerMenu a {
	color: #6d6e71;
	text-decoration: none;
}

#footerMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footerMenu li {
	float: left;
}






p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: ScalaSans-Regular;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
  margin-top: 0px;
	margin-bottom: 15px;
	color: #2a459b;
}

h2 {
	font-family: ScalaSans-Regular;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin-top: 0px;
	margin-bottom: 15px;
	color: #2a459b;
}

h3 {
	font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
  margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

h4 {
	font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
  margin-top: 0px;
	margin-bottom: 0px;
	color: #333132;
}

h5 {
	font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
  margin-top: 0px;
	margin-bottom: 0px;
	color: #f99f1c;
}

ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-size: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
}   

table.photos {
    border-collapse: separate;
}

table.photos td {
    width: 100px;
    height: 100px;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
}   

table.photos img {
    border: 1px solid #6D6E71;
}

table.form {
    border-collapse: collapsed;
    width: 100%;
}

table.form th,table.form td {
    font-size: 10px;
    text-align: left;
    vertical-align: top;
    color: #333333;
}

table.form td {
    text-align: left;
}   

.formError {
    font-weight: bold;
    color: #DD0000;
}   

form {
    margin: 0px;
    padding: 0px;
}

.formTextField,.formTextArea {
    font-family: verdana, arial;
    font-size: 11px;
    color: #333333;
    border: 1px solid #333333;
}

.formButton {
    font-family: verdana, arial;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
}

#partners {
	display: block;
	clear: both;
}

.partner {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 23px;
	margin-top: 10px;
/*	margin-right: 52px;*/
}

.textBlockFolded {
    height: 135px;
    background-image: url('../images/textBlockBGFolded.gif');
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.textBlockUnfolded {
    height: auto;
    background-image: url('../images/textBlockBGUnfolded.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.textBlock {
    /*background-image: url('../images/textBlockBottomBorder.gif');*/
    background-repeat: no-repeat;
    background-position: bottom left;   
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.textBlockReadLink {
    text-align: right;
    margin-top: 5px;
}

.textBlockReadLink a {
    color: #2a459b;
}
