div.part_file
{
	overflow: hidden;
}

div.part_file div
{
	background: url('../../basic/gfx/file_bg.png') top left repeat-x;
	height: 55px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.part_file div div
{
	background: url('../../basic/gfx/file_left.png') top left no-repeat;
	height: 55px;
}

div.part_file div div div
{
	background: url('../../basic/gfx/file_right.png') top right no-repeat;
	height: 55px;
	padding-right: 20px;
}

div.part_file p
{
	margin: 0px;
	padding-left: 60px;;
}

div.part_file p.part_file_title
{
	margin-top: 10px;
	font-size: 10pt;
}

div.part_file p.part_file_info
{
	font-size: 10px;
	color: #888;
	padding-top: 2px;
}

div.part_file a
{
	color: #ccc;
}

div.part_file a span
{
	color: #004EFF;
}

div.part_file a:hover, div.part_file a:hover span
{
	color: #0033AA;
}.part_header
{
	margin: 0;
}

h1.part_header, textarea.part_header_1
{
	font-size: 20pt;
	line-height: 24pt;
}

h2.part_header, textarea.part_header_2
{
	font-size: 15pt;
	line-height: 17pt;
}

h3.part_header, textarea.part_header_3
{
	font-size: 13pt;
	line-height: 14pt;
}

h4.part_header, textarea.part_header_4
{
	font-size:12pt;
	line-height: 14pt;
}

h5.part_header, textarea.part_header_5
{
	font-size:11.5pt;
	line-height: 12pt;
}

h6.part_header, textarea.part_header_6
{
	font-size:11pt;
	line-height: 12pt;
}

.part_section_header_1
{
	padding-bottom: 20px;
}

.part_section_header_2
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.part_section_header_3
{
	padding-top: 10px;
}

.part_section_header_4
{
	padding-top: 10px;
}

.part_section_header_5
{
	padding-top: 10px;
}

.part_section_header_6
{
	padding-top: 10px;
}hr.part_horizontalrule
{
	border: none;
	border-bottom: solid 2px #ddd;
}div.part_image
{
	font-size: 0;
}

div.part_image img
{
	border-width: 0;
}

div.part_image p, div.part_image textarea
{
	margin: 0px;
	font-size: 8pt;
	color: #999;
}

span.part_image_frame_light
{
	padding: 4px;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	background: #fff;
	display: inline-block;
}div.part_imagegallery
{
	overflow: hidden;
	font-size: 0;
}

div.part_imagegallery a
{
	display: inline-block;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
}

div.part_imagegallery_framed
{
}

div.part_imagegallery_framed a
{
	margin: 0px 10px 10px 0px;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	background: #fff;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
	background: #fff;
/*	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
}

div.part_imagegallery span
{
	background: #fff;
	background: rgba(255,255,255,.5);
	position: absolute;
	color: #333333;
	font-size: 10px;
	padding: 1px 2px;
	position: absolute;
	line-height: 12px;
}

div.part_imagegallery img
{
	border: 0px;
}

div.part_imagegallery_changing a
{
	display: none;
	float: none;
	position: absolute;
}
/*
div.part_imagegallery_framed a:before,
div.part_imagegallery_framed a:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 70%;
	max-width: 300px;
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg);
}


div.part_imagegallery_framed a:after {
	left: auto;
	right: 14px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);
}
*/

div.part_imagegallery_framed img
{
	border: 4px solid #fff;
}

div.part_imagegallery_framed span
{
	margin: 4px;
	display: none;
}div.part_list_box_top
{
	background: url('../../basic/gfx/box.png') left top repeat-x;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_top div
{
	background: url('../../basic/gfx/box.png') left -5px no-repeat;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_top div div
{
	background: url('../../basic/gfx/box.png') right -10px no-repeat;
}

div.part_list_box_bottom
{
	background: url('../../basic/gfx/box.png') left -15px repeat-x;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_bottom div
{
	background: url('../../basic/gfx/box.png') left -20px no-repeat;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_bottom div div
{
	background: url('../../basic/gfx/box.png') right -25px no-repeat;
}

div.part_list_box_middle
{
	border: 1px solid #e1e1e1;
	border-width: 0px 1px;
	padding: 0px 8px;
}

div.part_list_item
{
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

div.part_list h2
{
	margin: 0;
	font-size: 12pt;
	font-weight: normal;
	padding-bottom: 3px;
}

div.part_list h3
{
	margin: 0;
	font-size: 13px;
	color: #333;
	padding-bottom: 3px;
}

p.part_list_text
{
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #666;
}

p.part_list_nodata
{
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #999;
	font-style: italic;
}

p.part_list_source
{
	margin: 0;
	font-size: 12px;
	color: #666;
}

p.part_list_date
{
	margin: 0;
	font-size: 11px;
	color: #999;
}


div.part_list_busy
{
	opacity: 0.5;
}.part_section_listing
{
	padding: 10px 0px;
}

div.part_listing, textarea.part_listing
{
	font-size: 8pt;
	color: #333;
}

div.part_listing ul
{
	margin: 0px;
	color: #abc;
	padding-left: 25px;
}

div.part_listing span.part_listing_first
{
	font-size: 9pt;
	font-weight: bold;
}

span.part_listing
{
	color: #333;
}

div.part_listing li
{
	margin-bottom: 5px;
}.part_news_box_top
{
	background: url('../../basic/gfx/box.png') left top repeat-x;
	height: 5px;
	font-size: 0px;
}

.part_news_box_top div
{
	background: url('../../basic/gfx/box.png') left -5px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_top div div
{
	background: url('../../basic/gfx/box.png') right -10px no-repeat;
}

.part_news_box_bottom
{
	background: url('../../basic/gfx/box.png') left -15px repeat-x;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom div
{
	background: url('../../basic/gfx/box.png') left -20px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom div div
{
	background: url('../../basic/gfx/box.png') right -25px no-repeat;
}

.part_news_box_middle
{
	border: 1px solid #e1e1e1;
	border-width: 0px 1px;
	padding: 0px 8px;
}

.part_news_title
{
	font-size: 12pt;
	color: #333;
	padding-bottom: 3px;
}

.part_news_item
{
	font-size: 9pt;
	line-height: 13pt;
	border-top: 1px solid #eee;
	padding: 6px 0px;
	overflow: hidden;
}

.part_news_item_title
{
	font-weight: bold;
	color: #333;
}

.part_news_item_description
{
	color: #333;
}

.part_news_item_date
{
	float: left;
	font-size: 10px;
	color: #aaa;
}

.part_news_item_links
{
	color: #7894a5;
	text-align: right;
}

.part_news_item_links a
{
	margin-left: 2px;
}div.part_section_person
{
	padding-bottom: 10px;
}

div.part_person
{
	overflow: hidden;
}

div.part_person table
{
	border-spacing: 0;
	font-size: 11px;
	line-height: 15px;
}

div.part_person div.fn
{
	font-weight: bold;
	font-size: 13px;
}

div.part_person div.adr
{
	font-style: italic;
}

div.part_person table td
{
	vertical-align: top;
	padding: 0;
}

div.part_person img
{
	border: none;
	width: 60px;
	height: 80px;
}

span.part_person_label
{
	color: #999;
}

td.part_person_image
{
	width: 80px;
}

td.part_person_image a
{
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	padding: 4px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}.part_section_text
{
	padding-bottom: 10px;
}

.part_text
{
	font-size: 9pt;
	line-height: 1.4em;
	color: #333;
}

div.part_text p
{
	margin: 10px 0px 0px;
}

div.part_text p.part_text_first
{
	margin: 0;
}

img.part_text_image_right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

img.part_text_image_left
{
	float: left;
	margin: 0px 10px 10px 0px;
}div.part_mailinglist form
{
	margin: 0px;
}

div.part_mailinglist_subscribe
{
	margin-bottom: 10px;
}

div.part_mailinglist h2
{
	color:#000000;
	font-weight:normal;
	margin:0;
	font-size: 12pt;
}

div.part_mailinglist p.success, div.part_mailinglist p.error
{
	background:#FFF0B4 url('../../basic/gfx/message.gif') repeat-x left top;
	border: 1px solid #F1E9B3;
	color: #605140;
	font-size: 10pt;
	overflow: hidden;
	padding: 5px 10px;
	text-align: left;
}

div.part_mailinglist p.error
{
	color: #f00;
}

div.part_mailinglist p
{
	margin: 5px 0px 0px;
}

div.part_mailinglist label
{
	display: block;
	font-size: 9pt;
	color: #666;
}

div.part_mailinglist p.buttons
{
	text-align: right;
	padding-bottom: 3px;
}

div.part_mailinglist_box_top
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') repeat-x;
	height: 6px;
}

div.part_mailinglist_box_top div
{
	background: url('../../basic/gfx/input_box.png') left -6px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_top div div
{
	background: url('../../basic/gfx/input_box.png') right -12px no-repeat;
}

div.part_mailinglist_box_bottom
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') left -18px repeat-x;
	height: 6px;
}

div.part_mailinglist_box_bottom div
{
	background: url('../../basic/gfx/input_box.png') left -24px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_bottom div div
{
	background: url('../../basic/gfx/input_box.png') right -30px no-repeat;
}

div.part_mailinglist_box_middle
{
	background: #f6f6f6 url('../../basic/gfx/input_box.png') left -36px repeat-y;
}

div.part_mailinglist_box_middle div.part_mailinglist_box_middle
{
	background: url('../../basic/gfx/input_box.png') right -236px repeat-y;
	padding: 6px 12px;
}

div.part_mailinglist span.common_field
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') repeat-x;
}

div.part_mailinglist span.common_field span
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') left -24px no-repeat;
}

div.part_mailinglist span.common_field span span
{
	height: 24px;
	background: url('../../basic/gfx/field.png') right -48px no-repeat;
}

div.part_mailinglist span.common_field input
{
	background: none;
	font-size: 10pt;
	width: 100%;
	border: 0px;
	text-indent: 2px;
	padding: 2px 0px;
}form.part_formula
{
	margin: 0;
}

.part_formula p
{
	margin: 0 0 5px;
}

.part_formula p.part_formula_label
{
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

input.part_formula_text, textarea.part_formula_text
{
	width: 200px;
	border: 1px solid #eee;
	border-color: #ccc #ddd #eee;
	font-size: 11px;
	padding: 1px 0;
}

textarea.part_formula_text
{
	height: 100px;
}div.part_richtext
{
	font-size: 9pt;
	line-height: 1.4em;
	color: #333;
}div.part_poster
{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}

p.part_poster_title
{
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}

p.part_poster_text
{
	font-size: 12px;
}div.part_table table
{
	font-size: 12px;
	border-spacing: 0;
}

div.part_table th
{
	background: #fafafa;
	border-bottom: 1px solid #eee;
	padding: 1px 3px;
}

div.part_table td
{
	border-bottom: 1px solid #eee;
	padding: 1px 3px;
}.part_header
{
	color: #333;
	font-weight: normal;
}

a.common
{
	color: #ddd;
	cursor: pointer;
}

a.common span
{
	color: #349;
}
	
a.common:hover, a.common:hover span
{
	color: #12f;
}

h1.common,h2.common,h3.common,h4.common,h5.common,h6.common
{
	margin: 0px;
	color: #333;
	font-family: "Palatino", "Book Antiqua", Georgia, serif;
	font-weight: normal;
}

p.common, ul.common
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 160%;
	text-align: justify;
}

.common_font
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}body
{
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
}

div.layout_top
{
	/*'Neucha','*/
	font-family: 'Nobile',Arial,Helvetica,sans-serif;
	background: #87c221 url('../gfx/top.png') left top repeat-x;
	height: 39px;
}

div.layout_top strong
{
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	background: url('../gfx/top.png') left -39px no-repeat;
	padding-left: 40px;
	position: absolute;
	height: 39px;
	font-weight: bold;
	line-height: 37px;
}

div.layout_bottom
{
	text-align: center;
	height: 100px;
	padding-top: 20px;
}

div.layout_bottom a.layout_designed
{
	background: url('../gfx/designed.png');
	display: inline-block;
	width: 149px;
	height: 47px;
	color: rgba(0,0,0,0);
	font-size: 0;
}

div.layout_centered
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div.layout_header
{
	height: 175px;
	background: url('../gfx/header.jpg') center top;
}

div.layout_header strong
{
	background: url('../gfx/header.png');
	width: 541px;
	height: 108px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: 30px;
	font-size: 0;
	color: rgba(0,0,0,0);
}

/****************** Laguages ******************/

span.layout_languages
{
	position: absolute;
	right: 5px;
	top: 5px;
}

a.layout_language_en
{
	background: url('../../basic/gfx/flags/gb.gif') no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

a.layout_language_da
{
	background: url('../../basic/gfx/flags/dk.gif') no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

span.layout_languages span
{
	display: none;
}

/***************** Navigation *****************/

div.layout
{
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

div.layout_navigation
{
	position: relative;
}

div.layout_navigation ul
{
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;
	height: 39px;
}

div.layout_navigation li
{
	height: 39px;
	float: left;
	font-size: 14px;
}

div.layout_navigation a
{
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	height: 14px;
	line-height: 37px;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
}

div.layout_navigation li.selected
{
	font-weight: bold;
}

div.layout_content
{
	padding: 20px 0 20px 0;
	overflow: hidden;
}div.front
{
	width: 922px;
	height: 341px;
	margin: 10% auto 0;
	position: relative;
	text-align: left;
}

div.front_title
{
	position: absolute;
	background: url('../gfx/front.png') -453px -4px;
	left: 453px;
	top: 4px;
	height: 49px;
	width: 326px;
	z-index: 1;
}

div.front_title *
{
	display: none;
}

div.front_photo
{
	background: url('../gfx/front.png');
	position: absolute;
	width: 488px;
	height: 341px;
}

div.front ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.front_contact
{
	position: absolute;
	top: 70px;
	left: 453px;
	font-family: Courier;
}

ul.front_contact a
{
	color: #ddd;
}

ul.front_contact a span
{
	color: #000;
}

ul.front_contact a:hover, ul.front_contact a:hover span
{
	color: #45f;
}

ul.front_contact li
{
	padding-left: 60px;
	text-align: left;
	font-size: 13px;
}

li.front_address
{
	background: url('../gfx/front.png') -453px -70px;
	height: 79px;
}

li.front_mail
{
	background: url('../gfx/front.png') -453px -149px;
	height: 61px;
}

li.front_calendar
{
	background: url('../gfx/front.png') -453px -210px;
	height: 79px;
}

ul.front_profiles
{
	position: absolute;
	top: 70px;
	left: 684px;
}

ul.front_profiles a
{
	display: block;
	width: 225px;
	text-indent: 400px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}

ul.front_profiles span
{
	display: none;
}

li.front_onlineme a
{
	background: url('../gfx/front.png') -684px -70px;
	height: 54px;
	margin-bottom: 19px;
}

ul.front_profiles a:hover
{
	-webkit-transform: scale(1.1) rotate(5deg);
}

li.front_facebook a
{
	background: url('../gfx/front.png') -684px -143px;
	height: 50px;
	margin-bottom: 15px;
}

li.front_facebook a:hover
{
	-webkit-transform: scale(1.1) rotate(-5deg);
}

li.front_twitter a
{
	background: url('../gfx/front.png') -684px -208px;
	height: 50px;
}

li.front_onlineme em
{
	background:url("../gfx/front.png") repeat scroll -809px -8px transparent;
	font-size: 0;
	height: 65px;
	left: 125px;
	color: rgba(0,0,0,0);
	text-indent: 200px;
	position: absolute;
	overflow: hidden;
	top: -62px;
	width: 116px;
	z-index: 5;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}



      @-webkit-keyframes pulse {
       0% {
         opacity: 0;
         -webkit-transform: scale(.5) rotate(0deg);
       }
       20% {
         opacity: 1;
         -webkit-transform: scale(1) rotate(-5deg);
       }
       40% {
         opacity: 1;
         -webkit-transform: scale(1) rotate(5deg);
       }
       60% {
         opacity: 1;
         -webkit-transform: scale(1) rotate(-5deg);
       }
       80% {
         opacity: 1;
         -webkit-transform: scale(1) rotate(5deg);
       }
       100% {
         opacity: 0;
         -webkit-transform: scale(.5) rotate(0deg);
       }
      }

      .pulsedbox {
      }
