@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#333333;
	background:#FFFFFF;
}

/* #container
---------------------------------------- */
#container {
	width:920px;
	padding:0 20px;
	background:url(../bilder_losning/bgcontainer.jpg) repeat-y #FFF;
}

/* #header
---------------------------------------- */
#header {
	width:920px;
	height:40px;
	overflow:hidden;
	background:url(../gfx/bgtop.gif) no-repeat;
}

/* #left
---------------------------------------- */
#left {
	width:185px;
	float:left;
}
/* #left .top_logo
---------------------------------------- */
#left .top_logo {
	width:156px;
	height:28px;
	margin:13px 18px 55px 11px;
	overflow:hidden;
	background: url(../gfx/cosl_logo.jpg) no-repeat;
}
/* #left .left_menu
----------------------------------------
****        Se i leftmenu.css       ****
----------------------------------------
 */

/* #right
---------------------------------------- */
#right {
	width:688px;
	padding-left:47px;
	float:left;
}
/* #right #top_container
---------------------------------------- */
#right #top_container {
	width:688px;
	height:241px;
	overflow:hidden;
}
/* #right #top_container #random_pictures
---------------------------------------- */
#right #top_container #random_pictures {
	width:688px;
	height:199px;
	overflow:hidden;
}
/* #right #top_container #search
---------------------------------------- */
#right #top_container #search {
	width:688px;
	height:42px;
	overflow:hidden;
	background:url(../gfx/searchbg.jpg) no-repeat;
	padding:21px 10px 0 0;
}
#right #top_container #search .searchinput {
	background:#E0ECF7;
	border:1px solid #0067AC;
	color:#0067AC;
	height:14px;
	vertical-align:middle;
	width:261px;
	font-size:11px;
}
#right #top_container #search .searchbutton {
	border:none;
	width:16px;
	height:18px;
	overflow:hidden;
	vertical-align: middle;
}
/* #right #mainContent
---------------------------------------- */
#right #mainContent {
	width:688px;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-top:15px;
}

/* #footer
---------------------------------------- */
#footer {
	width:900px;
	height:20px;
	padding:0 10px;
	background:#E8F3F9;
	margin:10px 0 0 0;
	clear:left;
}
/* #footer .adresse
---------------------------------------- */
#footer .adresse {
	line-height:20px;
	color:#000;
	text-align:left;
	font-size:10px;
}
#footer .adresse p {
	padding:0;
	margin:0;
}
#footer .adresse a:link { color: #666666; text-decoration:none; }
#footer .adresse a:visited { color:#666666; text-decoration:none; }
#footer .adresse a:hover { color: #033576; text-decoration: underline; }
#footer .adresse a:active { color:#033576; text-decoration:none; }


/* Powered by I-Tools */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	width:940px;
	text-align:right;
	padding:5px 0;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }
