@import url("text.css");

@import url("slider.css");
@import url("jquery.lightbox-0.5.css");
@import url("filter.css");




html {
	
	margin: 0px;
	height: 100%;
	width: 100%;	
}

* {
	margin: 0px;
	padding: 0px;
}

body { 
	height: 100%;
	margin: 0px;

	padding: 0px;
	padding-bottom: 1px;
}

/** list **/

li {
	list-style: none;
	margin: 0;
}

ul {
	list-style:none;
	margin-left: 0;
}

ol, ul {
	list-style: none;
}

li.list  {
	background: url(../images/bullit.gif) 0% 50% no-repeat ;
	padding-left: 20px;
}

li.listAlt  {
	background: url(../images/bullit.gif) 0% 20% no-repeat ;
	padding-left: 20px;
}

/** misc **/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

img {
	border:none;
}

img:focus, div:focus, object:focus, p:focus, a:focus {
	outline:none;
}

.shim {
	height: 1px;
	border-top: 1px solid #e3def2;
	width: 600px;
	padding: 7px 0 7px 0;
}

.shimTable {
	height: 1px;
	border-top: 1px solid #e3def2;
	padding: 0px 0 0px 0;
}

p {	
	font-size:11px; 
	margin:5px 0; 
	padding:0; color:#666; 
	line-height:17px; 
	letter-spacing:0.2px; 
	float:left;
}

.newsImage { 
	float: left; 
	padding: 2px 2px 2px 2px; 
	margin: 6px 10px 0px 0px;
	width: 75px; 
	border: 1px solid #c5c5c5; 
}

/*********** Form **************/

label {
    line-height:20px;
}

label.title {
    width:200px;
    float:left;
}

input, textarea {
	font-family: Arial, Tahoma, Verdana; 
	font-size: 11px; 
	background: #ebebeb; 
	border: 1px solid #CCC; 
	margin-bottom: 4px; 
	margin-left:  4px;
	padding: 3px; 
	color: #333;
}

select {
	font-family: Arial, Tahoma, Verdana; 
	font-size: 11px; 
	background: #ebebeb; 
	border: 1px solid #CCC; 
	padding: 3px; color: #333;
}
	
.option {
	background:#ccc; 
	border:0px; 
	color:#333;
}

input.send {
	border:0;
	text-align: center;
	color: white;
	width: 100px;
	padding-top: 5px;
	background: #190b34;
	cursor:pointer;
}


/*********** Main **************/

#container {
	width:1024px; 
	background: white; 
	margin:0 auto 0 auto;
}
	
#socialbar {
	width: 100%; 
	height: 40px; 
	background-position: fixed;
	background-image: url(../images/layout/bgBody.gif); 
	background-repeat: repeat-x; 
	position: relative;
}

.icons {	
	position: absolute; 
	margin-top: -30px; 
	padding-left: 575px;
}


#header {
	width:1005px; 
	height:180px; 
	margin-bottom: 0px; 
	background:url(../images/sgsound_winter.jpg) 4% 100% no-repeat;
}

a.transbox {
	width:520px;
	height:170px;
	margin: 20px 0;
	background:white;
	position: absolute;
	/* for IE */
	filter:alpha(opacity=0);
	/* CSS3 standard */
	opacity:0;
}

#regular {
	width:125px; 
	margin-left:25px; 

	margin-right: 80px; 
	float:left; 
}

#regular-right {
	width:420px; 
	float:left; 
	margin: 0; 
}

#rightcol {
	width:526px; 
	float:left; 
		min-height: 400px;
	padding:40px 10px 0 35px; 
}

#rightcol-home {
	width:600px; 
	float:left; 
	margin:20px 10px 0 35px; 
}

img.sepa {
	margin-top: -4px;
	padding-right: 20px;
	float: left;
}


#maincolom {
	width:970px; 
	
	margin:0 10px;
}

#left {
	float:left;
}

#leftcolom {
	width:265px; 
	background: #f4f4f4; 
	border: 1px solid #e4dbf7; 
	text-align: justify; 
	padding: 30px; 
	float:left; 
	margin:40px 0px 20px 0px; 
}

#left-contact {
	width:265px; 
	background: #f4f4f4; 
	border: 1px solid #e4dbf7; 
	text-align: left; 
	padding: 30px; 
	float:left; 
	margin:40px 0px 20px 0px; 
}

/** Contactpage **/

#contactalert {
	display: none;
}

.errorfield {
	width:265px; 
	background: #ffdddd; 
	text-align: left; 
	border: 1px solid #ff3535; 
	padding: 30px; 
	margin:0px 25px 20px 0px; 
}

.succesfield {
	width:265px; 
	background: #dcffb2; 
	text-align: left; 
	border: 1px solid #a6de63; 
	padding: 30px; 
	margin:0px 25px 20px 0px; 
}

#twitter {
	width:265px; 
	background: #f4f4f4; 
	border: 1px solid #e4dbf7; 
	text-align: left; 
	padding: 30px; 
	margin:0px 25px 20px 0px; 
}

#contactme {
	width:265px; 
	background: #ffdddd; 
	border: 1px solid #ff3535; 
	text-align: left; 
	padding: 30px; 
	margin:0px 25px 20px 0px; 
}



a.emailme {
	background: url(../images/contact.png) 0 0 no-repeat;
	height: 64px;
	width: 240px;
	display: block;
}

a:hover.emailme  {
	background: url(../images/email_hv.png) 0 0 no-repeat;
	height: 64px;
	width: 240px;
	display: block;
}

/*********** Menu **************/

#menu {
	margin: 130px 15px 0 0;
	float: right;
}

#menu li.menuitem {
	float: left;		
	padding-right: 42px;
}

#menu li.menuitem a.anavigation {
	
	/* background: #351866; */
	color: #351866;
	display: block;
	/* height: 35px; */
	padding: 10px 0 0 15px;
	font-size: 15px;
}

#menu li.menuitem a.navigation {
	display: block;
	font-size: 15px;
	padding: 10px 0 0 15px;
	/* height: 35px; */
}

#menu li.last {
	padding-right: 0;
}

img.social_image {
	margin-right: 20px;
}

img.social_image_last {
	margin-right: 0;
}

/*********** Portfolio **************/

ul#portfolio {
	width:1024px; 
	position: relative;
	list-style:none; 
	margin:5px 0; 
	padding:0; 
	float:left;
}

ul#portfolio li {
	float:left; 
	padding:5px; 
	margin:0 40px 40px 0; 
	height:280px; 
	width:290px;
}

ul#portfolio li:hover {
	background: none;
}


/*********** Footer **************/

div#footer {
	position: relative;
	margin-top: -240px; /* negative value of footer height */
	height: 310px;
	clear:both;
	background-color: #190b34;

}

div#center-footer {
	width: 960px; height: 115px;
	margin: 0 auto;
	padding: 43px 0 0 0;
	position: relative;
}

div.col {
	width: 266px;
	margin: 0 40px 0 12px;
	position: relative;
	float: left;
	display: inline;
}

div.col ul {
	width: 265px;
}

div.col ul li {
	width: 172px;
	padding: 0 0 0 20px;
	float: left;
	background: url(../images/arrow.gif) 0% 40% no-repeat ;
	list-style: none;
}

div.col ul li a {
	color: #d3d3d3;
	text-decoration: none;
}

div.col ul li a:hover {
	color: #00ff96;
}

div.copyright {
	width: auto;
	height: auto;
	line-height: 21px;
	position: absolute;
	right: 30px;
	top: 160px;
	text-align: left;
	font-size: 11px;
	color: #8066ad;
}

div.copyright a {
	text-decoration: none;
	font-size: 11px;
	color: #8066ad;
}

div.copyright a:hover {
	color: #2f1e4d;
	text-decoration: none;
}

div.copyright span.sepa {
	width: 1px;
	height: 21px;
	position: relative;
	padding: 0px 4px;
	font-size: 11px;
	color: #3b2d54;
}

/** Webnews **/

#webnews {

  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
}

#webnews h2 {
  margin: 0 0 24px 0;
}

#webnews li {
  float: left;
  margin: 0 35px 35px 0px;
  width: 260px;
  height: 160px;
}

#webnews li .content {
	line-height: 21px;
}

#webnews li .title {
  height: 25px;
  margin: 0 0 10px 0;
}

#webnews .fhHover-active h3 {
  color: #009fda;
}


.date {
  background: #8066ad;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 9px;
  line-height: 11px;
  margin: 0 5px 0 0;
  padding: 3px 8px;
  text-align: center;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.date em {
	font-size: 12px;
	line-height: 10px;
}

div.ref_item {
	border: 1px solid #e3e3e3; 
	margin: 0 15px 15px 0; 
	float: left; display:block;
	width: 150px; 
	height: 80px; 
	padding: 20px 25px 20px 10px;
}

div.ref_item.last {
	border: 1px solid #e3e3e3; 
	margin: 0 0 15px 0; 
	float: left; 	
	width: 150px; 
	height: 80px; 
	padding: 20px 25px 20px 10px;
}

div#referenties {
	min-height: 440px; 
	margin-top: 15px;
}

/* tooltips Team */

span.team-name {
	font-family: FuturaBook, Arial, Verdana, Tahoma; 
	font-size:18px;
}

span.team-functie {
	font-family: Verdana, Tahoma; 
	font-size:10px;
	font-style: italic;
}

.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png) 0 0 no-repeat;
	font-size:12px;
	height:120px;
	line-height: 14px;
	width:182px;
	font-size: 11px;
	padding:15px 25px 25px 25px;
	color:#fff;	
}

.tooltip.bottom {
	background:url(../images/black_arrow_bottom.png);
	padding-top:40px;
	height:110px;
}
