/* CSS Document */

/* undohtml ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img, img, a { border:none; margin: 0; padding: 0; outline: none; }
a:active, a:focus{outline: none;}
address { font-style:normal }

/* undohtml ------------------------------------------------------------------ */



body{
	background: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

#container{
	width: 960px;
	padding: 23px 20px 50px 30px;
	overflow: hidden;
}

p{
	
}
.clearer{
	float: none;
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


a{
	color: #000;
}
a:hover{
	color: #000;
}

h1,h2,h3,h4,h5{
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

/*STRUCTURE*/

#header{
	height: 100px;
	border: 1px dotted #888B9C;
	border-left: none;
	border-right: none;
	position: relative;
	margin: 0 0 30px 0;
}

#header h1{
	text-indent: -9999px;
	width: 159px;
	height: 33px;
	background: #fff url(../img/ai_h1.png) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 36px;
}
#header h2{
	text-indent: -9999px;
	width: 245px;
	height: 15px;
	background: #fff url(../img/ai_h2.png) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 78px;
}


#menu{
	position: absolute;
	top: -20px;
	right: 0px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
#menu li{
	float: left;
	display: block;
	margin-left: 5px;	
}
#menu li a{
	color: #020202;
	font-size: 11px;
	text-align: center;
	padding: 1px 5px;	
}
#menu li.active a{
	background: #252F47;
	color: #fff;
}

#menu li a:hover{
	background: #DFE0E4;
}
#menu li.active a:hover{
	background: #252F47;
}


#crumbmenu{
	position: absolute;
	top: 80px;
	right: 0px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
#crumbmenu li{
	float: left;
	display: block;
	margin-left: 5px;	
}
#crumbmenu li a{
	color: #020202;
	font-size: 11px;
	text-align: center;
	padding: 1px 5px;	
}
#crumbmenu li.active a{
	font-weight: bold;
}



#sidemenu{
	float: left;
	width: 392px;
	z-index:110;	
	position: absolute;
}

.sidemenu{
	position: absolute;
	top: 10px;
}

.sc_menu_wrapper{
	float: left;
	background: #000;
	width: 370px;
	height: 495px;
	overflow: auto;
	position: relative;
}
.sc_menu_wrapper .loading {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0 auto;
  padding: 10px;
  width: 100px;
  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}

#sidemenu .handle{
	float: right;
	width: 22px;
	height: 56px;
	text-indent: -9999px;
	background: #fff url(../img/handle_work.png) no-repeat;
	
}

.sc_menu{
	width: 371px;
	background: #fff;
}
.sc_menu .item{
	float: left;
	width: 371px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 11px;
	background: #000;	
}
.sc_menu .item img{
	float: left;

}
.sc_menu .item a img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.sc_menu .item a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.sc_menu .item:hover a img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.sc_menu .item .text{
	background: #fff;
	width: 161px;
	height: 75px;
	float: right;
	padding-left: 20px;
}
.sc_menu .item p.title{
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.sc_menu .item p.category{
	color: #40B2B6;
	text-transform: capitalize;
}


#shadow{
	background: #000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	z-index:100;
} 



#content a{
	text-decoration: underline;
	color: #E3433F;
}

#content .overview{
	position: relative;
	top: 0;
	padding: 0;
}

#content .overview li{
	float: left;
	margin: 0 0 40px 0;
	width: 475px;
}
#content .overview li.odd{
	float: left;
	clear: left;
	margin: 0 10px 40px 0;
}
#content .overview li img{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: 475px;
	height: 188px;
}
#content .overview a p{
	color: #000;
	text-decoration: none;
}
#content .overview a{
	color: #000;
	text-decoration: none;
}
#content .overview ul{
	margin: 5px 0;
	float: none;
	list-style-type: circle;
}
#content .overview ul li{
	float: none;
	list-style-position: inside;
	margin: 5px 0;
	padding: 0;
	
}
#content .overview p a, #content .overview ul li a{
	text-decoration: underline;
	color: #E3433F;
}


#logo{
	margin-top: 20px;
}



/*Projects*/

#projects .Print img, #projects .Art img, #projects .Clients img, #projects .Projects img{
	display: block;
	margin: 0 0 10px 0;
}
#projects .Print .description, #projects .Art .description, #projects .Clients .description,  #projects .Projects .description{
	margin: 0 0 10px 0;
}
#projects .Print .mediacontainer, #projects .Art .mediacontainer, #projects .Clients .mediacontainer, #projects .Projects .mediacontainer{
	margin: 0 10px 10px 0;
}

#projects .Internet .description, #projects .Motion .description{
	float: left;
}
#projects .Internet img, #projects .Motion img{
	float: left;
	margin: 0 10px 10px 0;	
}
#projects .Internet .mediacontainer, #projects .Motion .mediacontainer{
	float:left;
	margin: 0 10px 10px 0;
}

/*Elements*/

.introtekst{
	width: 85%;
	margin-bottom: 20px;
}

.quart{
	width: 470px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}


.fullwidth{
	float: none;
	clear: both;
	margin-bottom: 10px;
}
.fullwidth .leftside{
	float: left;
	width: 190px;
	height: 200px;
	background: transparent url(../img/img_shadow.png) bottom right no-repeat;
	margin-bottom: 10px;	
}
.fullwidth .rightside{
	float: left;
	width: 570px;
	margin-left: 20px;	
}

.quart .imgcontainer, .fullwidth .imgcontainer{
	width: 185px;
/*	height: 138px;*/
	height: 185px;
	float: left;
	background: #fff;
	overflow: hidden;
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;
	position:relative;	
}

.quart .imgcontainer .centertrick, .fullwidth .imgcontainer .centertrick{
	width: 235px;
	height: 235px;
	line-height: 231px;
	margin-left: -25px;
	margin-top: -25px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.quart .imgcontainer .centertrick img, .fullwidth .imgcontainer .centertrick img{
	vertical-align: middle;	
	text-align: center;	
}

.fullwidth .liveblock img{
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;
	padding-bottom: 10px;
}

.fullwidth .live{
	float: none;
	clear: both;
}

.shadow{
	background: transparent url(../img/img_shadow.png) bottom right no-repeat;
	display: inline;
	padding-bottom: 5px;
	float: left;
}

.mright{
	margin-right: 20px;
}

#map_canvas{
	width: 450px;
	height: 300px;
	position: absolute;
	right: 0;
	border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radus: 3px;	
}

