/* COLOURS
Flat areas:
Magenta:	#cc3377
Green1:		#66aa33
Green2:		#77bb44
Green3:		#99bb44
Fonts:
Black:		#111111
Dark Grey:	#444444 (main text)
Light Grey:	#777777
Green:		#77bb44
Additions:
(Grey lines: #dddddd)
(Lighter grey text: #999999)
*/

body
{
	margin: 0;
	padding: 0;
	background: #e9e9e9;
	line-height: 1.3em;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* * * * * * * * * * * * */
/* ITEMS FOR ALL COLUMNS */
/* * * * * * * * * * * * */
a, a.linkClass
{
	color: #66aa33;
	text-decoration: none;
}
a:visited, .linkClass
{
	color: #9955cc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #cc3377;
	text-decoration: underline;
}
a img
{
	border: 0;
}
.clearer
{
	clear: both;
}
div.ItemsSeperator
{
	clear: both;
	padding-top: 18px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 18px;
}
div.ItemsSeperatorNoLine
{
	clear: both;
	height: 15px;
}
.ColumnRight hr, .ColumnLeft hr, .Column462 hr
{
	line-height: 1px;
	display: block;
	clear: both;
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	margin: 15px 0 15px 0;
	padding: 0;
}
hr.NoMarginBottom
{
	margin: 15px 0 0 0;
}

.Date
{
	color: #66aa33;
}
a.GreenButton
{
	display: block;
	clear: both;
	float: left;
	height: 19px;
	padding: 0 8px 0 8px;
	text-decoration: none;
	line-height: 1.9em;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #77bb44;
}
small
{
	/*font-size: 0.9em;*/
	font-size: 11px;
	line-height: 1.3em;
}

/* * * * * * * * * * * * */
/* MAIN BUILDING BLOCKS  */
/* * * * * * * * * * * * */
#PageWrap
{
	width: 932px;
	padding: 0 24px 0 24px;
	margin: 0 auto;
	background-color: #fff;
}
#Header
{
	width: 932px;
	height: 86px;
	overflow: hidden;
	margin-bottom: 18px;
}
.ColumnLeft
{
	width: 209px;
	float: left;
}
.Column462
{
	float: left;
	width: 462px;
	padding: 0 20px 0 20px;
}
.Column462Full
{
	float: left;
	width: 462px;
}
.Column462Left
{
	width: 221px;
	float: left;
}
.Column462Right
{
	width: 221px;
	float: right;
}
.ColumnRight
{
	width: 221px;
	float: right;
}
/* * * * * * * * * * * * */
/* SEARCH BOX			 */
/* * * * * * * * * * * * */
#Header .SearchBox
{
	position: absolute;
	right: 0px;
	top: 43px;
}
.ColumnRight .SearchBox
{
	margin-top: 15px;
}
#Header .SearchBox, .ColumnRight .SearchBox
{
	width: 219px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}
#Header .SearchBox input.Text, .ColumnRight .SearchBox input.Text
{
	float: left;
	width: 130px;
	height: 17px;
	padding: 3px 0 0 8px;
	border: none;
	background: none;
	font-size: 0.8em;
	color: #444444;
}
#Header .SearchBox input.Button, .ColumnRight .SearchBox input.Button
{
	float: right;
	height: 20px;
	margin: 0;
	border: 0;
	padding: 1px 5px 2px 5px;
	background: transparent url(/vinnova_templates/images/SearchBtnBg.png) repeat-x center center;
	font-size: 0.8em;
	color: #444444;
	cursor: pointer;
}

/* * * * * * * * * * * * */
/* HEADER				 */
/* * * * * * * * * * * * */
#Header #Logo
{
	float: left;
	position: relative;
	width: 118px; /*width:214px; (This width when using the NEW logo - Vinnova.png)*/
	height: 86px;
}
#Header #Logo img
{
	position: absolute;
	bottom: 0;
	right: 0;
}
#Header #LogoSubTitle
{
	float: left;
	position: relative;
	width: 190px;
	height: 86px;
}
#Header #LogoSubTitle p
{
	position: absolute;
	bottom: -2px;
	left: 15px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #444444;
}
#Header #HeaderRightSection
{
	float: right;
	position: relative;
	height: 86px;
	width: 520px;
}
#Header ul#TopLinks
{
	position: absolute;
	bottom: -2px;
	right: 0px;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#Header ul#TopLinks li
{
	display: inline;
}
#Header ul#TopLinks li a
{
	margin-left: 18px;
	font-size: 0.9em;
	color: #666666;
}
/* * * * * * * * */
/* Breadcrumb    */
/* * * * * * * * */
.ess-specialtext .BreadcrumbWrap
{
	margin-bottom: 0;
	width: 100%;
	border: none;
}

.BreadcrumbWrap
{
	clear: both;
	width: 462px;
	height: 29px;
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.Width703
{
	width: 703px;
	padding: 0 0 0 20px;
}

.WidthFull
{
	width:100%;
	padding:0px;
}

.BreadcrumbWrap.Bottom
{
	margin-top: 40px;
}
.BreadcrumbWrap ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.BreadcrumbWrap ul li
{
	padding-right: 5px;
	display: inline;
	line-height: 1.6em;
}
.BreadcrumbWrap ul li a
{
	/*padding-right:5px;*/
	color: #777;
	line-height: 2.4em;
	font-size: 0.9em;
}
.BreadcrumbWrap ul li a.Selected
{
	color: #66aa33;
}
.BreadcrumbWrap .FunctionsLinks a
{
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 7px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.BreadcrumbWrap .FunctionsLinks .Print
{
	background-image: url(/vinnova_templates/images/IconPrint.gif);
}
.BreadcrumbWrap .FunctionsLinks .Link
{
	background-image: url(/vinnova_templates/images/IconLink.gif);
}
.BreadcrumbWrap .FunctionsLinks .Swedish
{
	background-image: url(/vinnova_templates/images/IconSwedish.gif);
}
.BreadcrumbWrap .FunctionsLinks .English
{
	background-image: url(/vinnova_templates/images/IconEnglish.gif);
}




/* * * * * * * * * * * * */
/* Flash Intro 932 wide  */
/* * * * * * * * * * * * */
#FlashIntro932
{
	width: 932px;
}
#FlashIntro932 #FlashContainer
{
	width: 932px;
}
#FlashIntro932 .FlashShowHideLink, #FlashIntro703 .FlashShowHideLink, .FlashShowLink
{
	height: 27px;
	float: right;
	padding: 1px 18px 0 0;
	cursor: pointer;
	color: #111;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	background: transparent url(/vinnova_templates/images/FlashHideArrowUp.gif) no-repeat right 5px;
}

.FlashShowLink
{
	background: transparent url(/vinnova_templates/images/FlashHideArrowDown.gif) no-repeat right 5px;
}
/* * * * * * * * * * * * * * * * */
/* Portal Flash Intro 703 wide   */
/* * * * * * * * * * * * * * * * */
#FlashIntro703
{
	float: left;
	width: 703px;
	padding-left: 20px;
}
#FlashIntro703 #FlashContainer
{
	width: 703px;
	background-color: #ccc;
}

/* * * * * * * * * * * * * * * */
/* LEFT COLUMN NAVIGATION      */
/* * * * * * * * * * * * * * * */
div.StartPageLink a
{
	display: block;
	width: 140px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-bottom: 15px solid #fff;
	height: 25px;
	line-height: 2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/vinnova_templates/images/LeftCGreyButton2Bg.png) no-repeat scroll left top;
}
/* NAV All levels */
.ColumnLeft ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ColumnLeft ul li
{
	float: left;
	clear: both;
}
/* NAV Level 1 */
.ColumnLeft ul li
{
	margin-bottom: 8px;
}
.ColumnLeft ul li a
{
	display: block;
	height: 25px;
	width: 199px;
	padding-left: 10px;
	line-height: 2em;
	color: #333;
	background: transparent url(/vinnova_templates/images/LeftCGreyButtonBg.png) no-repeat top left;
}
.ColumnLeft ul li.UseSpecialMenuColor a
{
	background: transparent url(/vinnova_templates/images/LeftYellowButtonBg.png) no-repeat top left;
}
.ColumnLeft ul li.SelectedIsLevelBelow a, .ColumnLeft ul li.Selected a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/vinnova_templates/images/LeftCGreenButtonBg.png) no-repeat top left;
}
/* NAV Level 2 */
.ColumnLeft ul li.SelectedIsLevelBelow ul
{
	margin-top: 8px;
}
.ColumnLeft ul li.SelectedIsLevelBelow ul li
{
	margin-bottom: 4px;
}
.ColumnLeft ul li.SelectedIsLevelBelow ul li a
{
	width: 194px;
	padding-left: 15px;
	height: auto;
	line-height: 1.1em;
	background: none;
	color: #333;
	font-weight: normal;
}
.ColumnLeft ul li.SelectedIsLevelBelow ul li a:hover
{
	text-decoration: underline;
}
.ColumnLeft ul li ul li.IsLevelBelow a
{
	background: transparent url(/vinnova_templates/images/GreyArrowRight9x9.gif) no-repeat 0 0.1em;
}
.ColumnLeft ul li ul li.Selected a
{
	color: #66aa33;
	font-weight: normal;
	background: none;
}
.ColumnLeft ul li ul li.SelectedIsLevelBelow a
{
	color: #66aa33;
	font-weight: normal;
	background: transparent url(/vinnova_templates/images/GreenArrowDown9x9.gif) no-repeat 0 0.1em;
}
/* NAV Level 3 */
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul
{
	margin-top: 3px;
}
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li a
{
	width: 183px;
	padding-left: 26px;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	background: none;
}
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li.IsLevelBelow a
{
	background: transparent url(/vinnova_templates/images/GreyArrowRight7x7.gif) no-repeat 13px 0.2em;
}
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li.Selected a
{
	color: #66aa33;
}
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow a
{
	color: #66aa33;
	background: transparent url(/vinnova_templates/images/GreenArrowDown7x7.gif) no-repeat 13px 0.2em;
}
/* NAV Level 4 */
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow ul li a
{
	width: 169px;
	padding-left: 40px;
	color: #333;
	font-size: 0.8em;
	background: none;
}
.ColumnLeft ul li ul li ul li.SelectedIsLevelBelow ul li.Selected a, .ColumnLeft ul li ul li ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow a
{
	color: #66aa33;
}

/* NAV Level 5 */
.ColumnLeft ul li ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow ul li a
{
	width: 155px;
	padding-left: 54px;
	color: #333;
	font-size: 0.8em;
	background: none;
}
.ColumnLeft ul li ul li ul li.SelectedIsLevelBelow ul li.SelectedIsLevelBelow ul li.Selected a
{
	color: #66aa33;
}
/* NAV Hover/Active underlines */
.ColumnLeft ul li a:hover, .ColumnLeft ul li a:active
{
	text-decoration: none;
}
.ColumnLeft ul li ul li a:hover, .ColumnLeft ul li ul li a:active
{
	text-decoration: underline;
}
.ColumnLeft .TeaserWrap_A ul li a:hover, .ColumnLeft .TeaserWrap_A ul li a:active
{
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * */
/* LEFT + RIGHT COL SHARED ITEMS */
/* * * * * * * * * * * * * * * * */
h3.PointerRed, h3.PointerGreen, .ColumnRight h3, .Column462 h3.PointerRed
{
	margin: 0 0 15px 0;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF !important;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial;
	line-height:0.9em;
	/* text-transform: uppercase;*/
	text-shadow: 0 0.0625em 0.0625em rgba(0, 0, 0, 0.5);
}
h3.PointerRed, .ColumnRight h3
{
	background-color: #cc3377;
	background: #cc3377 url(/vinnova_templates/images/PointerRed.png) no-repeat top left;
}
h3.PointerGreen
{
	background: #77bb44 url(/vinnova_templates/images/PointerGreen.png) no-repeat top left;
}
.ColumnLeft h3.PointerRed, .ColumnLeft h3.PointerGreen
{
	width: 204px;
	padding-left: 5px;
}
.ColumnRight h3
{
	width: 216px;
	padding-left: 5px;
	margin-top: 15px;
}
.ColumnRight h3.NoMarginTop
{
	margin-top: 0;
}

.ColumnLeft .TeaserWrap_A
{
	width: 209px;
}
.ColumnRight .TeaserWrap_A
{
	width: 221px;
}
.ColumnLeft .TeaserWrap_A .Image
{
	float: left;
	width: 70px;
}
.ColumnLeft .TeaserWrap_A .Text
{
	float: right;
	width: 129px;
}
.TeaserWrap_A h4
{
	margin: 0 0 5px 0;
	color: #444;
	font-size: 1.3em;
	line-height: 1.2em;
	/*text-transform: uppercase;*/
}
.TeaserWrap_A h4 a
{
	display: block;
	color: #444;
	text-decoration: none;
}
.TeaserWrap_A p
{
	margin: 2px 0 5px 0;
}
.TeaserWrap_A ul, .TeaserWrap_A .TeaserWrap_B ul
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
.TeaserWrap_A ul li, .TeaserWrap_A .TeaserWrap_B ul li
{
	margin-bottom: 0;
	font-size: 0.9em;
	padding-left: 13px;
	background: transparent url(/vinnova_templates/images/GreenArrowRight7x7.gif) no-repeat 0 0.45em;
	border-top: 1px solid #fff;
	float: none;
	color: #777;
}

.TeaserWrap_A ul.NoArrow li, .TeaserWrap_A ul li.NoArrow
{
	background: none;
}
.TeaserWrap_A ul li a, .TeaserWrap_A .TeaserWrap_B ul li a
{
	display: block;
	width: 196px;
	height: auto;
	padding-left: 0;
	line-height: normal;
	color: #333;
	background: none;
}
.ColumnLeft .TeaserWrap_A ul li a
{
	width: 196px;
}
.ColumnRight .TeaserWrap_A ul li a
{
	/*width:208px;*/
	display: inline;
}
.TeaserWrap_A ul.DocList li a
{
	background: none;
	padding-left: 0;
	color: #777;
	font-size: 1em;
}
.ColumnLeft .TeaserWrap_A ul.DocList li a
{
	width: 209px;
}
.ColumnRight .TeaserWrap_A ul.DocList li a
{
	width: 221px;
}
.TeaserWrap_A ul.DocList li
{
	margin-bottom: 10px;
}
.TeaserWrap_A ul.DocList li a span
{
	color: #66aa33;
	font-size: 0.9em;
}
.TeaserWrap_A img
{
	/*float:left; 	margin:4px 10px 0 0;*/
}
.TeaserWrap_A a.GreenButton
{
	margin-top: 10px;
}
.ColumnRight a.GreenButton
{
	float: none;
	display: -moz-inline-stack;
	display: inline-block;
}
.FirstTeaserWrap_A hr
{
	margin-bottom: 0;
}
.FirstTeaserWrap_A h3
{
	margin-top: 0;
}


img.icon
{
	margin: 0 0 0 4px;
}

/* * * * * * * * * * * * * * * * * * * */
/* MID + RIGHT COLUMN 'TeaserWrap_B'   */
/* * * * * * * * * * * * * * * * * * * */
.TeaserWrap_B
{
	width: 221px;
}
.ColumnRight .TeaserWrap_B
{
	padding-bottom: 3px;
}
.TeaserWrap_B div.Image
{
	width: 221px;
	height: 74px;
	overflow: hidden;
}
.TeaserWrap_B h3.GreenBlocks
{
	height: 29px;
	padding: 11px 0 0 12px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.4em;
	overflow: hidden;
	background-image: none;
	width: 209px;
	/*text-transform: uppercase;*/
}
.Column462Left .TeaserWrap_B h3.GreenBlocks
{
	background-color: #66aa33;
}
.Column462Right .TeaserWrap_B h3.GreenBlocks
{
	background-color: #77bb44;
}
.ColumnRight .TeaserWrap_B h3.GreenBlocks
{
	background-color: #99bb44;
}
.Column462Full .TeaserWrap_B
{
	width: 462px;
}
.Column462Full .TeaserWrap_B h3.GreenBlocks
{
	height: 29px;
	padding: 11px 0 0 12px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.4em;
	overflow: hidden;
	background-image: none;
	background-color: #77bb44;
	width: 450px;
	text-transform: uppercase;
}

h3 p
{
	margin: 0;
}
.TeaserWrap_B ul
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.TeaserWrap_B ul li
{
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 1em !important;
}
.TeaserWrap_B ul li a
{
	color: #444;
	width: 221px !important;
}

.TeaserWrap_B ul li a:hover .Date
{
	text-decoration: none;
}
.TeaserWrap_B .LastNextLinks
{
	width: 221px;
	height: 16px;
	padding-bottom: 10px;
}
.TeaserWrap_B .LastNextLinks a
{
	width: 109px;
	height: 16px;
	float: left;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #777777;
}
.TeaserWrap_B a.Selected
{
	background-color: #cc3377;
}
.TeaserWrap_B a.Right
{
	float: right;
}
.TeaserWrap_B a.GreenButton
{
	height: auto;
	background: url('/vinnova_templates/images/GreenArrowRight7x7.gif') no-repeat left center;
	color: #444;
	line-height: 1em;
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 12px;
	text-transform: none;
}
.TeaserWrap_B a.iconexpand
{
	background-image : url('/images/plus.gif');
	background-color : #fff;
	background-repeat: no-repeat;
	background-position: left;
}

/* * * * * * * * * * * * */
/* MIDDLE COLUMN items   */
/* * * * * * * * * * * * */
.Column462 h1
{
	margin: 0;
	color: #111111;
	font-size: 2.5em;
	line-height: 0.8em;
}
.Column462 h2
{
	margin: 0;
	color: #111111;
	font-size: 1.5em;
	line-height: 1em;
}
.Column462 h3
{
	margin: 18px 0 5px 0;
	color: #111111;
	font-size: 1.2em;
	line-height: 1.2em;
}
.Column462 div.Text h3
{
	padding-top: 3px;
}
.Column462 h3 span.cufon
{
	margin-bottom: 4px;
}
.Column462 span.HeadingDate
{
	padding-bottom: 14px;
	display: inline-block;
}
.Column462 p
{
	margin-top: 10px;
}
.Column462 h3 span, .Column462 h1 span
{
	position: relative;
}
.Column462 h1 a
{
	display: block;
	color: #111;
	text-decoration: none;
}
.Column462 h2 a
{
	display: block;
	color: #111;
	text-decoration: none;
}
.Column462 h3 a
{
	display: block;
	color: #66aa33;
	text-decoration: none;
}

.TeaserWrap_C
{
	width: 462px;
	clear: both;
	overflow: auto;
}
.TeaserWrap_C .Image
{
	width: 160px;
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.TeaserWrap_C .Text
{
	width: 282px;
	float: right;
	overflow: hidden;
}
.TeaserWrap_C.ImageRight .Image
{
	float: right;
	margin: 0 0 0 10px;
}
.TeaserWrap_C.ImageRight .Text
{
	float: left;
}
.TeaserWrap_C h3
{
	margin: 0;
	color: #444;
	font-size: 1.3em;
	/*text-transform: uppercase;*/
	padding-top:2px;
}
.TeaserWrap_C h3 a
{
	display: block;
	color: #444;
	text-decoration: none;
}
.TeaserWrap_C h4
{
	margin: 4px 0 0 0;
	color: #444;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
}
.TeaserWrap_C p
{
	margin: 5px 0 0 0;
}
.TeaserWrap_C a.GreenButton
{
	margin-top: 10px;
	clear: none;
}
.TeaserWrap_C ul
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
.TeaserWrap_C ul.NoArrow li, .TeaserWrap_C ul li.NoArrow
{
	background: none;
}
.TeaserWrap_C ul li
{
	margin-bottom: 0;
	font-size: 0.9em;
	padding-left: 13px;
	background: transparent url(/vinnova_templates/images/GreenArrowRight7x7.gif) no-repeat 0 0.4em;
}
.TeaserWrap_C ul li a
{
	display: block;
	width: 196px;
	height: auto;
	line-height: normal;
	color: #333;
}
.TeaserWrap_C table td ul li a
{
	width: auto;
}
.TeaserWrap_D
{
	width: 462px;
	clear: both;
	padding-bottom: 10px;
}
.TeaserWrap_D .Image
{
	width: 72px;
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.TeaserWrap_D .Text
{
	width: 370px;
	float: right;
}
.TeaserWrap_D h3
{
	margin: 0;
	color: #111;
	font-size: 1.3em;
	text-transform: uppercase;
}
.TeaserWrap_D h3 a
{
	display: block;
	color: #111;
	text-decoration: none;
}
.TeaserWrap_D h4
{
	margin: 0;
	color: #111;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
}
.TeaserWrap_D p
{
	margin: 5px 0 0 0;
}
.TeaserWrap_D ul
{
	display: block;
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}
.TeaserWrap_D ul li
{
	display: block;
	float: left;
	width: 165px;
	padding-right:5px;
	line-height: 1em;
}
.TeaserWrap_D ul li a
{
	font-size: 0.9em;
	padding-left: 12px;
	color: #444;
	background: transparent url(/vinnova_templates/images/GreenArrowRight7x7.gif) no-repeat 0 4px;
}
a.GreenArrow
{
	font-size: 0.9em;
	padding-left: 12px;
	color: #444;
	background: transparent url(/vinnova_templates/images/GreenArrowRight7x7.gif) no-repeat 0 4px;
}
.TeaserWrap_D a.GreenButton
{
	margin-top: 10px;
	clear: none;
}
.TeaserWrap_E
{
	clear: both;
	position: relative;
	width: 462px;
}
div.Width703 .TeaserWrap_E
{
	width: auto;
}

.TeaserWrap_E h1
{
	margin: 4px 0 20px 0;
}
.TeaserWrap_E h2
{
	margin: 25px 0 5px 0;
}
.TeaserWrap_E h3
{
	margin: 25px 0 -3px 0;
}
.TeaserWrap_E h3.PointerGreen
{
	margin: 25px 0 5px;
}
.TeaserWrap_E p.info
{
	font-size: 0.9em;
	margin: 21px 0 -16px 0;
}
.TeaserWrap_E p
{
	margin: 8px 0 8px 0;
}
.TeaserWrap_E ul
{
	/*margin:5px 0 5px 0;*/
	margin-top: 5px;
	margin-bottom: 5px;
	/*margin-left:0 !important;*/

	/*list-style-position:outside;*/
	
}

.TeaserWrap_E ul.ul_list
{
	padding-left:0 !important;
	list-style-type:none; 
	margin-left:0 !important;
}
.TeaserWrap_E table
{
	margin:3px 0 18px 0;
	width:100%;
}


.ArticleInfo, .ArticleInfoBottom, .ArticleInfoTop
{
	clear: both;
	width: 462px;
	color: #999;
	font-size: 0.9em;
	padding-top: 16px;
	margin-bottom: 12px;
}
.ArticleInfoTop 
{
	padding-top: 0px;
}
.ArticleTopLeftContent 
{
	background: url('/vinnova_templates/images/tiny_document.png') no-repeat;
	background-position: left center;
	float:left;
	padding: 0px 0px 0px 14px;
}
.ArticleTopRightContent 
{
	background: url('/vinnova_templates/images/tiny_clock.png') no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
	float:left;
	margin-left:6px;
}

.ArticleBottomTopContent 
{
	background: url('/vinnova_templates/images/tiny_subject.png') no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
}
.ArticleBottomMiddleContent 
{
	background: url('/vinnova_templates/images/tiny_person.png') no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
}
.ArticleBottomBottomContent 
{
	background: url('/vinnova_templates/images/tiny_remarks.png') no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
}

.Column462 table.WithLines td
{
	border-bottom: 1px solid #dddddd;
	padding: 3px 0;
}
.TeaserWrap_E p.sub_content_area_subheader
{
	margin: 10px 0 0 0;
}

.TeaserWrap_F ul
{
	background: none !important;
	/*font-size:1em !important;*/
	margin:0 0 12px 0 !important;
	padding:0;
	color:#444444;
}
.TeaserWrap_A .TeaserWrap_F ul li
{
	font-size: 1.0em;
}
.TeaserWrap_F li
{
	font-size:1em !important;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	background: none !important;
	color:#444444;
}

.TeaserWrap_F ul
{
	padding-left: 0px;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.TeaserWrap_F table
{
	width: 100%;

}

.TeaserWrap_F th
{
	border-collapse:collapse;
}
.TeaserWrap_F p
{
	margin: 0 0 0 0;
}
.TeaserWrap_F a
{
	color: #444444;
	display: inline !important;
}

.TeaserWrap_F td.Proposals_td a
{
	color: #66AA33;
}

.Publications
{
	vertical-align: top;
}

.Publications_a 
{
	color: #66aa33 !important;
	font-size: 12px;
	line-height: 1.3em;
}

.Pubications_td p.Introduction
{
	margin: 8px 0 8px 0;
	font-size: 12px;
}

.Publications_img
{
	border:1px solid #E9E9E9 !important;
	width:4.575em;
}
.Pubications_td
{
	border-bottom: 1px solid #DDDDDD;
	padding:10px 5px 10px 0;
	vertical-align: top;
}
.Proposals_td
{
	border-bottom: 1px solid #DDDDDD;
	padding: 3px 0 3px 0;
}
.Proposals_td_r
{
	border-bottom: 1px solid #DDDDDD;
	padding: 3px 0 3px 0;
	text-align:right;
	width:143px;
}
.Proposals_th
{
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	padding-bottom: 3px;
}
.Proposals_th_date
{
	width: 85px;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
	padding-bottom: 3px;
}

.Standard_a
{
	color: #444444;
}
.headmenu_plus{
background-image: url('/images/plus.gif');
background-repeat: no-repeat;
/*background-position: 0 30%;*/
background-position: 0 3px;
/*margin-left:5px;*/
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #66AA33;
/*height: 20px;*/
cursor: pointer;
}

/*.headmenu_plus span:hover
{
	text-decoration:underline;
}*/
.headmenu_minus{
background-image: url('/images/minus.gif');
background-repeat: no-repeat;
/*background-position: 0 30%;*/
background-position: 0 3px;
/*margin-left:5px;*/
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #66AA33;
/*height: 20px;*/
cursor: pointer;
}

.hide
{
	display:none;
}

.show
{
	margin-left: 20px;
	display: block;
	padding-bottom: 2px;
}
.show p
{
	margin-bottom: 0px;
	margin-top:0px;
}

/* * * * * * * * * * * * */
/* LEFT COLUMN STYLES    */
/* * * * * * * * * * * * */
select.GoDirect
{
	width: 209px;
	height: 22px;
	margin: 22px 0 30px 0;
}
/* * * * * * * * * * * * */
/* RIGHT COLUMN STYLES   */
/* * * * * * * * * * * * */

/* * * * * * * */
/* FOOTERS     */
/* * * * * * * */
#Footer1
{
	margin-top: 20px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
	clear: both;
}
#Footer1 ul
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}
#Footer1 ul li
{
	padding-right: 5px;
	display: inline;
	line-height: 1.6em;
}
#Footer1 ul li a
{
	padding-right: 5px;
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
}
#Footer2
{
	padding: 10px 0 20px 0;
	font-size: 0.9em;
}
#Footer2 p
{
	margin: 0;
	padding: 0;
}

/* SubMenu Navigation List */
#submenu
{
	background: #e4f1cc;
	font-size: 0.80em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0.45em 0.45em 0.55em 0.45em;
	line-height: 1.45em;
}
#submenu ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#submenu li
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 3px solid #fff;
}
#submenu a
{
	margin: 0 0 0 0;
	padding: 0.45em 0 0.55em 0.45em;
	color: #000;
	display: block;
	text-decoration: none;
}
#submenu ul li .focus a
{
	/*color:#000;*/
	font-weight: bold;
}
#submenu ul ul
{
	margin: 0 0 0 0;
	padding: 0 0.45em 0.125em 1.65em;
	background: #fff;
	line-height: 1.45em;
	list-style-type: square;
	list-style-position: outside;
}
#submenu ul ul li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #407d00;
	background: #fff;
	text-decoration: none;
}
#submenu a:hover, #submenu a:focus
{
	background: #fff;
	display: block;
}
#submenu ul ul a:hover
{
	background: #fff;
	display: block;
	color: #000;
	text-decoration: underline;
}
#submenu a.selected
{
	font-weight: bold;
}
#submenu .sel
{
	background: #fff;
	display: block;
	color: #407d00;
	font-weight: bold;
}
#submenu .sel li
{
	font-weight: normal;
}

#submenu .sel a:hover
{
	color: #000;
	background: #fff;
	text-decoration: underline;
}
#submenu .sel a:focus
{
	background: #fff;
}
#submenu a:active
{
	background: #fff;
	color: #000;
}

/* **************************************** */
/* MAP AREA									*/
/* **************************************** */
div#map_area
{
	height: 480px;
	width: 210px;
	margin: 20px 0 0 20px;
	background: url(/vinnova_templates/images/map/sweden.gif) no-repeat;
}
div#map_area img
{
	border: none;
}
div#info_area
{
	width: 15.4em;
	left: 50%;
	height: 37em;
	position: absolute;
	margin: 10px 0 0 235px;
	padding: 20px 20px;
	background-color: #e4f1cc;
	border: 2px solid #b3d86d;
}

div#info_area div
{
	width: 180px;
	margin: 10px 0;
	position: absolute;
	visibility: hidden;
}
div#info_area p, div#info_area div p, div#info_area div h4
{
	line-height: 18px;
	margin: 0 0 10px 0;
}
div#info_area span
{
	margin: 0 0 14px 0;
	display: block;
}

/* **************************************************************** */
/* 	NOTE:
	Below are styles for content lifted from the previous website   */
/* **************************************************************** */
.dividerlarge
{
	height: 1.25em;
	float: none;
	clear: both;
	overflow: hidden;
}
/* **************************************** */
/* CALENDAR LIST					*/
/* **************************************** */
.Column462 fieldset, .vinnovamedia fieldset
{
	border: none;
}
.Column462 .vinnovamedia fieldset select
{
	margin-left: 10px;
}
.datebox_kalender
{
	background: #fff;
	border: 3px solid #dddddd;
	padding: 5px 2px 5px 0;
	margin: 0 10px 0 0;
	width: 33px;
	float: left;
	display: inline;
}
.datebox_day
{
	font-size: 1.65em;
	background: none;
	font-weight: bold;
	text-align: center;
	color: #66aa33;
}
.datebox_month
{
	font-size: 0.85em;
	background: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.kalendarium
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 408px;
	background-color: #fff;
}
.kalendarium p
{
	margin: 0 0 0.55em 0;
	padding: 0 0 0 0;
}
.kalendarium .alternating
{
	background: #e4f1cc;
}
.kalendarium ul
{
	list-style-type: square;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.kalendarium ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}
.kalendarium strong
{
	color: #666;
}
.kalendarium h3
{
	margin: 0 0 5px 0;
}
.header_information
{
	font-weight: bold;
	color: #111;
	padding: 0.125em 0.35em;
	margin: 0 0 0.25em 0;
	font-size: 1em;
	text-transform: uppercase;
	background: #dddddd;
	position: relative;
}
.header_information .eulogo
{
	margin: 4px 0 0 0;
}



/****************************************/
/* BILDBANK AREA		  				*/
/****************************************/
#bildbank
{
	margin: 0.55em 0 0 0;
	padding: 0 0 0 0;
	width: 700px;
}
#bildbank .photoholder
{
	width: 33%;
	float: left;
}
#bildbank .photoholder .photoframe
{
	border: 1px solid #999;
	margin: 0.85em;
	padding: 0.65em;
	height: 21em;
	line-height: 1.4em;
}
#bildbank .photoholder .photoframe .photo
{
	width: 10.75em;
	height: 10.75em;
	text-align: center;
	margin: 0 0 0.25em 0;
	overflow: hidden;
}
#bildbank .photoholder .photoframe .photo img
{
}

/****************************************/
/*	VINNOVA I MEDIA AREA	   			*/
/****************************************/
.vinnovamedia
{
	margin: 1em 0 0 0; /*font-size: 0.8em;*/
}
.vinnovamedia fieldset, label
{
	margin: 0 0 0 0;
	line-height: 1.25em;
}

.vinnovamedia fieldset
{
	background: #E9E9E9;
	border: none;
	display: block;
	margin-bottom: 15px;
	padding: 7px 40px 7px 7px;
}


#indexContainer ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
#indexContainer li
{
	margin: 0px;
	padding: 0px;
	background: url("/vinnova_templates/images/GreenArrowRight7x7.gif") no-repeat 0 0.45em;
	padding-left: 13px;
	margin-left:-10px;
	list-style: none;
}
#indexContainer li.li_col1{padding-right: 10px;}

ul.horizontalList
{
	margin: 0px;
	padding: 0px;
}
ul.horizontalList li
{
	display: inline;
	padding: 5px;
	padding-left: 0px;
}

/* **************************************** */
/* BOX WITH DROPSHADOWS						*/
/* **************************************** */
/* A replacement submainareadiv for the boxshadows */
.submainareadiv_withbox
{
	float: left;
	width: 700px;
	margin: 20px 0 0 0;
}
/* **************************************** */
/* BOX WITH DROPSHADOWS	/ DESIGN 1			*/
/* **************************************** */
/* Show only to IE PC \*/
* html .boxhead h1
{
	height: 1%;
}
/* For IE 5 PC */

.sidebox1
{
	margin: 0 0 0 0;
	width: 100%; /* 100% so it will grow */
	background: url(/vinnova_templates/images/boxshadows/sbbody-r.gif) no-repeat bottom right;
}
.boxhead1
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-r.gif) no-repeat top right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.boxhead1 h1
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-l.gif) no-repeat top left;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	line-height: 1.25em;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 22px 30px 0px 26px;
}

.boxhead1 p
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-l.gif) no-repeat top left;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0px 30px 0px 26px;
	text-transform: uppercase;
}

.boxbody1
{
	background: url(/vinnova_templates/images/boxshadows/sbbody-l.gif) no-repeat bottom left;
	margin: 0 0 0 0;
	padding: 5px 30px 14px 26px;
}
.boxbody1 p
{
	margin: 0 0 1.45em 0;
	padding: 0 0 0 0;
	line-height: 1.75em;
}

.boxbody1.info
{
	font-weight: bold;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}
.boxbody1 h1
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	line-height: 1.25em;
	text-decoration: none;
}
.boxbody1 h2
{
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.boxbody1 h3
{
	font-weight: bold;
	margin: 0.70em 0 0 0;
}
/* **************************************** */
/* BOX WITH DROPSHADOWS	/ DESIGN 2			*/
/* **************************************** */
/* Show only to IE PC \*/
* html .boxhead h1
{
	height: 1%;
}
/* For IE 5 PC */

.sidebox2
{
	margin: 0 0 0 0;
	width: 100%; /* 100% so it will grow */
	background: url(/vinnova_templates/images/boxshadows/sbbody-r.gif) no-repeat bottom right;
}
.boxhead2
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-r.gif) no-repeat top right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.boxhead2 h1
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-l.gif) no-repeat top left;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	line-height: 1.25em;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 22px 30px 0px 26px;
}
.boxhead2 p
{
	background: url(/vinnova_templates/images/boxshadows/sbhead-l.gif) no-repeat top left;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0px 30px 0px 26px;
	text-transform: uppercase;
}
.boxbody2
{
	background: url(/vinnova_templates/images/boxshadows/sbbody-l.gif) no-repeat bottom left;
	margin: 0 0 0 0;
	padding: 5px 30px 24px 26px;
}
.boxbody2 p
{
	margin: 0 0 1.45em 0;
	padding: 0 0 0 0;
	line-height: 1.75em;
}
.boxbody2 .info
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}
.boxbody2 h1
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
	line-height: 1.25em;
	text-decoration: none;
}
.boxbody2 h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.boxbody2 h3
{
	font-weight: bold;
	margin: 18px 0 5px 0;
}
.TeaserWrap_E .boxbody2 p.info
{
	margin: 0 0 -12px 0;
}

/****************************************/
/* UNDERSIDA BILD AREA					*/
/****************************************/
#bild
{
}
#bild .bildcolumnleft
{
	width: 50%;
	float: left;
	padding: 0 0.75em 0 0;
}
#bild .bildcolumnright
{
	width: 48%;
	float: right;
	clear: right;
}
#bild ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#bild ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#bild .headerstyle
{
	font-weight: bold;
}
#bild img
{
	/*width:100%;*/
	float: right;
}

p.ingress
{
	font-weight: bold;
	margin-top: 0.75em;
}

a.addthis_button
{
}
a.addthis_button img
{
	clear: both;
	margin-top: 17px;
}


div#pageing
{
	margin-top: 2em;
	color: #666;
}

div#pageing a
{
}


.pageingnumbers
{
	text-align: center;
	display: block;
	padding: 0 1.5em 0 1.5em;
	width: 26em;
	float: left;
}


div#pageing span.left
{
	width: 16%;
	white-space: nowrap;
	float: left;
}

div#pageing span.right
{
	width: 8%;
	text-align: right;
	white-space: nowrap;
	float: right;
	
}


/* Lista - besökarens filter och dokumentsök */
div#user-list-filter {
	/*padding:1em 1em 0.5em 0em;*/
	padding:1em 1em 0 0;
	/*background: #f7f3f0;*/
	color: #333;
	/*margin:0 0 1em;*/
	clear:both;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
}

div#user-list-filter h2 {
	margin-bottom: 0.5em;
}

div#user-list-filter span.error {
	color: #CC0033;
	display: block;
	margin: 0 0 7px 0;
}
/*div#user-list-filter span
{
	margin-left:1em;
}*/

/*div#user-list-filter div {
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
}*/

/*div#user-list-filter div#top, */
div#user-list-filter div#mid,  
div#user-list-filter div#bottom,
div#user-list-filter div#type, 
div#user-list-filter div#subject,
div#user-list-filter div#categories  {
	padding: 0;
	clear: both;
	float: left;
	width: 100%; 
}

.UserListCategoryGroup
{
	/*clear:none !important;*/
	/*float:left;*/
	/*width: 33% !important;*/
	width: 275px !important;
	/*margin-left: 2em;*/
	height:3em;
	margin: 1em 1em 1em 0em;
}

.UserListCategoryGroup input
{
	width: 1.5em !important;
}

div#user-list-filter div#searchtext
{
	/*margin:1em 0;*/
	margin:1em 1em 0.5em 0em;
	width:340px;
	height:30px;
}

div#user-list-filter div#mid {
	margin:1em 1em 2em 0em;
	width: 300px;
}

div#user-list-filter div#projectstatus
{
	margin:1em 1em 0.5em 0em;
	width: 300px;
}

div#user-list-filter div label {
	width:28.5em;
	float:left;
} 

div#user-list-filter div#button
{
	width:2em;
}
div#user-list-filter div#top input {
	/*width:28.4em;*/
	width:300px;
}
div#user-list-filter div#top input.button {
	width: auto;
	margin: 0 0 0px 8px;
	vertical-align:top;
}

div#user-list-filter div select {
	width:250px;
	margin:0;
}

div#user-list-filter label.Divider {
	/*float: left;*/
	float: none;
	margin:2px 5px 2px 0px;
	width:20px;
	
}	
div#dateBoxes
{
	height:25px;
	width:300px;
	margin-bottom:15px;
}
div#user-list-filter input.SmallTextBox
{
	/*float: left;*/
	width: 80px;
}
div#user-list-filter hr
{
	float:left;
	color:#E9E9E9;
	height:1px;
	width:462px;
}

div#user-list-filter div#bottom div#to-date label {
	width:auto;
	padding-right:1em;
}

div#user-list-filter div#bottom span.error {
	display:block;
	color:#CC0033;
	clear:both;
}
div#user-list-filter span.errorstar
{
	width:1em;
	color:#CC0033;
	/*float:left;*/
}

div#user-list-filter div#bottom {
	margin: 0.5em 1em 1em 0em;
	padding:0;
	float:left;
	clear:both;
	width:300px;
}

div#user-list-filter div#bottom div#dates {
	/*width: 19em;*/
	clear:none;
	/*margin-bottom:1em;
	margin: 1em 1em 1em 2em;
	float:left;*/
}

div#user-list-filter div#bottom div#dates div#to-date {
	clear:none;
	margin: 0;
	width:auto;
	float: right;
}	

div#user-list-filter div#type, div#user-list-filter div#subject  {
	margin:1em 0 0.3em 0;
}	

div#user-list-filter div#categories  {
	/*margin:0.6em 0 0.8em 0;*/
}	

div#user-list-filter div#categories input { margin-left: 0; margin-top: 0; border: none;}
div#user-list-filter div#categories span.all label { width: auto; padding-right: 2em;}
div#user-list-filter div#divCats table td {
	border: solid 0px #ccc;
	width: 30%;
	padding: 0 0 0 0;
	vertical-align:top;
	line-height: 1.1em;
}
div#user-list-filter div#divCats table td input { margin: 0 4px 0 0; float: left;border: none;}
div#user-list-filter div#divCats table td label { display: inline-block; line-height: 130%;}


div#user-list-filter div#divCats input, div#user-list-filter div#divCats label {
	float: none;
}

.tooltip {
	display:none;
	background:transparent url(/vinnova_templates/images/tool_tip_back.jpg);
	/*background-position:0 -40px;*/

	font-size:12px;
	/*height:125px;*/
	width:250px;
	padding:7px;
	color:#444444;	
}

.SmallCart
{
}

/* After Cufon rendering */


/* Mellanrubrik 1 */
.TeaserWrap_E h2 {

	font-size:1.6em;
	line-height:1.2em;
	margin:1 0 0.46em;
	color:#444444;
}

/* Mellanrubrik 3 */
.TeaserWrap_E h3
{
	font-size:1.3em;
	line-height: 1em;
	margin:0.45 0 0.46em;
	color:#444444;
}

.TeaserWrap_E h1 {
	font-size: 2.67em;
	letter-spacing: -1px;
	line-height: 1.185em;
	margin: 0.25em 0 0.2em;
	color:#444444;
}

.TeaserWrap_E  .sub_content_area_subheader, .TeaserWrap_E .ingressrubrik {
	font-size:1.67em;
	line-height:1.2em;
	color:#888888;
	margin: 0 0 0.15em;
}

.TeaserWrap_E  .ingress {
	font-weight:bold;
}

.TeaserWrap_E  .bildtext
{
	font-size: 1em; 
	line-height: 1.2em;
	margin:0.5em 0 0;
}

#AnsokOmgs h3
{
	margin-top:10px;
	margin-bottom:3px;
}
/**************Complex list**************/
/*.Header_and_intro
{
	
}
.ListWrap
{
	font-size: 76.5%;
	font-family: Arial;
	color: #444;
}*/

/*.Header_and_intro p, h1, h2, h3*/
/*.ListWrap p, h1, h2, h3*/
/*{
    margin: 0;
    padding: 0;
}

.Header_and_intro .Header_and_intro_image*/
/*.Header_and_intro_image*/
/*{
    float: right;
    margin-left: 1.2em;
    width: 22.1em;
}
.Header_and_intro .Header_and_intro_image img */
/*.ListWrap .Header_and_intro_image img */
/*{
    border: 0 none;
    width: 22.1em;
}

.Header_and_intro .Header_and_intro_image p.caption */
/*.ListWrap .Header_and_intro_image p.caption*/
/*{
    font-size: 1.1em;
    margin-bottom: 1.09em;
}

.Header_and_intro h2 */
/*.ListWrap h2*/
/*{
    font-size: 1.9em;
    line-height: 1em;
}

.Header_and_intro a */
/*.ListWrap a*/
/*{
    border-bottom: 1px solid #E9E9E9;
    display: block;
    margin: 0;
    padding: 1.8em 0 0.6em;
    text-decoration: none;
}

.Header_and_intro a h2*/
/*.ListWrap a h2*/
/*{
    color: #444444;*/
    /*margin-bottom: 0.6em;*/
    /*margin: 0 0 0.6em 0;
    text-decoration: none;
}

.Header_and_intro p */
/*.ListWrap p*/
/*{
    font-size: 1.3em;
    line-height: 1.3em;
}

.Header_and_intro a p */
/*.ListWrap a p*/
/*{
    color: #444444;
    margin-bottom: 0.92em;
    text-decoration: none;
}

.Header_and_intro a p.meta */
/*.ListWrap a p.meta*/
/*{
    color: #888888;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0 0 1.09em;
    padding: 0.09em 0 0;
    text-decoration: none;
}

.Header_and_intro a p.date */
/*.ListWrap a p.date*/
/*{
    background-image: url(/images/ListIcons/087.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 1.3em;
}

.Header_and_intro a p.category */
/*.ListWrap a p.category*/
/*{
    background-image: url(/images/ListIcons/012.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 1.3em;
}

.Header_and_intro a p span.date-event */
/*.ListWrap a p span.date-event*/
/*{
    background-image: url(/images/ListIcons/026.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 1.3em;
}*/

/*.Header_and_intro a p span.location-event */
/*.ListWrap a p span.location-event
{
    background-image: url(/images/ListIcons/094.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 1.3em;
}



.Header_and_intro a:hover, .teaser a:active*/
/*.ListWrap a:hover, .ListWrap a:active */
/*{
    background-color: #F8F8F8;
    border-bottom: 1px solid #E9E9E9;
}



.Header_and_intro .Header_and_intro_image img */
/*.ListWrap .Header_and_intro_image img */
/*{
    border: 0 none;
    width: 22.1em;
}

.Header_and_intro .Header_and_intro_image p.caption */
/*.ListWrap .Header_and_intro_image p.caption*/
/*{
    font-size: 1.1em;
    margin-bottom: 1.09em;
}

table 
{
	border-collapse: collapse;
}

.wide 
{
	width: 46.2em;
}

table.jf-pages-table td 
{
	vertical-align: top;
}
table.jf-pages-table .city 
{
	white-space: nowrap;
	padding-right: 12px;
}
table.jf-pages-table .date 
{
	white-space: nowrap;
}
table.jf-pages-table .title 
{
	padding-right: 12px;
}
table.jf-pages-table .sorting 
{
	background-color: #fafafa;
}

tbody tr:hover 
{
	background-color: #f8f8f8;
}
th 
{
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;*/
	/*font-size: 1em;*/
	/*border-bottom: 1px solid #e9e9e9;
	padding: 0.3em 0;
}
th a 
{
	text-decoration: none;
	color: #444;
}
th a:hover 
{
	text-decoration: underline;
	color: #444;
}
td 
{
	font-size: 1.3em;*/
	/*font-size: 1em;*/
	/*border-bottom: 1px solid #e9e9e9;
	padding: 0.3em 0;
}

.ListWrap li 
{
	font-size: 1.3em;
}

.flat-list p 
{
	margin-bottom: 1.2em;
}
*/






