@import url("reset.css");

/* 
	author: jonas@artopod.se

	colors
	light blue 		#7ac4eb
	light yellow 	#e3b217
	dark yellow		#9d772c
	
*/

/* !Typography		------------------------------------------------ */

body {
	font: 75%/1.5em arial, sans-serif;
	color: #fff;
}

input, select, textarea {
	font: 100% arial, sans-serif;
}

/* links */

a { 
	background: transparent;
}

a:link {
	color: #fff;
}

a:visited { 
	color: #fff;
}

a:hover, a:visited:hover, a:active { 
	color: #7ac4eb;
}

/* headers */

h1 {
	margin: 0 0 1em;
	font-size: 2em;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0 0 0.6em;
	font-size: 1.6em;
}

h3 {
	margin: 2em 0 0.7em;
	font-size: 1.3em;
	color: #7ac4eb;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
}

h5 {
	margin: 0 0 1em;
	font-size: 1em;
}

/* text */

p { 
	margin: 0 0 1em;
}

ul, ol {
	margin: 0 0 1em 16px;
}

.link {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

a.pdf {
	background: #22487b url(../img/doc.png) no-repeat 8px 50%;
	padding: 3px 15px 3px 25px;
	text-decoration: none;
	font-size: 1.1em;
}

a.pdf:hover  {
	background: #7ac4eb url(../img/doc.png) no-repeat 8px 50%;
	color: #fff;
}

/* !Layout			------------------------------------------------ */

body {
	background: #183b6c url(../img/bgbg.jpg) repeat-x;
}

#logo {
	position: absolute;
	left: -1px;
	top: 40px;
}

#dipolar { 
	position: relative;
	width: 100%;
	min-height: 500px;
	background: url(../img/bg.jpg) no-repeat 50% 0;  
}

#content { 
	position: relative;
	width: 940px; 
	margin: 0 auto;
	padding: 30px 0 20px;
	text-align: left;
	-moz-opacity: 0.99;
	text-shadow: #111 0 0 1px;
}

#area {
	position: relative;
	background: url(../img/hr.gif) no-repeat;
	margin: 40px 0 20px;
	padding: 24px 0;
}

.txt {
	width: 440px;
}

.txt3 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

.txt3b {
	float: left;
	width: 290px;
}

.wider {
	width: 460px;
}

/* !Menu			------------------------------------------------ */

#menu {
	position: relative;
	left: 460px;
	top: 30px;
	width: 480px;
	font-size: 0.9em;
}

#menu ul {
	float: left;
	width: 140px;
	margin-left: 20px;
	border-top: 2px solid #7ac4eb;
}

#menu h2 {
	display: block;
	position: relative;
	width: 140px;
	height: 19px;
	overflow: hidden;
}

#menu h2 img {
	position: absolute;
	top: 0;
	left: 0;
}

#menu li strong a {
	color: #e3b217;
}

#menu ul.current {
	border-top: 2px solid #9d772c;
}

#menu ul.current h2 img {
	top: -20px;
}

#menu a {
	text-decoration: none;
}

/* !Start			------------------------------------------------ */

h1 {
	width: 450px;
}

#startimg {
	position: absolute;
	top: 20px;
	right: -4px;
	width: 460px;
	height: 333px;
	padding: 4px;
	background: url(../img/startimg_bg.png) no-repeat;
}

#startimg .frame {
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0.3;
	filter:alpha(opacity=0.3);
	-moz-opacity: 0.3;
}

#startimg .frame:hover {
	opacity: 0.6;
	filter:alpha(opacity=0.6);
	-moz-opacity: 0.6;
}

#news {
	position: absolute;
	top: 238px;
	left: 0;
	margin: 0;
}

#news li {
	float: left;
	width: 160px;
	height: 120px;
	background: url(../img/news_bg.gif) no-repeat;
}

#news a {
	color: #7ac4eb;
}

#news .date {
	display: block;
	font-size: 1.1em;
	color: #7ac4eb;
	padding: 8px 10px 2px;
}

#news a.headline {
	display: block;
	font-weight: bold;
	padding: 0 25px 2px 10px;
}

#news a:hover {
	color: #fff;
}

/* !Case			------------------------------------------------ */

.case {
	margin: 0 -4px;
	width: 960px;
}

.case li {
	float: left;
	width: 240px;
}

#caseimg {
	position: absolute;
	top: 20px;
	right: -4px;
	width: 460px;
	height: 333px;
	padding: 4px;
	background: url(../img/caseimg_bg.png) no-repeat;
}

#caseimg .frame {
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0.3;
	filter:alpha(opacity=0.3);
	-moz-opacity: 0.3;
}

#casenav {
	position: absolute;
	top: 320px;
	right: -4px;
}

#casenav li {
	float: left;
	width: 100px;
	height: 46px;
	padding: 4px 5px;
	background: url(../img/casenav_bg.png) no-repeat 0 0;
}

#casenav li a img {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

#casenav li a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

#casenav li.current a img {

}


/* !News			------------------------------------------------ */

.newsitem {
	width: 280px;
	min-height: 200px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 0;
	zoom: 1;
	*display: inline;
	_height: 200px;
}

.newsitem .date {
	font-size: 0.8em;
	color: #428fb7;
	margin: -10px 0 0;
}
