* {
	margin: 0px;
	padding: 0px;
}


a,
a:link,
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	color: #111199;
}




html, body {
	height: 100%;
}
body {
	height: 100%;	
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(bg_body.png);
	background-repeat: repeat-y;
}



/************************** MAIN DIMENSIONS ***************************/

#main { 
	width: 946px;
	height: auto;
	min-height: 80%;
	overflow: visible;
	margin-left: 10px;
	background-image: url(bg_main.png);
	background-repeat: no-repeat;
	background-position:  0px 166px;
}

#header {
	width: 946px;
	height: 166px;
	background-image: url(bg_header.png);
	background-repeat: no-repeat;
}
#header h1{
	position: absolute;
	top: 43px;
	left: 10px;

}

#header h1 a{
	width: 100%;
	height: 100%;
	display: block;
}
#header h1 a span{
	display: none;
}



#left 
{
	width: 190px;
	height: 800px;
	float:left;
	overflow:hidden;
}

#main-container{
	float:left;
	width:536px;
	padding: 0px 18px;
}



/************************* CONTENT STUFF ***********************/


#content p.bodytext,
#content ul,
#content ol {
	padding-bottom: 12px;
	line-height: 14px;
}
#content li {
	list-style-type: square;
}

#content ul,
#content ol {
	margin-left: 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding: 11px 0px 18px 14px;

	background-image: url(bg-h1.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;

	border-top: 1px solid #000;
	clear: both;
}
#content h1.csc-firstHeader {
	border-top: 1px solid #a7a7a7;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0px 0px 18px 10px;

	background-image: url(bg-h2.png);
	background-repeat: no-repeat;
	background-position: top left;

	clear: both;
	border-top: 1px solid #000;

}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}


#content .content-divider
{
       margin-bottom: 10px;
}



#content .imgtext-table td {
          padding: 0px 0px 0px 0px;
}
#content .imgtext-table {
	margin-bottom: 15px;
}

#content .csc-textpic-imagewrap ul {
	margin-left: 0px;
}
#content .csc-textpic-imagewrap {
	margin-bottom: 0px;
	margin-top: 3px;
}
#content .csc-textpic-above .csc-textpic-imagewrap ,
#content .csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-bottom: 7px;
	margin-top: 0px;
}

/****************************** MENU ********************************/

#menu {
	background-color: #9f9f9f;
	background-image: url(bg_menu_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 44px;
	padding-top: 5px;
	width: 182px;
	height: auto;
	overflow: hidden;
}
#menu h2 {
	display: none;
}
#menu ul {
	list-style: none;
}
#menu ul.menu1 li a,
#menu ul.menu1 li a:link,
#menu ul.menu1 li a:visited {
	display: block;
	padding: 4px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #9f9f9f;
	text-decoration: none;
	background-image: url(bg-menu-1.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#menu ul.menu1 li a.active,
#menu ul.menu1 li a.active:link,
#menu ul.menu1 li a.active:visited {
	display: block;
	padding: 4px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #009;
	text-decoration: none;
	background-image: url(bg-menu-1-a.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#menu ul.menu1 li a:hover {
	display: block;
	padding: 4px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #009;
	text-decoration: none;
	background-image: url(bg-menu-1-a.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}



#menu ul.menu2 li a,
#menu ul.menu2 li a:link,
#menu ul.menu2 li a:visited {
	display: block;
	padding: 3px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #c6c6c9;
	text-decoration: none;
	background-image: none;
}

#menu ul.menu2 li a.active,
#menu ul.menu2 li a.active:link,
#menu ul.menu2 li a.active:visited {
	display: block;
	padding: 3px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #009;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #c6c6c9;
	text-decoration: none;
	background-image: url(bg-menu-2.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#menu ul.menu2 li a:hover {
	display: block;
	padding: 3px 8px 5px 22px;
	border-top: 1px solid #000;
	color: #009;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #c6c6c9;
	text-decoration: none;
	background-image: url(bg-menu-2.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}




#menu ul.menu3 li a,
#menu ul.menu3 li a:link,
#menu ul.menu3 li a:visited {
	display: block;
	padding: 3px 8px 5px 32px;
	border-top: 1px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #e6e6e7;
	text-decoration: none;
	background-image: none;
}

#menu ul.menu3 li a.active,
#menu ul.menu3 li a.active:link,
#menu ul.menu3 li a.active:visited {
	display: block;
	padding: 3px 8px 5px 32px;
	border-top: 1px solid #000;
	color: #009;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #e6e6e7;
	text-decoration: none;
	background-image: url(bg-menu-3.png);
	background-repeat: no-repeat;
	background-position: 17px 6px;
}

#menu ul.menu3 li a:hover {
	display: block;
	padding: 3px 8px 5px 32px;
	border-top: 1px solid #000;
	color: #009;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #e6e6e7;
	text-decoration: none;
	background-image: url(bg-menu-3.png);
	background-repeat: no-repeat;
	background-position: 17px 6px;
}



/*******************************breadcrumbs **************************/

#breadcrumbs
{
	color: #797979;
	font-size: 10px;
	line-height: 10px;
	padding: 9px 0px 11px 0px;

}

#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:hover,
#breadcrumbs a:visited {
	color: #797979;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}




/****************************** SUB MENU ********************************/

#footer {
	clear: both;
	width: 946px;
	height: 57px;
	background-image: url(bg_footer.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 20px;
	overflow: hidden;
}

#sub-menu h2 {
	display: none;
}
#sub-menu {
	padding-left: 280px;
	padding-top: 32px;
}
#sub-menu ul li {
	display: inline;
}
#sub-menu ul li a,
#sub-menu ul li a:link,
#sub-menu ul li a:hover,
#sub-menu ul li a:visited {
	color: #797979;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	border-left: 1px solid #797979;
	height: 10px;
	padding-left: 13px;
	padding-right: 13px;
}
#sub-menu ul #nav-1048
{
	border-left: 0px none;
}


/*************************************** Partner-LINKS ***************************/

#logo {
        position: absolute;
	top: 210px;
	left: 826px;
	width: 100px;
	height: 566px;
}

/************************************** Founding Partners ***********************/

#foundingbox {
        background-image: url(foundingbox.png);
	background-repeat: no-repeat;
        width: 180px;
        height: 304px;
        border: 1px solid #f1f1f1
}


#fb_uim{
        margin-left: 15px;
        width:157px;
        height:77px;
        background-image:url(uim.png);
        background-repeat: no-repeat;
        margin-top:70px;
        cursor:pointer;
}


#fb_orange{
        margin-left: 20px;
        width:130px;
        height:48px;
        background-image:url(orange.png);
        background-repeat: no-repeat;
        margin-top:20px;
}
#fb_orange ul{
        margin-left:70px;
        list-style:none;
}
#fb_orange a {
        font-size:10px;
        color:#ee7e01;
}
#fb_libero{
        margin-left: 50px;
        width:80px;
        height:48px;
        background-image:url(libero.png);
        background-repeat: no-repeat;
        margin-top:20px;
        cursor:pointer;
}

/************************************* MAILFORM *****************************/
depreciated___fieldset.csc-mailform
{
	background-color: #F7F7F9;
	padding: 6px;
	height: auto;
	overflow: auto;
	border: 1px solid #D4D3D4;
	margin: 12px 0px;
}
.csc-mailform {
	border: 0px none;
}

depreciated___p.csc-form-label-req {
	background-image: url(csc-form-label-req-star.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	padding-right: 7px;
}

.csc-mailform-field{
	padding-bottom: 5px;
	clear:left;
} 

.csc-mailform-field input.mf-input,
.csc-mailform-field textarea.mf-text {
	width: 250px;
}
.csc-mailform-field input.mf-input,
.csc-mailform-field textarea.mf-text,
.csc-mailform-field select {
	font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
	color: #6a6a6a;
}
.csc-mailform-field textarea.mf-text {
	height: 90px;
}
	

.csc-form-label,
.csc-form-label-req,
.csc-mailform label {
	width: 90px;
	height: 18px;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
}

.csc-mailform-field .csc-mailform-submit {
	margin-left: 90px;
	cursor: pointer;
}


/************************************* LOGIN *****************************/
fieldset.csc-loginform
{
	background-color: #F7F7F9;
	padding: 2px;
	height: auto;
	overflow: auto;
	border: 1px solid #D4D3D4;
	margin: 12px 0px;
	width: 50%;
}


/******************************* download plugin *****************************/


.tx-downloadCenter-pi1-list
{
	width: 536px;
	height: 123px;
	margin-bottom: 15px;
	overflow: hidden;
	background-image: url(bg-downloadCenter-pi1-list.png);
}
.tx-downloadCenter-pi1-list_title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 6px 0px 10px 5px;
	color: #000099;
}
.tx-downloadCenter-pi1-list_icon a
{
	background-image: url(bg-downloadCenter-pi1-list_icon.png);
	width: 56px;
	height: 56px;
	display: block;
	position: relative;
	top: 2px;
	left: 8px;
}
.tx-downloadCenter-pi1-list_icon a img {
	display: none;
}
.tx-downloadCenter-pi1-list_description 
{
	position: relative;
	left: 73px;
	top: -50px;
        width:450px;
}
.tx-downloadCenter-pi1-list_info
{
	position: relative;
	left: 73px;
	top: -56px;
	font-size: 10px;
        display:none;
}
.tx-downloadCenter-pi1-list_link

{
        position:relative;
	font-size: 10px;
        left: 11px;
        top: -8px;
}




/*************************************** CONTENT TABELLEN ***************************/
table.contenttable {
	border-collapse:collapse;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
}
table.contenttable td {
	padding: 0px 6px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
table.contenttable td.td-0,
table.contenttable td.td-0 p {
	text-align: left;
}
table.contenttable td {
	border-right: 1px solid #c6c6c6;
}

table.contenttable .tr-even {
	background-color: #dcdcdc;
}
table.contenttable tr.tr-0
{
	height: 21px;
	background-image: url(bg-contenttable-0.png);
}
table.contenttable tr.tr-0 td {
	color: #fff;
	font-weight: bold;
	line-height: 12px;
	border-right: 1px solid #fff;
}
table.contenttable tr td.td-last {
	border-right: 0px none;
}


/*
table.contenttable {
	width: 536px;
	border-collapse:collapse;
	background-image: url(bg-contenttable.png);
}
table.contenttable .tr-even {
	background-image: url(bg-contenttable-tr-even.png);
}

table.contenttable .tr-0 .td-0
{
	background-image: url(bg-contenttable-0-0.png);
	background-repeat: no-repeat;
}
table.contenttable .tr-0 .td-last
{
	background-image: url(bg-contenttable-0-last.png);
	background-repeat: no-repeat;
	background-position: top right;
}
table.contenttable .tr-last
{
	height: 23px;
	background-image: url(bg-contenttable-last.png);
}
*/





/*************************************** END CONTENT TABELLEN ***************************/

/*********************************** photobook **************************/
.tx-gooffotoboek-pi1 
{
	margin-bottom: 30px;
}
.tx-gooffotoboek-pi1 h1
{
	display:none;
}
td.gfpb_landscape,
td.gfpb_portret {
	padding-top: -2px;
	background-image: url(bg_photobook_thumb.png);
	width: 105px;
	height: 114px;
}
td.gfpb_landscape a,
td.gfpb_portret a {
	display: block;
}
table.picturefull {
	background-image: url(bg_photobook_full.png);
	width: 542px;
	height: 524px;
}
.tx_gooffotoboek_statusbar {
float: right;
}


