/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/* Main styles                         */
/* ----------------------------------- */

html {
	height: 100.01%;
}
body {
	height: 100%;
	background-color: #0c434f;
	background-image: url(/public/img/bg/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0c434f;
}
a {
	color: #c1d72e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	text-align: right;
	font-size: 24px;
	margin: 0 0 45px 0;
	color: #0c434f;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* ----------------------------------- */
/* Div styles                          */
/* ----------------------------------- */


#maincontainer {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	_overflow: visible;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(/public/img/bg/main_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#left {
	position: relative;
	float: left;
	width: 650px;
}
#lefttop {
	color:#ffffff;
	position: relative;
	float: left;
	width: 650px;
	height: 265px;
}
#leftcontent {
	position: relative;
	float: left;
	width: 490px;
	padding: 0 70px 70px 90px;
}

#right {
	position: relative;
	float: left;
	width: 300px;
}
#righttop {
	color:#ebf1f3;
	position: relative;
	float: left;
	width: 300px;
	height: 205px;
}

#banners{
	width:180px;
	padding:0 60px 60px;	
	line-height:0;
	font-size:0;
}



#banner{
	padding-top:15px;
}

/* ----------------------------------- */
/* Submenu styles                      */
/* ----------------------------------- */

#submenu {
	float: left;
	width: 185px;
	margin: 30px 0 10px 60px;
	display: inline;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu ul li {
	float: left;
	margin: 0;
}
#submenu ul li a {
	display: block;
	width: 135px;
	padding: 0 0 0 35px;
	margin: 5px 0 0 0;
	color: #c1d72e;
	background-image: url(/public/img/menu/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu ul li a:hover, #submenu ul li a.active {
	background-image: url(/public/img/menu/bullet_02.gif);
	color: #0c434f;
	text-decoration: none;
}
#submenu ul li ul {
	float: left;
	margin: 7px 0 5px 20px;
	display: inline;
}
#submenu ul li ul li a {
	display: block;
	width: 125px;
	line-height: 16px;
	padding: 0 0 0 25px;
	margin: 2px 0 0 0;
	color: #c1d72e;
	background-image: url(/public/img/menu/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu ul li ul li a:hover, #submenu ul li ul li a.active {
	background-image: url(/public/img/menu/bullet_04.gif);
	color: #0c434f;
	text-decoration: none;
}

#leftcontent #innersubmenu a{
	float:left;
	position:relative;
	margin-top:10px;
	color:#c1d72e;
	display:block;
	padding:0 45px 0 30px;
	background:#f9f9f9 url(/public/img/menu/bullet_01.gif) no-repeat left center;
	text-decoration:none;
}

#leftcontent #innersubmenu a:hover{
	color:#0C434F;
	background:#f9f9f9 url(/public/img/menu/bullet_02.gif) no-repeat left center;
	text-decoration:none;
}

#innersubmenu a#last{
	padding-right:0;
}

/* ----------------------------------- */
/* Footer styles                       */
/* ----------------------------------- */

#footer {
	position: relative;
	width: 950px;
	height: 50px;
	margin: -50px auto;
	overflow: hidden;
}
#xcomfooter {
	color:#f9fbea;
	float: right;
	width: 300px;
	height: 50px;
}
#xcomfooter a:hover {
	color: #0c434f;
}

/* ----------------------------------- */
/* Misc styles                         */
/* ----------------------------------- */

#stats {
	display: none;
	visibility: hidden;
}

#errormessage {
	font-weight: bold;
	color: #7e003f;
	margin-bottom: 30px;
}

#subsubmenu{
	display:none;
}

#subsubmenu.active{
	display:block;
}

#leftcontent a{
	color:#042229;
}



/* ----------------------------------- */
/*Contact styles                       */
/* ----------------------------------- */

.error{
	color: red;

}

.input{
	width:255px;
	margin-left:35px;
}

textarea{
	height:75px;	
}
#contact_knop{
	float:right;
}

.contactblok{
	width:165px;
	float:left;
}

p#line{
	border-top:#0C434F solid 1px;
	padding-top:20px;
	width:423px;
}

