@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings                            */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

/* Main body style */
body {
	font-family: Arial, Verdana Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	font-size: 10pt;	
	text-align: center;
}


/* ******************************************************************** */	
/* Style settings fonts, links, misc                                    */
/* ******************************************************************** */	

/* Headline */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 11pt;
}

	h1 {
		font-size: 18pt;
		color: #0a3456;
		margin-bottom: 0.5em;
	}
	
	h2 {
		color: #4d4d4d;	
	}
	
	h3 {
		font-size: 14pt;	
		margin-bottom: 1.1em;
	}	
th {
	font-size: 14pt;
	font-weight: bold;
}


/* Content text */
p {
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* Table cells */
td { 
	font-size: 10pt;
	line-height: 1.25em;
	vertical-align: top;
}	
	
/* General image settings */	
img {
	border: 0;
}
	* html img {display: block;}

/* Link colors global */
a:link, a:visited {
	color: #00457f;
	text-decoration: underline;
}

a:active, a:hover {
	color: #00457f;
	text-decoration: none;
}


/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}

/* Float clear */
div.clear {
	clear: both;
}

/* ******************************************************************** */	
/* Site container settings                                              */
/* ******************************************************************** */	

/* Site container, page width, centered, fixed width */
div#sitecontainer {
	page-break-before: avoid;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
	* html div#sitecontainer {height: 100%;}
	
/* Site container, page width, centered, fixed width */
div#sitecontainer2 {
	page-break-before: avoid;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
	* html div#sitecontainer2 {height: 100%;}

.textimage {
	padding: 8px;
}


/* Main header image */		
div#headercontainer {
	display: none;
}

/* Navigation container */
div#navicontainer {
	display:none;
}

div#contentcontainer div#logo {
	position: relative;
	float: left;
	clear: both;
	width: 298px;
	height: 64px;
}

.textimage p {
	font-size: 0.85em;
	line-height: 1.1em;
	padding-top: 0.5em;
	margin: 0px;
	text-align: justify;
}

/* Main content container */
div#contentcontainer {
	page-break-before: avoid;
	position: relative;
	float: left;
}

/* Footer container, sticky at bottom */
div#footercontainer {
	display: none;
}

/* ****************************************** */
/* Content container                          */
/* ****************************************** */

/* Left content side */
div#sidebarleft {
	position: relative;
	float: left;
	clear: both;
	width: 25%;
}

	div#sidebarleft p {
		font-size: 9pt;
		line-height: 1.25em;
		color: #4d4d4d;
	}

	div.contentblock {
		padding-bottom: 20px;
		padding-right: 20px;
	}

/* Right content side */
div#sidebarright {
	display: none;
}


/* Content */
div#content {
	position: relative;
	float: left;
	width: 75%;
}

div#content2 {
	position: relative;
	float: left;
	width: 75%;
}

	/* Content lists */
	div#content ul, div#content2 ul {
		list-style-type: none;
		margin-bottom: 25px;
	}
	
	div#content li, div#content2 li {	
		font-size: 10pt;
		background-image: url(../bv-owl_content/images/dot.gif);
		background-repeat: no-repeat;
		background-position: 2px 8px;
		padding-left: 1.1em;
		line-height: 1.6em;
		margin-bottom: 0.5em;
	}
		* html div#content li {line-height: 1.5em; height: 0px;}
		*:first-child+html div#content li {line-height: 1.5em;}
		
		* html div#content2 li {line-height: 1.5em; height: 0px;}
		*:first-child+html div#content2 li {line-height: 1.5em;}


div#content2 img.imgright {
	float: right;
	margin-left: 20px;
	border: 1px solid #d1d1d1;	
}
