/* @override http://www.merkmij.nl/css/style.css */

/* @override http://localhost:8888/merkmij/css/style.css */

/*
Theme Name: Merkmij 1.0
Theme URI: http://www.merkmij.nl/
Description: Wordpress theme voor Tosca.
Version: 1.0
Author: Marc Beijers
Author URI: http://www.builtformac.com/

	Merkmij 1.0

	This theme was designed for Merkmij,
	whose site you will find at http://www.merkmij.nl/
	
*/

/*////////// GENERAL //////////*/


html, body {
	height: 100%;         /* required */
}
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
body {
	margin:0;
	padding:0;
	font-family: Times, "Times New Roman", serif;
	text-align: center;   /* horizontal centering hack for IE */
	font-size:11pt;
	line-height:1.25;
	color:#999;
	margin-left: 0px;
}

:focus {
	outline: 0;
}


#bodywrapper {
	margin:0px auto;
	padding:0px;
	position:relative;
	top:50px;
	left:0px;
	width:1000px;
	text-align: left;
}

#navigation {
	width: 380px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#citaat {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24pt;
	color: #999;
	line-height: 1em;
	text-transform: none;
}

#leftcolumn {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:400px;
}

#inner_html {
	height: 400px;
	width: 600px;
	position: relative;
}

.case_content {
	color: #000;
}

.underlined {
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 10px;
}

/*////////// TYPOGRAPHY //////////*/

.msg_head {
	cursor: pointer;
}
.msg_body {
	padding-top: 1em;
	padding-bottom: 1em;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}

li {
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: none;
	list-style-position: inside;
}

/*////////// CONTENT //////////*/		
  
/*////////// NAVIGATION //////////*/


/*////////// SLIDESHOW //////////*/

div#slideshow {
	position:relative;
	height:450px;
	width:600px;
}
div#slideshow DIV {
	position:absolute;
	z-index:8;
	opacity:0.0;
	height: 450px;
	background-color: #CCC;
}
div#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
div#slideshow DIV.last-active {
    z-index:9;
}
div#slideshow DIV IMG {
    height:450px;
    display:block;
    border:0px;
}

		
/*////////// IMAGES //////////*/

#rightframe {
	position:relative;
	height:600px;
	left: 400px;
	width: 600px;
}
.msg_body ul {
	padding-left: 0;
	margin-left: 0;
}
.rood {
	color: #000;
}
h3 {
	font-size: 11pt;
	color: #000;
	font-weight: normal;
	font-style: normal;
	width: 575px;
}

.msg_body p a {
	padding-left: 20px;
	background-image: url(../images/file-black.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
}

.msg_body p a:hover {
	padding-left: 20px;
	background-image: url(../images/file-red.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
}

.msg_body p a.external {
	padding-left: 20px;
	background-image: url(../images/window-black.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
}

.msg_body p a.external:hover {
	padding-left: 20px;
	background-image: url(../images/window.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
}

.msg_body .internal {
	text-decoration: underline;
}


