﻿/*

Theme Name: Bestconnex-MCG

Version: 1.0

Author: Günther Huinink

Author URI: http://www.huinink.de/

*/
html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #004c88;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 22px;
	background-image: url(ba.jpg);
	background-repeat: repeat-x;
}

#wrap {
	width: 900px;
	margin: auto;
	z-index: 3;
}
#logo {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 4px;
	Xtext-align: center;
	float: left;
}
#claim {
	padding-top: 44px;
	padding-bottom: 10px;
	Xtext-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	float: right;
	Xwidth: 500px;
	text-align: right;
}

#top {
	
	clear: both;
}

#lang {
	padding-top:100px;
	float: right;
}

img {
	border: 0;
}


A:link, A:active, A:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

#content A:link, #content A:active, #content A:visited {
	text-decoration: none;
	color: #008bcf;
}

A:hover, A:active:hover, A:visited:hover {
color:#008bcf;
}

.current_page_item a {
	color: #008bcf;
}


#content {
	width: 900px;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: left;
	float: left;
}



.leftcol {
	width: 560px;
	float: left;
		clear: both;
}
.rightcol {
	width: 290px;
	float: right;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003762;
	line-height: 18px;
}



h1 {
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 12px 0;

}


#footer {
	width: 900px;
	margin: auto;
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
	padding-Top: 12px;
	font-size: 14px;
	line-height: 14px;
	float: leftt;
}

.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	padding-bottom: 10px;
	display: inline;
	float: left;
	background-color: #bdcfe6; /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a {
	Xdisplay: block;
	Xwidth: 140px; /*Width of top level menu link items*/;
	padding-right: 30px;
	padding-left: 0px;
}
.Xsuckertreemenu ul li:after {
	content: "|";
}

.Xsuckertreemenu ul li ul li:after {
	content: "";
}
/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */;
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */;
	top: 0;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 240px; /*width of sub menu levels*/;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.suckertreemenu ul li a:hover {
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	Xbackground: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	Xbackground: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}
* html p#iepara {
	/*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}
* html .suckertreemenu ul li a {
	height: 1%;
}
/* End */
.contentslide {
	width: 900px;
}
.contentslide .opacitylayer {
	/*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentslide .contentdiv {
	display: none;
}
.unvisible {
	display: none;
}

