/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/

body {
	margin:0;
	padding: 0;
	background: rgb(248, 244, 232) url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_bodybg.jpg&key=css.drop') repeat-x;
	background-position: left 0px;

}

/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {

}

/* Wraps the user definable content. */
#wrap, #wrap td {
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	color: #443333;
}

/*#topBackground {
	height: 30px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_menubar.jpg&key=css.drop');
}*/

#wrap {
	display: block;
	margin: 0;
	padding: 0;
	width: 920px;
}

* html #wrap {
	padding-right: 60px;
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	width: 100%;
}

#header a {
	text-decoration: none; 
}

#header p {
	margin: 0;
	padding: 0;
}

.horizontal {

	display:block;
	margin:0;
	padding:0;
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu { 
	display: block;
	padding: 0;
	margin:0;
	height: 30px;
}

#menu ul {
	display: block;

	margin: 0;
	padding: 0;
	padding-left: 64px;
	padding-bottom: 1px;
	text-align: left;

}

#menu ul li {
	display: block;
	float:left;
	width: 200px;
	margin:0;
	padding: 0;
}

#menu a {
	display: block;
	text-transform: uppercase;
	font-family: "Arial Black", Helvetica, sans-serif;
	height: 28px;
	font-size: 1.4em;
	font-weight: bolder;
	padding-top: 2px;
	letter-spacing: 0;
	text-shadow: red;
	text-align: center;
	color: #d0cac0;
}

#menu a:hover, #menu a.current, #menu a.current_group { 
	color: #f8f4e8;
	border: none;
	border-left: 2px solid #f8f4e8;
	border-right: 2px solid #f8f4e8;
}

#menu a:hover {
	/*border-bottom: 0.5em solid black;*/
}

/*#menu a.first { 
	background:#c8c9ca url('css_img/leftcap.gif') no-repeat; 
	background-position:left top; 
}

#menu a.last { 
	background:#c8c9ca url('css_img/rightcap.gif') no-repeat; 
	background-position: right top; 
}

#menu a.first:hover { 
	background:#a6a9ab url('css_img/leftcap.gif') no-repeat; 
	background-position:left bottom; 
}

#menu a.last:hover { 
	background:#a6a9ab url('css_img/rightcap.gif') no-repeat; 
	background-position: right bottom; 
}
*/


/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	position: absolute;
	top: 10px;
	left: 745px;

	clear: none;	
	display: block;

	background-image:url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_dropbig.gif&key=css.drop');
	background-position: center 0px;
	background-repeat: no-repeat;
	
	width: 200px;
	min-height: 60px;
	overflow: visible;
	
	margin-top: 60px;
	padding: 0;
	padding-top: 85px;
}

#sidebar p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* The default subMenu div contaained in the sidebar div.
   The div id can be changed by the user. */
   
#submenu ul {
	display: block;
	width: 100%;
	height: 100%;
	
	background-image:url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_horsep.gif&key=css.drop');
	background-position: center top;
	background-repeat: no-repeat;
	
	padding-top: 1em;
	padding-left: 10px;
}

#submenu ul li a {
	color: #085159;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	white-space: nowrap;
        text-decoration: none;
}


#submenu a:hover, #submenu a.current, #submenu a.current_group {
	color: black;
	text-decoration: underline;
	border: none;
}

*/
/*
.vertical a {
	text-decoration: none;
}

.vertical a:hover {
	text-decoration: underline;
	color: gray;
}

.vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical ul ul {
	float:left;
	margin-left: 0.7em;
}

.vertical {
	font: 0.9em Helvetica, Arial, Verdana, sans-serif;
}
*/


/*
#submenu a:hover {
	background-color: #6f2146;
	color: #ddd;
}

#submenu a.group { 
	background-image: url('group.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current_group, #submenu a.current, #submenu a.current_group { 
	background-image: url('arrow_sel.gif');
	background-color: #d25e24;
}
*/
/* Wraps the page specific content including parts of the admin interface. */
#content_admin {

}

/* Wraps the page specific content. */
#splash_content {
	/*width: 40em;
	padding: 1em 1em 1em 0;
	padding-left: 2em;
	margin-left: 10em;*/
}

#splash_content a {
}

/* Wraps the page specific content. */
#content {
	float:left;
        overflow: hidden;
	width: 650px;
	margin-top: 60px;
	padding-left: 64px;
	padding-right: 40px;
	padding-bottom: 40px;
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_sep.gif&key=css.drop');
	background-repeat: repeat-y;
	background-position: right top;
}

#content p {
	font-family: georgia,'times new roman',serif;
	font-size: 14px;
	color: #4f4141;
	clear: both;
}

#content a:link, #content a:visited {
	color: #085159;
	text-decoration: underline;
}

#content a:hover {
	color: #081119;
}

#content address {
	padding: 10px 25px 10px 20px;
	margin: 0;
	background: url('css_img/quote.gif') no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	font-size: 0.9em;
	vertical-align: center;
	color: #757575;
	clear: both;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: "Arial Black";
	font-family: georgia,'times new roman',serif;
	color: #085159;
}

#content h1 { 
	font-size: 2.4em; 
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
}
#content h2 { font-size: 1.3em; }
#content h3 { font-size: 1.2em; }
#content h4 { font-size: 1.1em; }
#content h5 { font-size: 1.0em; }

#content table {
	margin-left: 0.5em;
}

#content table td {
	font-size: 0.8em;
	padding: 0.2em 0.4em;
}

/* The default footer div. 
   The div id can be changed by the user. */
#footer {
	display: block;
	clear: both;
	
	width: 920px;
	height: 40px;
	
	padding-left: 64px;
	padding-right: 40px;
	overflow: hidden;
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=dropnewest1_footer.jpg&key=css.drop');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 65px;
	color: #a3a2a0;
	font-weight: bold;
	text-align: left;
}

#footer img {
	display: none;
}

/* The login link. */
#login {
	position:fixed;
	top: 6px;
	right:2px;
	font: 10px verdana, sans-serif;
}

#login a {
	color: white;
	background-color: gray;
	text-decoration: none;
	border: 2px outset;
	margin: 0;
	padding: 0.1em;
}

#login a:hover {
	background-color: lightgray;
}

#content img {
	margin-bottom: 3px;
}

.caption_float_left, .caption_float_right, .caption_no_float {
	font-size: 0.8em;
	background-color: transparent;
}

.caption_float_right {
	border: none;
}

.caption_float_left {
	border: none;
}

.img_float_right  {
	border: none;
}

.img_float_left  {
	border: none;
}

.inbjudan td {
	padding: 0.1em 0.3em;
	font-size: 1em !important;
}

.inbjudan .col1 {
	font-weight: bold !important;
}


