body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}

h1{
	font-size: 24px;
	margin-bottom: 6px;	
}

body{
	font: 11px/16px "Arial", Verdana, Helvetica, sans-serif;
	color: #666;
}

/* Clear me please! */

.clearer {
	clear:both;
}
.clearer-line{
	width:100%;
	clear:both;
	background: #fff url('../images/line.gif') repeat-x;
	margin: 0;
	height: 1px;
}

/* /Clear me please! */

/* Content */

#content-top{
	width: 100%;
	background: #000;
	height: 60px;
}
#main-container{
	width: 100%;
	padding-top: 20px;
	
}

#content-main{
	width: 797px;
	margin: 0 auto;
}

/* /Content 

	Startpage */

.startpage-random-first, .startpage-random-second, .startpage-random-third{
	width: 243px;
	height: 344px;
	float: left;
	margin-bottom: 20px;
}

.startpage-random-first{
	margin-right: 33px;
}
.startpage-random-second{
	margin-right: 33px;
}

.startpage-bottomleft{
	float: left;
	padding: 30px 0px 10px 0px;
}

.startpage-bottomright{
	float: right;
	padding: 30px 0px 10px 0px;
	text-align: right;
}

/* /Startpage */

.portfolio-large-image{
	height: 535px;
}

.portfolio-large-image p{
	padding-bottom: 5px;
}

.portfolio-numbers{
	text-align: right;
}
.portfolio-projects{
	float:left;
	width: 100px;
	margin-right: 10px;
	font: 9px/12px "Arial", Verdana, Helvetica, sans-serif;
}

.portfolio-projects img {
	margin: 10px 0px 5px 0px;
}

/* Menu */

.menu{
	padding-top: 40px;
	width: 797px;
	margin: 0 auto;
}

.menu ul{
	display: inline;	
	color: #999;
	margin: 0 auto;
}

.menu ul li{
	display: inline;	
	padding: 7px 5px 13px 0px;
	text-transform: uppercase;
	width: 116px;
}

.menu ul li.active{
	color: #f979f8;
}

.menu ul li.divider{
	background: url(../images/menu/snestrack.gif) no-repeat;
}

.menu ul li.first{
	padding: 2px 5px 5px 0px;
	font-weight:bold;
	color: #CCC;
	text-transform: none;
	
}
/* /Menu */

a, a:active, a:link, a:visited{
	text-decoration:underline;
	color: #ae1044;
}
a:hover{
	color: #000000;
}
