/* alle billeder i photoshop sættes ned til 72 procent eller fra 208 bred til 150 bred*/

body {
	width: 500px;
	margin: 0;
	padding: 0;
	color: #a1101e;
	background-color: #fff;
	background-image: url(pictures/all/bg_right.jpg);
	background-position: 850px;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#bg_left {
	background-image: url(pictures/all/bg_left_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 360px;
	z-index: 2;
}


/* Overskrift
----------------------------------------------- */

#overskrift {
	position: relative;
	left: 10px;
	width: 810px;
}

#overskrift h1 {
	width: 800px;
	height: 0px;
	margin: 20px 0 0;
	/* background-image: url(pictures/all/bg_top.jpg); */
}

#overskrift h1 span {
	display: none;
}


/* Txt right column
--------------------------------------*/
#txt_right {
	position: absolute;
	left: 400px;
	top: 130px;
	width: 400px;
	text-align: left;
}

#txt_right p {
	font-weight: normal;
	color: #a1101e;
	margin: 0 0em 0em;
}

#txt_right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a1101e;
	margin-bottom: 2px;
	text-align: left;
}

#txt_right p span {
	font-weight: bold;
	color: #a1101e;
}

#txt_right ol {
	color: #a1101e;
	margin-left: -10px;
}

#txt_right code {
	color: #333333;
}

#txt_right a:link, #txt_right a:visited {
	color: #0066CC;
	font-weight: normal;
	text-decoration: underline;
}


/* Navigation links on the left
---------------------------------------*/

#navigation {
	position: relative;
	left: 10px;
	top: 0px;
	width: 345px;
	text-align: left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #a1101e;
	border-right: 10px solid #ffc3c9;
	background-color: #ffc3c9;
	color: #a1101e;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	border-left: 12px solid #a1101e;
	border-right: 10px solid #a1101e;
	background-color: #a1101e;
	color: #ffc3c9;
}



/* Links top right
---------------------------------------*/

#link_illustrator, #link_photoshop, #link_flash, #link_indesign {
	position: absolute;
	top: 45px;
	width: 41px;
	height: 40px;
	color: inherit;
	background-color: #a1101e;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
}

#link_illustrator {
	left: 900px;
	background-image: url(pictures/all/p_illu.jpg);
}

#link_photoshop {
	left: 958px;
	background-image: url(pictures/all/p_psd.jpg);
}

#link_indesign {
	left: 1016px;
	background-image: url(pictures/all/p_ind.jpg);
}

#link_flash {
	left: 1074px;
	background-image: url(pictures/all/p_flash.jpg);
}



/* Txt links column
--------------------------------------*/

#txt_links {
	position: absolute;
	left: 900px;
	top: 122px;
	width: 220px;
	text-align: justify;
}

#txt_links h3 {
	font-size: 12px;
	display: block;
	padding: 0.2em 0 0.2em 0.5em;
	border: 2px solid #FFFFFF;
	background-color: #ffc3c9;
	color: #a1101e;
	font-weight: bold;
}

#txt_links p {
	margin: 0 0em 0em;
}

#txt_links li a:link, a:visited{
	color: #ffc3c9;
	font-weight: bold;
	text-decoration: none;
}

#txt_links li a:hover {
	color: #FFFFFF;
}

#txt_links ul {
	list-style: none;
	padding-left: 0;
}


/* Table
--------------------------------------*/

.datatable {
	border-collapse:collapse;
	width: 100%;
}

.datatable td {
	background-color: #FFFFFF;
	padding: 0.3em;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1101e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1101e;
}

.datatable td.bd, td em {
	color: #a1101e;
	font-weight: normal;
}

.datatable th {
	padding-left: 0.3em;
	color: #FFFFFF;
}

.datatable th.val_1 {
	width: 30%;
}
