body  {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	behavior: url(/sites/CMS/html/style/csshover.htc);
}

body.popup {
	background: #FFFFFF;
}

p {
	margin-bottom: 10px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}

.seperator {
	clear: left;
	display: block;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	height: 345px;
	position: relative;
}
#header h1 {
	display: none;
}
#header p {
	display: none;
}
#topmenu, #secondmenu {
	list-style: none;
	margin:0;
	padding:0;
	display: inline;
}
#topmenu li {
	margin:0;
	padding:0;
	height: 45px;
	width: 150px;
	display: inline;
	position: absolute;
	top: 105px;
}
#topmenu li:hover {
	cursor: pointer;
}
#topmenu li a {
	width: 160px;
	height: 45px;
	visibility: hidden;
}
#tabNieuws {width: 160px;left: 360px;}
#tabDiensten {left: 520px;}
#tabPortfolio {left: 670px;}
#tabContact {width: 140px;left: 820px;}
#topOverlay {width: 1000px; height: 345px;}
.nieuws {background-image:url(../images/nieuws_over.gif);}
.diensten {background-image:url(../images/diensten_over.gif);}
.portfolio {background-image:url(../images/portfolio_over.gif);}
.contact {background-image:url(../images/contact_over.gif);}

#secondmenu li {
	margin:0;
	padding:0;
	display: inline;
	position: absolute;
}
#secondmenu li:hover {
	cursor: pointer;
}
#secondmenu li a {
	visibility: hidden;
}
#menuWebdesign{width:233px;height:47px;top:188px;left:243px;}
#menuWebhosting{width:261px;height:45px;top:167px;left:517px;}
#menuInternetopslag{width:363px;height:45px;top:265px;left:326px;}
#menuFotografie{width:242px;height:53px;top:235px;left:727px;}
#menuWebdesign:hover{background-image:url(../images/webdesign_over.png)}
#menuWebhosting:hover{background-image:url(../images/webhosting_over.png)}
#menuInternetopslag:hover{background-image:url(../images/internetopslag_over.png)}
#menuFotografie:hover{background-image:url(../images/fotografie_over.png)}
#sidebar {
	float: right;
	width: 250px;
	background-image: url(../images/sidebar_back.gif);
	background-repeat: repeat-y;
	height: 450px;
}
#sidebar p, #sidebar h3, #sidebar ul {
	text-align: right;
	padding: 10px 40px 0px 50px;
}
#sidebar h3 {
	font-size: 1.2em;
}
#sidebar ul {
	list-style: none;
	font-size: 16px;
}
#sidebar a, #sidebar a:active, #sidebar a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#tweet li {
	font-size: 13px;
	padding-bottom: 15px;
}
#tweet span {
	width: 230px;
	text-align: right;
}
#tweet a {
	padding: 0;
	margin: 0;
}

#tweet .time {
	display: block;
	font-size: 0.8em;
}

#twitter-link {
	
}

#mainContent {
	margin: 0 250px -17px 0;
	padding: 20px 20px 0px 40px;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 430px;
}
#footer {
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	height: 50px;
}
#footer p {
	margin: 0;
	padding: 15px 0;
	font-size: 10px;
	text-align: center;
	color: #CC6600;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* POPUP */
.popup #container {
	width: 100%;
	height: 400px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.popup #top {
	background: #DDDDDD;
	padding: 0 10px 0 20px;
}
.popup #top h1 {
	margin: 0;
	padding: 10px 0;
}
.popup #bottom {
	padding: 0 20px;
	background: #FFFFFF;
}

.popup ul {
	margin: 3px 10px 10px 25px;
}

/* FORMS */
form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
