/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/

#content a img {
	border: none;
}

body {
background: #f8e7b6;}
/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {
}

/* Wraps the user definable content. */
#wrap, #wrap td {
	/*font: 14px LucidaGrande, Lucida, Helvetica, Arial, sans-serif;*/
	font: 14px Helvetica, Ariel, sans-serif;
}

#wrap {
	position: relative;
	width: 49em;
	margin: 2em;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	padding: 10px;
	-webkit-box-shadow:  5px 7px 10px rgba(0,0,0,.7);
	-moz-box-shadow:  5px 7px 10px rgba(0,0,0,.7);
	box-shadow: 0 0px 5px rgba(0,0,0,.1); 
	padding-top: 0;
	line-height: 1.2em;
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	position: relative;
	width: 100%;
}

#header a {
	text-decoration: none; 
}

#header p {
	margin: 0;
	padding: 0;
}

.horizontal ul {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li {
    	display:inline;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 5px;
    	margin:0;
}

.horizontal ul li ul {
    	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li ul li {
    	margin:0;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#huvudmeny { 
	text-align: center; 
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
	padding-top: 0.5em;
	//padding-top: 0.2em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
	font-style: normal;
	background-color: #f8e7b6;
	clear: both;
	
}

#huvudmeny a {
	color: black;

	border: 0.1em solid white;
	border-left: 0;
	background-color: #f4cd5c;

	padding: 0.5em 2em;
	-webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.7);
	box-shadow: 0 0px 5px rgba(0,0,0,.1); 
	text-decoration: none;
}

#huvudmeny .first a {
	border-left: 1px solid white;
	
}

#huvudmeny a:hover, #huvudmeny a.current, #huvudmeny a.current_group { 
		background-color: #f8e7b6;
		-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,.7);
	box-shadow: 0 0px 10px rgba(0,0,0,.1); 
}

#huvudmeny a:hover {
		background-color: #f8e7b6;

}


#menu {
	position: absolute;
	top: -42px;
	*top: -25px;
	right:0px;
	display: block;
}

#menu a {
	font-size: 0.8em;
	margin-left: 0.3em;
	color: black;
	border: 0.1em solid white;
	padding: 0.1em 0.2em;
	text-decoration: none;
}


#huvudmeny .first a {
	border-left: 1px solid white;
	
}

#menu a.current, #menu a.current_group { 
		background-color: #f8e7b6;
	
}

#menu a:hover {
		background-color: #ffefbd;

}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	border: 1px dotted grey;
	background-color: #ebebeb;	
	margin: 0.8em;
	margin-top: 0.9em;
	padding: 0.3em;
	padding-bottom: 0.9em;
	float: right;
	width: 20%;
}

#sidebar p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* The default subMenu div contained in the sidebar div.
   The div id can be changed by the user. */
#submenu {
	padding-top: 0.5em;
}

.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 {
	margin-left: 0.7em;
}

#submenu a {
	color: black;
	display: block;
	padding: 0.2em 0.5em 0.3em 0.2em;
	margin: 0;
	border-bottom: 1px solid black;
	padding-left: 0.6em;
	text-indent: 2px;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: none;
}

#submenu a:hover {
		background-color: white;
}

#submenu a.group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/3/wa/image?id=basic_group.gif&key=css');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current_group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/3/wa/image?id=basic_current_group.gif&key=css');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current { 
	background-color: white;
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {

}

/* Wraps the page specific content. */

#content {
	float: left;
	width: 56em;
	padding: 0em 0em 0.5em 1em;
	margin: 0;
		font-size: 12px;

	
}

#content p {
	clear: none;
	margin: 0;
	margin-top: 1em;
}

b{
	color: black;
}

#content address {
	padding: 10px 25px 10px 20px;
	margin: 0;
	background: url('/cgi-bin/WebObjects/helppages.woa/1/wa/image?id=dropshell2_quote.gif&key=css') 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, #content h5 {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#content h1 {
    font-size: 1.4em;
}

#content h2 {
    font-size: 1.2em;
    clear: both;
}

#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 {
	clear: both;
	margin-top: 1em;
	text-align: center;
	font: 0.7em verdana, sans-serif;
	padding: 0.6em;
	border-top: 2px solid #f4cd5c;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* 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;
}

body {
	margin: 0;
	padding: 0;
}

img{
}

#content .centrerad img{
	margin: 0;
	margin-left: 4px;
	margin-top: 4px;

}

#content  img{
	margin: 0;
	margin-left: 10px;
	margin-top: 0px;

}

.caption_float_left, .caption_float_right, .caption_no_float {
	font-size: 0.8em;
	margin: 0;
	clear: none;
	text-align: center;
		

}

.caption_float_left img{
padding-bottom: 0.5em;
}



.caption_float_right {
	border: none;
	clear: none;
}



.caption_float_left {
	border: none;
	clear: none;
}

.img_float_right  {
	clear: none;
}


.img_float_left  {
	border: none;
	clear: none;
}

/*table-public-classes: inbjudan, pristabell*/

/*p-public-classes: centrerad*/
/*div-public-classes: bilder_utomhus, youtube_startsidan*/

.inbjudan {
	float: right;
	width: 21.5em;
	clear: right;
	margin-top: 4px;
}

.pristabell {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 13px;
}

.pristabell tbody tr td{
	padding: 0.5em;
}

.pristabell .col2{
	text-align: center;
}

.pristabell .col3{
	text-align: center;
}

.pristabell .row1{
	background: #f6de97;
}

.pristabell .row2{
	background: #fbefca;
}

.pristabell .row4{
	background: #fbefca;
}

.pristabell .row6{
	background: #fbefca;
}

.pristabell .row8{
	background: #fbefca;
}

.pristabell .row10{
	background: #fbefca;
}

.pristabell .row3{
	background: #fdf5df;
}

.pristabell .row5{
	background: #fdf5df;
}

.pristabell .row9{
	background: #fdf5df;
}

.pristabell .row7{
	background: #fdf5df;
}

.pristabell .row11{
	background: #fdf5df;
}

.inbjudan td {
	padding: 0.1em 0.3em;
	font-size: 1em !important;
}

.inbjudan .col1 {
	font-weight: bold !important;
	width: 45%;
}

.inbjudan .row1 {
background: #f6de97;}

.inbjudan .row2 {
background: #fbefca;}

.inbjudan .row4 {
background: #fbefca;}

.inbjudan .row6 {
background: #fbefca;}

.inbjudan .row8 {
background: #fbefca;}

.inbjudan .row10 {
background: #fbefca;}

.inbjudan .row3 {
background: #fdf5df;}

.inbjudan .row5 {
background: #fdf5df;}

.inbjudan .row7 {
background: #fdf5df;}

.inbjudan .row9 {
background: #fdf5df;}

.inbjudan .row11 {
background: #fdf5df;}

.centrerad{
	text-align: center;
}

#TOLoginDiv{
	margin-top: 11em;
}

.priser {
	
}


.bilder_utomhus .caption_float_left img {
	width: 250px !important;
	height: 180px !important;

}

.bilder_utomhus .caption_float_left {
	margin-left: 1.7em;
}


.youtube_startsidan {
	position: absolute;
	left: 365px;
	bottom:55px;
}

.edit_mode .youtube_startsidan {
	position: inherit;
}

.youtube_startsidan h3{
	font-size: 13px !important;
	margin-bottom: 0.3em;
}
