/* CSS Document SVCnet.nl V1 by Webbureau SUIT*/
/********************************************************************************* body.css ****/
/******************** BODY *******************/

	html{
		width: 100%;
		margin: 0;
		padding: 0px;
	}

	body{
		background: #B8CEE4 url('../img/bg.jpg') repeat-x center top;
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #222;
	}
	
/******************** TOP *******************/

	#top{
		background: #0B216A url('../img/bgtop.jpg') no-repeat left bottom;
		width: 100%;
		height: 60px;
		margin: 0px auto;
		padding-top: 5px;
	}
	
	#topwrapper{
		width: 900px;
		margin: 0px auto;
	}
	
	#topnav{
		width: 300px;
		height: 32px;
		position: absolute;
		margin-left: 360px;
		margin-top: 10px;
		padding-top: 3px;
		padding-right: 20px;
		text-align: right;
		line-height: 96%;
		border-right: 1px solid #6699CC;
	}
		
	#zoekbox{
		background: url('../img/zoekbox.gif') no-repeat left center;
		width: 190px;
		height: 25px;
		position: absolute;
		margin-left: 700px;
		margin-top: 15px;
		text-align: right;
		font-family: Arial;
		font-size: 10pt;
		color: #FFF;
		cursor: default;
	}
	
	#zoekinput{
		border: 0 none;
		display: inline;
		float: left;
		height: 17px;
		margin: 0;
		margin: 4px 6px;
		vertical-align: middle;
		width: 148px;
	}
	
	#zoeksubmit{
		background: transparent;
		border: none;
	}
	
/******************** HEADER *******************/

	#header{
		width: 860px;
		height: 151px;
		margin: 40px auto;
		clear: both;
	}
	
	#logo{
		background: url('../img/logo.png') no-repeat center center;		
		height: 151px;
		width: 145px;
		float: left;
		cursor: pointer;
	}

	#slogan{
		background: url('../img/sloganleft.png') no-repeat left top;
		max-width: 500px;
		height: 120px;
		float: left;
		margin-top: 10px;
		margin-left: 60px;
		padding-top: 25px;
		padding-left: 80px;
		text-align: left;
		overflow: hidden;
	}
	
	#nav{
		background: url('../img/menu.png') no-repeat left top;
		width: 900px;
		height: 40px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		cursor: default;
	}

/******************** CONTAINER *******************/

	#container{
		width: 880px;
		min-height: 100%;
		margin: 15px auto;
		text-align: left;
	}
	
	#wrappercontent{
		width: 900px;
		margin: 0px 0px;
		text-align: left;
	}
	
	#logovolg{
		background: url('../img/logo.png') no-repeat center center;		
		height: 180px;
		width: 100%;
		display: block;
		cursor: pointer;
	}

/******************** FOOTER *******************/

	#puller{
		clear: both;
		background: transparent;
		width: 100%;
		height: 0px;
		text-align: right;
	}
	
	#footer{
		background: #0B216A;
		width: 100%;
		min-height: 180px;
		margin-top: 30px;
		text-align: left;
	}
	
	#wrapperfooter{
		width: 900px;
		margin: 0 auto;
		padding: 30px 0;
		color: #FFF;
		text-align: right;
	}
	
	#footerright{
		width: 320px;
		position: relative;
		float: right;
		padding-right: 20px;
		text-align: right;
		border-right: 1px solid #6699CC;
	}
	
	#footercenter{
		width: 140px;
		position: relative;
		float: left;
		padding-left: 20px;
		text-align: left;
		border-left: 1px solid #6699CC;
	}

	#footercenter2{
		width: 120px;
		position: relative;
		float: left;
		padding-left: 20px;
		text-align: left;
		border-left: 1px solid #6699CC;
	}
	
	#footerleft{
		width: 150px;
		position: relative;
		float: left;
		padding-left: 20px;
		text-align: left;
		border-left: 1px solid #6699CC;
	}

/******************** LOGIN *******************/

	#inloggen{
		cursor: pointer;
	}
	
	#loginbg{
		display: none;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: #000;
		z-index: 11;
	}

	#login{
		background: url('../img/login.png') no-repeat top center;
		display: none;
		position: fixed;
		height: 441px;
		width: 460px;
		top: 0;
		left: 0;
		z-index: 12;
	}

	#loginsluit{
		font-size: 12pt;
		top: 8px;
		right: 24px;
		position: absolute;
		color:#FFF;
		font-family: Arial;
		font-weight: bold;
		display: block;
		cursor: pointer;
		text-decoration: none;
	}
	
	.loginpopup{
		margin-bottom: 20px;
	}
	
	.blog-tekst{
		width: 80%;
		font-size: 10pt;
		line-height: 180%;
	}
	
	.blog-footer{
		width: 100%; 
	}

	/********************************************************************************* columns.css ****/
	
	/* CSS Document mijnSVC.nl V1 by Webbureau SUIT*/

/******************** COLUMNS *******************/

	#wrap{
		position: relative;
		float: right;
		width: 270px;
	}
	
	#right{
		background: #FFF;
		width: 210px;
		padding: 20px 30px;
		text-align: left;
		font-size: 10pt;
		border: 1px solid #999999;
	}
	
	#branchelogo{
		width: 270px;
		margin-top: 10px;
		padding: 0 10px;
	}
	
	#left{
		background: #FFF;
		width: 530px;
		position: relative;
		float: left;
		padding: 20px 30px;
		border: 1px solid #999999;
	}

	#center{
		background: #FFF;
		width: 260px;
		position: relative;
		float: left;
		margin: 0px 12px;
		padding: 10px 15px 15px 15px;
		text-align: left;
		font-size: 10pt;
		border: 1px solid #999999;
	}
	
/********************************************************************************* typography.css ****/
	
/* CSS Document mijnSVC.nl V2 by Webbureau SUIT */

/******************** TYPOGRAPHY *******************/
	
/* standaard */

	h1{
		font-family: Arial;
		font-size: 14pt;
		font-weight: normal;
		color: #0066CC;
		
/* Vorige H1 (19/10/09)
		font-family: Calibri, Arial, sans-serif;
		font-weight: normal;
		font-size: 22pt;
		color: #333;
		margin-top: 0px; */
	}
	
	h2, .h2{
		font-family: Arial;
		font-size: 13pt;
		font-weight: normal;
		color: #0066CC;
		margin-top: 20px;
	}

	h3, .h3{
		font-family: Calibri, Arial, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #0066CC;
	}

	h4, .h4{
		font-family: Arial, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		color: #3366CC;
		text-transform: uppercase;
		margin-bottom: -10px;
	}
	
	p{
		font-family: Arial, 'Trebuchet MS';
		color: #000;
		line-height: 180%;
		font-size: 10pt;
	}

/* overig */

	h1.login{
		font-family: Calibri, Arial, sans-serif;
		font-weight: normal;
		font-size: 22pt;
		color: #FFF;
	}
	
	#slogan h1{
		background: url('../img/sloganright.png') no-repeat right bottom;
		padding-bottom: 32px;
		padding-right: 10px;
		font-family: Constantia, Georgia, serif;
		font-size: 22pt;
		color: #0066FF;
		font-weight: normal;
		text-decoration: none;
		border: none;
	}
	
	p.blog-footer{
		font-size: 10px;
		font-style: italic;
		text-align: right;
	}

	.blog-date{
		float: right;
		width: 40px;
		padding: 10px;
		margin: 4px;
		font-size: 22pt;
		font-family: Georgia;
		font-weight: normal;
		color: #999;
		word-spacing: 50px;
		text-align: center;
		text-transform: lowercase;
		line-height: 80%;
		color: #99C2EB;
		font-style: italic;
		position: relative;
	}
	
/* footer */

	#footer h3{
		font-family: Arial;
		font-weight: normal;
		text-transform: lowercase;
		font-size: 12pt;
		color: #FFF;
		margin-top: 0px;
	}
	
	#footer h4{
		font-family: Arial;
		font-weight: normal;
		text-transform: none;
		font-size: 10pt;
		color: #FFF;
		margin-top: 0px;
	}
	
	#footer p{
		font-family: Arial, 'Trebuchet MS';
		color: #6699CC;
		font-size: 9pt;
		line-height: 160%;
		margin-bottom: 0px;
	}	
	
	/********************************************************************************* lists.css ****/
	
	/* CSS Document SVCnet.nl V1 by Webbureau SUIT*/

/******************** LISTS *******************/
	
/* standaard */

	ul{
		list-style-type: square;
		font-size: 9pt;
		color: #0066CC;
	}
	
	li{
		line-height: 150%;
		font-size: 10pt;
	}

	li.nieuws{
		list-style-image: url('../img/bullet.gif');
		margin-bottom: 0px;
		margin-top: 10px;
		margin-left: -20px;
	}
		
/* navigatie */

	#nav ul {
		position: absolute; 
		list-style: none; 
		z-index: 10; 
	}
	
	#nav li {
		float: left; 
	}
	
	#nav a, #nav a:active, #nav a:visited {
		text-decoration: none; 
		color: #FFF; 
		padding: 10px 10px; 
	}
	
	#nav a:hover {
		color:#ebf0e6
	}
	
	#slide {
		background: #3952A3; 
		height:6px; 
		position: absolute; 
		bottom:0; 
		z-index:10
	}

/* contactpersonen */	
	
	#right.contact ul{
		padding: 0 0 0 20px;
	}
	
	/********************************************************************************* linkstyles.css ****/
	
/* CSS Document SVCnet.nl V1 by Webbureau SUIT*/

/******************** LINKSTYLES *******************/

/* home */

	a{
		color: #0066CC;
		text-decoration: none;
	}
	
	a:hover{
		color: #0B216A;
		text-decoration: underline;
	}
	a.ditto_page, span.ditto_currentpage {
		padding-left: 5px;
		} 
	a img {
		border: none;
	}
	
	#topnav a{
		color: #6699CC;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
	}
	
	#footer a{
		color: #6699CC;
	}

	#topnav a:hover, #footer a:hover{
		color: #FFF;
		text-decoration: none;
	}
	
	#nav a{
		color: #FFFFFF;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		font-family: Arial;
		font-size: 10pt;
	}
	
	#nav a:hover{
		color: #3399FF;
		text-decoration: none;
	}

/* tooltip */

	#ajax_tooltipObj{
		z-index: 1000000;
		text-align: left;
	}
	
	#ajax_tooltipObj div{
		position: relative;
		width: 300px;
	}

	#ajax_tooltipObj .ajax_tooltip_arrow{
		background: url('../img/arrow.gif') no-repeat center left;
		width: 25px;
		height: 22px;
		position: absolute;
		right: 60px;
		top: 21px;
		z-index: 4;
	}

	#ajax_tooltipObj .ajax_tooltip_content{
		border: 2px solid #0066CC;
		right: 0px;
		top: 40px;
		position: absolute;
		background-color: #FFF;
		padding: 5px;
		overflow: auto;
		z-index: 3;
	}	
	
	/********************************************************************************* skin.css ****/
	
	.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 270px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	display: none;
} 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 0;
    height: 0;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
	
	
	/********************************************************************************* jquery.jcarousel.css ****/
	
	/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 250px;
    height: 80px;
	vertical-align: middle;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

	
	/********************************************************************************* img.css ****/
	
	/* CSS Document SVCnet.nl V1 by Webbureau SUIT*/

/******************** CONTACTGEGEVENS *******************/

	.phone{
		background: url('../img/phone.gif') no-repeat left top;
		margin-top: 20px;
		padding: 0px 0px 6px 26px;
		display: block;
	}

	.mail{
		background: url('../img/mail.gif') no-repeat left top;
		padding: 0px 0px 6px 26px;
		display: block;
	}

	.contactpage{
		background: url('../img/contact.gif') no-repeat left top;
		padding: 0px 0px 6px 26px;
		display: block;
	}

	.feed{
		background: url('../img/feed.gif') no-repeat left top;
		padding: 0px 0px 6px 26px;
		display: block;
	}

/******************** BLOG *******************/

	.blogcomment{
		background: url('../img/blog.gif') no-repeat left center;
		padding: 10px 0px 10px 26px;
		display: block;
	}

/******************** OVERIG *******************/

	.seperator{
		background:  url('../img/seperator.gif') repeat-x top left;
		height: 1px;
		width: 100%;
	}

	.kruimels{
		background: url('../img/kruimels.gif') no-repeat left bottom;
		padding: 10px 0px 0px 26px;
		display: block;
		color: #0066CC;
		font-size: 10pt;
	}
/********************VOLG ONS**********************/
#svc_linkedin {padding:3px 0 3px 25px; background:url(../img/linkedin.png) left center no-repeat}
#svc_twitter {padding:3px 0 3px 25px; background:url(../img/twitter.png) left center no-repeat}

	
