@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:12px;
}

/*** =p ***/
p {	margin-bottom:1em;
}

.right_align {text-align:right;}

.citat {font-style:italic;}
/** =pre **/
pre {font-family:Trebuchet MS, Tahoma, Arial;
	margin-bottom:1em;
}

/*******  =hx ************/

#banner_main h1 {
	font-size:24px;
	padding-top:0.3em;
}

#banner_main h2 {
	font-size:10px;
	font-weight:normal;
	padding-top:1em;
}

#content_main h1 {
	font-size:12px;
	font-style:bold
}
.projekt h1, .case h1 {
	font-size:12px;
}

.projekt h2, .case h2 {
	font-size:8px;
	font-style:italic;
}


/********** =div   *************/

#container_main {
	margin:50px 0 0 90px;
}

#banner_main {
	/*background-color:#009999;*/
	width:560px;
	height:200px;
	overflow:auto;
	background-image:url(../images/layout/visitbeat.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
}

#navbar_main {
	margin-top:50px; 
}

#content_main {
	width:400px;
}

.projekt {
	margin-bottom:1em;
}

/*********  =a *********/

a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#FF0000; text-decoration:underline;}

.projekt p a:link {color:#000000; text-decoration:underline; font-style:italic;}
.projekt p a:visited {color:#000000; text-decoration:underline;
font-style:italic;}
.projekt p a:hover {color:#000000; text-decoration:underline;
font-style:italic;}
.projekt p a:active {color:#FF0000; text-decoration:underline;
font-style:italic;}

/************ =li **************/

li {list-style:none;}

#navbar_main ul li {
	display: inline;
	/*margin-right: 0.1em; padding-right: 0.1em;*/
}

#nav_meny {
	font-weight:bold;
}

/**  =span  **/
.bold {font-weight:bold}
