/* This CSS stylesheet is for elements that are generated by the Typo3 CMS */
/* Absolutely no BROWSER HACKS in this file. Keep those in separate CSS files */

.contenttable p {
    margin: 0;
}

.csc-header h1 a {
    text-decoration: none;
}

.csc-textpicHeader h1 {
    font-size: 150%;
    line-height: 100%;
    border-bottom: 1px solid #aaa;
}

.tx-wagrandomimage-pi1 {
    margin: 0 -7px 13px -7px;
    text-align: center;
    /* border-bottom: 1px solid #666; nice idea but IE sticks random white underneath */
}

#right .csc-header {
    margin: 0 -5px 0 -5px; 
}

#right .csc-header a {
    text-decoration: none;
    color: #fff;
}

#right .csc-header a:hover {
    text-decoration: underline;
}

#right .csc-header h1 {
    background-color: #036;
    color: #fff;
    font-size: 110%;
    padding: 3px;
    margin: 0;  
}

#right .csc-header h2 {
    padding: 1px 0 0 5px;
    background-color: #036;
    color: #fff;
    font-size: 110%;
    padding: 3px;
    margin: 0;   
}

#left .csc-header {
    margin: 2 -5px 0 -5px;
}

#left .csc-header a {
    text-decoration: none;
    color: #fff;
}

#left .csc-header a:hover {
    text-decoration: underline;
}

#left .csc-header h1 {
    background-color: #036;
    color: #fff;
    font-size: 110%;
    padding: 3px;
    margin: 0;
}

#left .csc-header h2 {
    padding: 1px 0 0 5px;
    background-color: #036;
    color: #fff;
    font-size: 110%;
    padding: 3px;
    margin: 0;
}

/* Alternative H1 style for right-side */
#right .csc-header-n2 h1 {
    background: #eee;
    padding: 3px;
    margin: 0;
    padding-left: 5px;
    color: #c00;    
}

#right .tx-wagrandomimage-pi1 img {
    margin: 0 -5px 0 -5px;
}

#left .csc-header-n2 h1 {
    background: #eee;
    padding: 3px;
    margin: 0;
    padding-left: 5px;
    color: #c00;
}

#left .tx-wagrandomimage-pi1 img {
    margin: 0 -5px 0 -5px;
}

.csi-imagewrap {
    padding: 3px;
}

#tipafriend {
    display: block;
    margin-top: 6px;
}

#tipafriend a {
    text-decoration: none;
}

#right .csi-imagewrap {
    margin: 0 -5px 0 -5px;
}

#left .csi-imagewrap {
    margin: 0 -5px 0 -5px;
}

/* Sitemap, index of content (with indexed checked) */
#right div.csc-menu-3 {
	border-top: 1px solid #ccc;
    margin: 0 -5px 0 -5px;
    padding: 0;
}

#right div.csc-menu-3 p {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #c00;
}

#right div.csc-menu-3 a {
	color: #000;
	padding: 2px 0 2px 5px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

#right div.csc-menu-3 a:hover {
	background-color: #c00;
	color: #fff;
}

/* CSS customizations for the t3references extension which is used to */
/* make research center list on the CoE web site */


.tx-t3references-pi1-modeSelector {
        margin-top: 10px;
}

.tx-t3references-pi1-listrow-header a {
       text-decoration: none;
       font-weight: bold;
       margin-top: 20px;
}


/* Goof_fotoboek ext. styles */

.tx-gooffotoboek-pi1 table {
margin-left: auto; margin-right: auto; 
}

.tx-gooffotoboek-pi1 td {
text-align: center;
}

/* Text size for captions - addon by bbeach */

.csc-textpic-caption {

    font-size: 95%;
    }
