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

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

/* Globals */



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

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

.center {
    text-align: center;
}

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

/* Global site layout */

div#wrapper {
    background: url(../Images/headerbackground.jpg) repeat-x top left;
	margin: auto;
    width: 764px;
    border: 1px solid #999999;
}

div#header {
    margin: 0px;
}

img#fotoheader {
    margin-top: 25px;
	margin-left: 1px;
}

div#content {
    margin: 18px;
    font-size: 10pt;
	color: #ffffff;
}

div#content-main {
    background: #000000;
    height: 460px;
    margin: 18px;
    font-size: 10pt;
	color: #FFFFFF;
	
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
    font-weight: bold;
}
a:active {
	text-decoration: none;
}
/* Sublayout */
div#content div#left {
    float:left;
    width: 49%;
    text-align: justify;
}

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


div#content-main h1 {
    font-size: 14pt;
}

div#content h1 {
    margin: 0;
    font-size: 14pt;
}
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: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	background-color: #999999;
}

img.right {
    float: right;
}

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

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

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

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

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

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

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


/* 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: #000000;
    padding: 5px;
    border: 1px solid #999999;
    color: #000;
}

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


