 body
{
	background-color: #232323;
  	background-image: url(Common/bg01.jpg);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: small;
	/* font-size: 0.74em;*/
	color: #452A21;

}

/* begin unique elements */

#container
{
	width: 870px;
	margin: 0 auto;

	/* defines container element */
}

#header
{
  	background-color: #000000;
  	background-image: url(Common/header_TF2.jpg);
  	border: 1px solid;
  	border-color: #c09070 #704020 #704020 #c09070;
	height: 110px;
	padding: 5px;

	/* defines header element */
}

	#header h1
	{
		margin: 0;
		padding: 0;
		text-align: right;
		font-weight: normal;
		font-size: 300%;
		color: #F8EEE5;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0px 0px 0px 40px;
		text-align: left;
		font-weight: normal;
		font-size: 140%;
		color: #F5DFCE;


		/* define header h2 tag */
	}


	#header a
	{
		color: #2B1812;
		text-decoration: none;

		/* style footer links */
	}

	#header a:hover
	{
		color: #ffffff;

		text-decoration: underline;

		/* style footer links */
	}


#navigation
{
	background-color: #000000;
  	background-image: url(Common/bg_navigation.jpg);
 	border: 1px solid;
  	border-color: #e0b090 #906040 #906040 #e0b090;
  	color: #fff0d0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	height: 26px;
	padding: 0px;
	/*text-align: left;*/



	/* define navigation element */
}

	#navigation ul
	{
		margin: 0;
		padding: 0;

		/* remove padding and margin from navigation list */
	}

	#navigation ul li
	{
		list-style: none;
		float: left;

		/* set list elements to display inline */
	}

	#navigation ul li a
	{
		/*height: 20px;*/
		/*width: 100px;*/
		padding: 0px 0px 0px 0px;
		margin-right: 10px;
		margin-left: 10px;
		text-decoration: none;
		text-align: center;
		color: #F5DFCE;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a:hover
	{
		color: #000000;

		/* set navigation hover link state */
	}

#centre
{
	background-color: #C9BFA5;
  	border: 1px solid;
  	border-color: #846E3D #b08050 #b08050 #846E3D;
	margin: 0;


	/* container for all blog content */
}


#centre_pbs
{
	background-color: #ffffff;
  	border: 1px solid;
  	border-color: #846E3D #b08050 #b08050 #846E3D;
	margin: 0;


	/* container for all blog content */
}

#content
{
	width: 640px;
	float: left;
	padding: 15px;

	/* defines content element */
}

	#content h1
	{
		border-bottom: 1px solid #866B3E;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 26px;
		color: #866B3E;

		/* defines generic h1 element */
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: 300;
		font-size: 16px;
		/*text-transform: uppercase;*/
		text-align: left;
		color: #866B3E;


		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #866B3E;


		/* defines generic h3 element */
	}

	#content a
	{

		color: #9A4F25;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #9A4F25;
		text-decoration: none;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#profilbillede
{
	position:relative;
	left:-100px;
	top:-150px;
	height: 100px;
	width: 100px;

	padding: 10px 0px;
	margin-bottom: 20px;
	color: #FFFFFF;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines billede element */
}


#subcontent
{

  	border: 0px solid #000000;
	float: right;
	margin: 0px;
	padding: 5px;
	width: 180px;


	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #452A21;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #452A21;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #452A21;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 5px 0px 0px 0px;
		color: #452A21;
		display: block;
		text-decoration: none;


		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #781F01;

		/* defines generic link hover state */
	}


#wrapper {
   	width: 426px;
	background-color: #C9BFA5;
	margin-bottom:10px;

}

#imageboks {
  	width: 200px;
  	height: 70px;
	border:1px solid #232323;
  	float: left;
	margin-right:11px;
	margin-bottom:10px;
  	padding:0px;
}

#imageboks2 {
  	width: 200px;
	border:1px solid #232323;
  	float: right;
	margin-bottom:10px;
  	padding:0px;
}


#leftcol {

  width: 420px;
  float: left;
  padding:0px;

}


#rightcol {

  width: 213px;
  float: right;
}

#headlines_nyheder {

	display :block;
	width: 195px;
	margin-bottom: 10px;
	text-indent: 0px;
	padding: 7px;

}


#headlines_static {
	display :block;
	width: 195px;
	margin-bottom: 10px;
	text-indent: 0px;
	padding: 7px;

}

#headlines
{
	border: 1px solid #846E3D;
	background-color: #E0D8C6;
	font-size: 90%;
	display :block;
	width: 200px;
	margin-bottom: 10px;
	text-indent: 0px;

	/* defines container for categories element */
}

	#headlines li
	{
		list-style: none;
		font-style:italic;
		padding-top: 7px;

	}

	#headlines ul li a
	{
		text-decoration: none;
		margin-bottom: 10px;
		color: #6A572C;
	}

	#headlines ul li a:hover
	{
		color: #000000;
	}

	#headlines ul
	{
	padding: 0px 5px 0px 10px;
	margin-left: 0px;
	}


#headlines_event
{

	border: 1px solid #846E3D;
	font-size: 90%;
	color: #A96401;
	width: 200px;
	margin-bottom:10px;
	display :block;

	/* defines container for categories element */
}
	#headlines_event h3
	{

	padding: 5px;
	}

	#headlines_event ul li a
	{
		color: #9A4F25;
		text-decoration: none;

	}	
	#headlines_event ul li a:hover
	{
		color: #9A4F25;
		text-decoration: none;
		border-bottom: 1px solid #846E3D;
	}
	#headlines_event ul
	{

		list-style-type: none;
		text-decoration: none;
	}



#calender
{
	margin: 5px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #989181;
		border: 1px solid #846E3D;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #494949;
		font-weight: bold;
		color: #D7CDB5;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #D7CDB5;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #D7CDB5;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #8E8878;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #BFB6A1;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #6F512D;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #728C40;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #D7CDB5;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #CAAF35;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #D76C0D;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #9F380E;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}



#pages
{
	/*background-image: url(Common/Sub-Background.jpg);*/
	/*background-position: top left;*/
	/*background-repeat: repeat-y;*/
	font-weight: bold;
	background-color: #C9BFA5;
	margin-bottom: 0px;
	width: 178px;
	padding: 0px;

	/* defines container for categories element */
}

	#pages h1
	{
		/*background-image: url(Common/Subheader-Background.jpg);*/
		/*background-position: top left;*/
		/*background-repeat: no-repeat;*/
		margin: 0px;
		padding: 5px 10px;
	}

	#pages ul
	{
		/*background-image: url(Common/Sublist-Background.jpg);*/
		/*background-position: bottom left;*/
		/*background-repeat: no-repeat;*/
		padding: 0px 10px 10px 10px;
	}


#categories
{

	background-color: #D7CDB5;
	border: 1px solid #846E3D;

	overflow: hidden;
	float: left;
	clear: left;
	font-size: 100%;
	color: #A96401;
	width: 178px;

	/* defines container for categories element */
}

	#categories h1
	{

		margin: 0px;
		padding: 5px 10px;
		color: #A96401;
	}

	#categories ul li a
	{
		color: #9A4F25;
		text-decoration: none;
		border-bottom: 1px solid #846E3D;
	}	
	#categories ul li a:hover
	{
		color: #781F01;
		text-decoration: none;
		border-bottom: 1px solid #846E3D;
	}


	#categories ul
	{

		padding: 5px 10px 10px 10px;
		margin-bottom: 5px;
	}

#archives
{
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #A96401;
	}

	#archives ul
	{
		margin-bottom: 10px;
	}

	#archives ul li a
	{
		background-image: url(Icons/Archive.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
		border-bottom: 1px solid #d0a070;
		text-decoration: none;
	}






#links
{
	overflow: hidden;
	float: left;
	clear: left;
	width: 180px;

	/* defines container for links element */
}

	#links h1
	{
		color: #9A4F25;
	}

	#links ul
	{
		margin-bottom: 0px;
	}

	#links ul li a
	{
		/*background-image: url(Icons/Link.gif);*/
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 0px;
		color: #000000;

		text-decoration: none;

	}

#feeds
{
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #A96401;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
		border-bottom: 1px solid #846E3D;
		text-decoration: none;
	}

#login
{
	overflow: hidden;
	float: left;
	padding: 15px;



	/* defines container for login element */
}

	#login h1

	{
		border-bottom: 1px solid #846E3D;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #A96401;

		/* defines generic h1 element */
	}

	#login ul
	{
		margin-bottom: 10px;

	}

	#login ul li a
	{
		/*background-image: url(Icons/Site.gif);*/
		/*background-position: 0px 7px;*/
		/*background-repeat: no-repeat;*/
		/*padding-left: 20px;*/
		border-bottom: 1px solid #846E3D;
		text-decoration: none;
	}

#notification
{
	background-color: #C9BFA5;
	height: 100%;
	width: 640px;
	margin: 0 auto;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #728c40;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{

  color: #9C7E7E;
	padding: 2px 10px 2px 2px;
	margin-bottom:5px;
	text-align: right;

	/* style footer element */
}

	#footer a
	{
		color: #9C7E7E;
		text-decoration: none;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #9C7E7E;

		text-decoration: underline;

		/* style footer links */
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{
		border-bottom: 1px solid #846E3D;
		padding-bottom: 15px;
		padding-top: 10px;
		line-height: 15px;
		font-size: 100%;

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;



		/* defines the container for the article details */
	}

	.article h2 a
	{
  		color: #7C75A7;
		padding-top: 10px;
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;


		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 1px solid #846E3D;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 15px;
		font-size: 100%;

		/* defines the article introduction container */
	}

	.article .link
	{

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin events styling */

.event
{
}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;

	font-size: small;

	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;

	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;

	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #F4DEC8;
		padding: 5px 5px;
		clear: both;
	}

form
{
	margin: 0;
	padding: 0;
}

	form .text
	{
		border: 1px solid #999999;
		clear: both !important;
		display :block;
		width: 98%;
		padding: 3px;
	}

	form .select
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		width: 100%;
		padding: 3px;
	}

	form .textarea
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		width: 98%;
		padding: 3px;
	}

	form .button
	{
		/*border: 3px double #666666;
		border-top-color: #CCCCCC;
		border-left-color: #CCCCCC;
		background-color: #FFFFFF;
		width: 100px;
		padding: 3px 0px;
		text-align: center;
		font-weight: bold;
		font-size: 75%;
		color: #333333;
		float: right; */
	}

	form .button:active
	{
		/*border: 3px double #666666;
		border-top-color: #999999;
		border-left-color: #999999;*/

		/* applies formatting to the form button classes for the click state */
	}

	form .clear
	{

	}

	/* container for comment and search forms */
	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}
check.
	{
	border: 0px; 
	}

table
{
	width: 100%;
	padding: 0;

}

	table th
	{
		font-weight: bold;
		padding-bottom: 5px;
	}

	table td
	{
		padding: 0px 2px;
	}

	table .options
	{
		width: 18%;
		text-align: center;

		/* defines the optional details columns */
	}

	table .label
	{
		width: 23%;
		text-align: right;
		line-height:1.5;
		/* defines left hand column when displaying editing form */
	}

	table .oplysning
	{
		width: 45%;
		text-align: right;
		line-height:1.5;
		/* defines left hand column when displaying editing form */
	}

	table .details
	{
		width: 77%;
		/* defines right hand column in editing form */
	}

	table .details ul
	{
		width: 280px;
		margin: 0;
		padding: 0;
	}

	table .details li
	{
		display: block;
		width: 33%;
		float: left;
	}

	table .details li input, table .details li select
	{
		width: 100%;
	}

	table .details li.day
	{
		text-align: left;
	}

	table .details li.month
	{
		text-align: left;
	}

	table .details li.year
	{
		text-align: left;
	}

	table .details li.hour
	{
		text-align: left;
	}

	table .details li.minute
	{
		text-align: left;
	}

	table .parent
	{
		background-color: #CCCCCC;
	}

	table .date
	{
		width: 280px;
	}
#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}



.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
border: none;

}
img.profil { 
  float: left;
  margin: 2em 
}

