
* {
	margin:0;
	border:0;
	padding:0;
}

html, body {
	background:#f7f6f5;
	color:#333;
	font:normal 12px arial,verdana,helvetica,sans-serif;
	/*background: url(../img/css-gradient.gif) 0% 0% repeat-y;*/
	width: 1040px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  /*margin: 20px 30px 0 0;
  padding: 0;*/
  color: #333;
  font-weight:normal;
}
h1 {
	font-size: 1.9em;
	line-height: 1.2;
}
h2 {
	font-size: 22px;
	line-height: 1.3;
}
h3 {
	margin-top: 20px;
	font-size: 15px;
	font-weight:bold;
}
h4 {
	margin-top: 0;
	font-size: 14px;
	font-weight:bold;
}

/* links */
a, a:link, a:visited {
	color: #c90016;
	text-decoration: none;
}

a, a:hover {
	text-decoration:underline;
}




/* ----- layout ----- */ 
#wrap {
	width:1040px;	
	min-width:1040px;
	min-height: 500px;
	margin: 0 auto;
	
	background: url(../img/css-gradient.gif) 0% 0% repeat-y #d1d1d1;
}

#left {
	float:left;
	width:268px;
	margin:2em 0;
	/*padding:4em 0;*/
	text-align:center;
}

#logo {
	margin:0 auto; 
	width:186px;
	float:right;
}

#nav {
	width:186px; 
	float:right;
	margin:4px auto; 
	font:normal 14px arial,verdana,helvetica,sans-serif;
	color: #6c6c6c;
	text-align:left;
}
#content {
	float:left;
	width: 730px;
	margin-left:40px;
	margin-right:0px;
	margin-top:2em;
	margin-bottom:1em;
}



/* NAV */
#nav ul {
	list-style-type:none;
}

#nav li {
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a5a5a5;
	position: relative;
	
	background-color: transparent;
	background-image: url(../img/menu_pil.gif);
	background-repeat: no-repeat;
	background-position: right 7px;	
}

#nav li.selected {
	font-weight: bold;
	color: #333;
	background-image:none;
}

#nav a {
	color: #6c6c6c;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #c90016;
}


/* CONTENT */
#content #text{
	float:left ;
	width: 424px;
	margin:10px auto;
}
#content #puffar{
	float:right;
	width: 196px;
	margin-top:10px;
	margin-left:30px;
	margin-right:80px;
}

#content #textbidrag{
	float:left ;
	width: 640px;
	margin:10px auto;
}

#content p.ingress { 
	margin: 0 0 1em; padding: 0;
	font-weight: bold;
	color: #555;
}

#content p { 
	margin-bottom: 12px; 
}

#content #newsItem{
	float:none;
	margin-top:12px;
	border-top:1px solid #a5a5a5;
	padding-top: 12px;
	/*padding-bottom: 12px;*/
}

#content #newsItem{
	float:none;
	margin-top:12px;
	border-top:1px solid #a5a5a5;
	padding-top: 12px;
	/*padding-bottom: 12px;*/
}

#content #newsItem h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 10px;
	color: #333;
	font-size: 15px;
	font-weight:bold;
}



/* the table style */
#content .schema table {
	/*table-layout: fixed;
	width: 419px;
	margin-left: 1px;
	border-collapse: collapse;*/
	font-size: 100%;
}

#content .schema th {
	padding: 5px 3px;
	text-align: left;
	overflow: hidden;
	font-size: 100%;
}
#content .schema td {
	font-size: 100%;
	padding: 6px;
	border: 1px solid #a5a5a5;
	overflow: hidden;
	line-height: 1.2;
	vertical-align:top;
}




/* the table style */
#content .hotel table {
	/*table-layout: fixed;
	width: 419px;
	margin-left: 1px;
	border-collapse: collapse;*/
	font-size: 100%;
}

#content .hotel td {
	font-size: 100%;
	padding: 0px;
	border: none;
	line-height: 1.2;
	vertical-align:top;
}


#content ul {
	margin-top: 0;
	list-style-type:none;
}

#content li {
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	background-color: transparent;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 14px;
}


/* the table style SCHEMA*/
#content table {
	/*table-layout: fixed;
	width: 419px;
	margin-left: 1px;
	border-collapse: collapse;*/
	font-size: 100%;
}
#content caption {
	font-weight: bold;
	font-size: 110%;
	padding: 11px 0 0;
	color: #333;
}
#content th {
	padding: 5px 3px;
	text-align: left;
	overflow: hidden;
	font-size: 100%;
}
#content td {
	font-size: 100%;
	padding: 4px;
	/*border: 1px solid #ddd;*/
	overflow: hidden;
	line-height: 1.2;
	vertical-align:top;
}


p.leftKeynote { /* for left aligned images used in articles */
	float: left;
	font-size: 0.8em;
	text-align: left;
	margin: 0;
	padding: 0;
	max-width: 400px;
}
p.leftKeynote img {
	display: block;
	margin: 0;
	padding: 4px 14px 2px 0;
}


p.left { /* for left aligned images used in articles */
	float: left;
	font-size: 0.8em;
	text-align: left;
	margin: 0;
	padding: 0;
	max-width: 400px;
}
p.left img {
	display: block;
	margin: 0;
	padding: 4px 14px 20px 0;
}

a.left {
	float:left;
	margin-right: 10px;
}
p.left:after {
	content: ".";
	display:none;
	clear:left;
}

#footer {
	float:inherit;
	width: 1040px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0;
}

