/*
 * Filename: default.css
 * This is the global layout for JAHN
*/

/* Include the layout code for the menu */
@import url(menu.css);

/* Globals */



html, body {
    margin: 10px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #003f8b;
}

.center {
    text-align: center;
}

.centerBigger {
    text-align: center;
    font-size: 1.2em;
}

/* Global site layout */

div#wrapper {
    background: url(../images/headerback.jpg) repeat-x top left;
    margin: auto;
    width: 766px;
    border: 1px solid #003f8b;
}

div#header {
    margin: 18px;
}

img#fotoheader {
    margin-top: 30px;
}

div#content {
    margin: 18px;
    font-size: 9pt;
}

div#content-main {
	background: url(../images/achter_wereld.jpg) no-repeat;
	margin: 18px;
	font-size: 9pt;
}

/* Sublayout */
div#content div#left {
	float:left;
	text-align: justify;
}

div#content div#right {
    float: right;
    width: 49%;
    text-align: justify;
}

div#content-main h2 {
    font-size: 11pt;
}

div#content h2 {
    margin: 0;
    font-size: 11pt;
}

a#home {
	font: bold 15px arial, helvetica, sans-serif;
	margin-bottom: 15px;
	display: block;
	width: 55px;
	text-align: right;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	background-color: #003f8b;
}

img.right {
	float: right;
}

p.right {
    text-align: right;
    margin-right: 5px;
}

div#content div#right img.borderimg {
    border: 2px solid #003f8b;
}

div#content div#left p#imagebar {
    margin: 2px;
    padding: 8px;
    background: #efefef;
}

div#content div#left p#imagebar img {
    margin-right: 10px;
    border: 1px solid #003f8b;
}

div#content div#left p.imagebarinfo {
    margin: 0;
    font-family: verdana, sans-serif;
    font-style: italic;
    color: #444;
}

p.subimg {
    color: #003f8b;
    font-weight: bold;
    font-style: italic;
}

table#contact td {
    padding-right: 5px;
}

/* Project table */

table#projecten {
    width: 100%;
}

table#projecten caption {
    margin-top: 25px;
}

table#projecten th {
    text-align: left;
    color: #003f8b;
}

table#projecten td img {
    border: 1px solid #003f8b;
}

/* Image hovers */
a.thumbnail {
    position: relative;
    z-index: 0;
}

a.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}

a.thumbnail span {
    position: absolute;
    left: -1000px;
    visibility: hidden;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #003f8b;
    color: #000;
}

a.thumbnail:hover span {
    visibility: visible;
    top: -30px;
    left: 30px;
}

