/* CSS Document */

html {
	height:100%;
}

body {
      background-color:#7c7c7c;
	  background-image:url(images/bg.jpg);
	  background-position:center top;
	  background-repeat:repeat-x;
	  color:#626262;
      font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
	  height:100%;
      margin:0px 0px 0px 0px;
	  padding:0;
}

a {
	color:#626262;
	text-decoration:none;
}

a img {
	border:0;
}

p {
	padding:0;
	margin:5px 0px 5px 0px;
}

/* Variable Klassen */


#ad {
	padding:15px 0px 15px 0px;
	text-align:center;
	width:100%;
}

#big {
	min-height:100%;
	text-align:center;
	width:100%;
}

#content {
	margin:0px auto;
	text-align:left;
	width:80%;
}

#copy {
	color:#bfbfbf;
	font-size:12px;
	text-align:right;
	width:100%;
}

#copy a {
	color:#bfbfbf;
}

#header {
	display:none;
}

#inlay {
	background-image:url(images/content_box.gif);
	background-repeat:no-repeat;
	min-height:500px;
	width:808px;
}

*html #inlay {
	height:480px;
}

#projects {
	display:none;
}
