﻿/* Basic HTML stylings */

body {
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}

body, p, select, option, input, textarea, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;	
}

ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;

}

img, table
{
	border:0;
}


#DisclaimerParent
{
	margin-top: 20px;
	float: left;
	width: 100%;
	display: block;
}
.Disclaimer
{
	

	
	width: 470px;
	
	
	
}

li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../images/listarrow.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	padding-left: 10px;
}

li a {
	text-decoration: none;
}

a {
	color: #000000;
}

a:hover {
	color: #767779;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 20px; 
}

h1.headline {
	margin-bottom: 12px;
line-height: 24px;
padding-top:0px;
margin-top:0px;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	margin-bottom: 8px;
}

h3 {
	font-family: Arial;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	margin-bottom: 0px;
}

/* Centering and width */

#CommonTop, #TopNavigation, #SectionTop,  #Content, #Breadcrumb, #Footer  {
	width: 900px;	
	margin: 0px auto;
	text-align: left;
	
}



/* Top - logo and quicklinks */

#CommonTop {
	background-image:url(../images/commontop_bg.gif);
background-repeat:no-repeat;
height:78px;
}

#Logo {
	float: left;
	height: 78px;
}

#Logo .logo {
	margin-top: 16px;
	margin-left: 13px;
	border: none;
}

/* Service navigation */

#ServiceNavigation {
	float: right;
/*	height: 78px;	*/
	margin-top: 28px;
	padding-right: 15px;
}

#ServiceNavigation a {
	text-decoration: none;
}

/* Top navigation bar */

#TopNavigation {
	display: block;
	height: 21px;
	background-color: #DEDEDE;
}

/* Top navigation */

#TopNavigation #Navigation {
	float: left;
	padding-left: 0px;

}

#TopNavigation #Navigation .NavigationItem {
	float:left; 
	height: 21px;
	line-height: 21px;
	display: inline; 
	margin-left: 0px;
	margin-right: 25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;	
}

#TopNavigation #Navigation .NavigationItem a {
	float: left;
	padding-left: 15px; 
	text-decoration: none;
	color: #000000;
	height: 21px;
	line-height: 21px;
	display: block;
	}

#TopNavigation #Navigation .NavigationItem a:hover {
	color: #767779;
}	
	
/* Search box */
 
#TopNavigation #Search {
	float: right;
	width: 133px;
	height: 21px;
}

.searchbox 
{
	
	background-color: #FFFFFF;
	margin-right: 14px;	
	height: 21px;	
}
	
.searchbox .TopSearchFld {
	width: 90px; 
	float:left;
	border: 0px none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 3px;	
}

/* Section header */

#SectionTop {
	height: 49px;
	display: block;
	background-repeat: no-repeat;
}

/* Content section */

#Content {
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* Breadcrumb line and servicelinks */

#Breadcrumb {
	height: 35px;
	display: block;
}

.BreadcrumbPath {
	padding-left: 237px;
	margin-top: 5px;
	width: 471px;
	
	float:left;
	color: #767779;
	font-size: 10px;
}

/* Service links */

.ServiceLinks {
	margin-top: 5px;
	float: right;
	width: 175px;
	color: #767779;
	font-size: 10px;
display:none;	
}

.ServiceLinks a {
	margin-right: 5	px;
}

.BreadcrumbPath a, .ServiceLinks a {
	color: #767779;
	text-decoration: none;
}

/* Left Navigation bar */

#SubNavigation {
	float: left;
	width: 211px; 
	margin-top: -2px;
}

#SubNavigation ul, #SubNavigation li {
	/*	display: inline; */
	list-style: none;
	background-image: none;
}

#SubNavigation ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#SubNavigation li  {
	width: 185px;
/*	height: 22px; */
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px; 
	margin-top: 0px;
/*	border-top: 2px solid #FFFFFF; */
/*	line-height: 22px; */
	font-weight: normal;
	padding-left: 0px;
	display: inline-block;
} 

#SubNavigation li.selected
{
	font-weight: bold;
}




#SubNavigation li a {
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
/*	display: inline; */
	display: block;
	display: inline-block;
}

#SubNavigation ul ul li, #SubNavigation ul ul ul li, #SubNavigation ul ul ul ul li {
	font-weight: normal;
}

#SubNavigation .level3, #SubNavigation .level4, #SubNavigation .level5 {
	font-weight: normal;
}

#SubNavigation ul ul ul li a, #SubNavigation .level4 a {
padding-left: 23px;
}

#SubNavigation ul ul ul ul li a, #SubNavigation .level5 a  {
	padding-left: 32px;
}

/* Main content area */

#MainContentWrapper {
	float: left;
	padding-left: 25px;
	padding-bottom: 50px;
}

#MainContent {
	width: 471px;
	
}

#MainContent .Article {
	margin-bottom: 20px;
	float:left;
     width:100%;
}


#MainContent .Article #articleimage
{
margin-bottom: 10px;
}

#MainContent .Article #articleimage .billedetxt
{
color: #747474;
font-size:10px;
margin-top: 4px;
}

#MainContent .Article .byline
{

font-size:11px;
}


#MainContent #servicebar
{
float: left;

border: solid 1px #a2a2a2;


width: 448px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #f5f5f5;
margin-top: 10px;
margin-bottom: 10px;

padding-left: 10px;
padding-right: 10px;

color: #747474;
font-size:10px;

} 

#MainContent #servicebar a
{
color: #747474;

}

/* Bible selector area */

#Selector {
	width: 471px;
	height: 72px;
	margin-bottom: 15px;
	background-position: bottom;
	background-repeat: no-repeat;
	
}

#Selector .form {
	padding-left: 12px;
	padding-top: 8px;
}

#Selector h3 {
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#Selector .searchitem {
	float: left;
	margin-right: 5px;
}

#Selector .select {
	width: 140px;
}

#Selector .radiobtn {
	margin-right: 5px;
}

/* Block of three items */

.BlockOfThree {
	float:left;
	
	margin-bottom: 20px;
}

.BlockOfThree table td {
	width: 147px;
	vertical-align: top;
	padding-bottom: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.BlockOfThree table td.space {
	width: 15px;
	background-color: transparent;
	background-image: none;
} 

.BlockOfThree table td p, .BlockOfThree table td ul {
	margin-top: 8px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
}

.BlockOfThree h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	width: 133px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 14px;
}

.BlockOfThree p.image {
text-align: center;
}

.BlockOfThree table td {
	background-color: #EFEFEF;
	background-image: url(../images/indsamlingerblockbg.gif);
}

/* Wide content block (colored header) */

.WideBlock {
	padding-bottom: 10px;
}

.WideBlock h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	width: 457px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 14px;
}

.WideBlock p {
	margin-top: 8px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
}

/* Splash elements */


.Splash {
	background-repeat: no-repeat;
	background-position: center;
}

.Splash a, .Splash a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.Splash.Small {
	margin-top: 20px;
	display: block;
/*	width: 82px; */
	height: 74px; 
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	
}

.Splash.Small.Nyheder {
	margin-top: 0px;
	width: 82px;
	background-image: url(../images/splash/nyheder_small.gif);
}

.Splash.Small table td {
	width: 82px; 
	height: 74px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

/* Right column content */

#RightColContent {
	float: right;
	width: 149px;
}

#ShoppingBasket {
	font-size: 10px;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

#ShoppingBasket table {
	border-bottom: 1px solid #BDBCBC;
}

#ShoppingBasket .price {
	text-align:right;
}

#CreditCards{
	float: right;
	display: block;
}

/* Links to related content */

.Related {
	margin-bottom: 25px;
}

	


.RelatedImage
{
	width: 147px;
	padding-bottom: 10px;
		margin-bottom: 25px;
}


.RelatedImage .content
{
	padding: 10px;
}
.RelatedImage h3
{
	font-size: 13px;
margin-bottom: 10px;
	
}

/* Footer - addressline */

#Footer {
	height: 21px;
	line-height: 21px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-y;
	
}

.FooterContent {
	padding-left: 15px;
	float:left;
}



.FooterInfoInEnglish
{
	float: right;
	padding-right: 15px;

}
.FooterInfoInEnglish a
{
	color: #767779;
	text-decoration: none;
}


/* Splash elements */

.SmallSplash, .BigSplash {
	background-repeat: no-repeat;
	background-position: center;
}

.SmallSplash a, .SmallSplash a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
}

.SmallSplash {
	margin-top: 20px;
	display: block;
	width: 82px;
	height: 74px; 
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}

.SmallSplash a, .SmallSplash a:hover {
	color: #FFFFFF;
	text-decoration: none;
}























.SmallSplash table td {
	width: 82px; 
	height: 74px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.BigSplash {
	margin-top:10px;
	display: block;
	width: 151px;
	height: 195px; 
	text-align: center;
	margin-bottom: 12px;
}

.BigSplash a, .BigSplash a:hover {
	text-decoration: none;
	color: #000000;
}

.BigSplash table td {
	width: 151px; 
	height: 195px;
	padding-left: 30px;
	padding-right: 12px;
	vertical-align: middle;
	text-align: left;
	color: #000000;
text-transform: uppercase;
}



/* List of pages */
div.PageList
{
	float:left;
	
}

div.PageList .ListOverview
{
	
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
}
div.PageList .ListOverview a
{
	text-decoration: none;
	text-transform: uppercase;
}

div.PageList ul li
{
margin-bottom: 10px;	
}

div.PageList ul li h1
{
	
}





/* debat panel */

.DebatPanel
{
	border: solid 1px #767779;
	padding: 10px;
	background-color: #E5E7EB;
	
}

.debatecontenttext
{
	padding-top: 5px;
}

.debatesendbutton
{
	padding-top: 5px;
	text-align: left;
}

.debatecontenttitletextbox
{
	width: 425px;
	border: solid 1px #767779;
	padding: 5px;
}

.debatecontenttexttextbox
{
		width: 425px;
		border: solid 1px #767779;
		padding: 5px;
}

.DebatPanel h2
{
	font-size: 14px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px; 
}


.DebatPanel .indlaegLevel1
{
	padding-bottom: 10px;
}
.DebatPanel .indlaegLevel1 .title
{
	font-weight: bolder;
}


.DebatPanel .indlaegLevel1 .metainf
{
	
	width: 440px;
	background-color: #F8F8F8;
margin-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	padding: 2px;
}

.DebatPanel .indlaegLevel1 .metainf .dato
{
	float:left;
	position: relative;
	font-size: 9px;
	
}

.DebatPanel .indlaegLevel1 .metainf .user
{
	float: right;
	position: relative;
	font-style: italic;
	font-size: 9px;
	
}

.DebatPanel .indlaegLevel1 .answer
{
	margin-top: 10px;
	width: 440px;
	text-align: right;
	height: 15px;
}

.DebatPanel .indlaegLevel1 .answer a
{
	width: 100px;
	border: solid 1px #767779;
	padding: 2px;
}

.DebatPanel .debateposts div ul
{
	list-style-type: none;
}



.DebatPanel .debateposts div ul li
{
	list-style-type: none;
	background-image: none;
	padding-left:0;
}



/* Newsletter signup */

#NewsLetterSubscription .NewsletterConfirm
{
	border: solid 1px black;
	margin-bottom: 10px;
	padding: 10px;
	
}
#NewsLetterSubscription .NewsletterError
{
	border: solid 3px red;
	margin-bottom: 10px;
	padding: 10px;
	
	
}


#NewsLetterSubscription .ListText
{
	font-weight: bold;
}

#NewsLetterSubscription .FieldsText
{
	clear: both;
	
	
	font-weight: bold;
}


/* DEBATE MODULE */

.DebateContainer
{
	float:left;
	background-color: #EFEFEF;
	padding: 10px;
	background-image: url('/media/images/indsamlingerblockbg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.DebateContainer .debateposts
{
	
}


.DebateContainer .debateheadline
{font-family: Arial;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}



.DebateContainer .debateposts h3 {
	font-family: Arial;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}


.DebateContainer .debateposts div ul
{

}

.DebateContainer .debateposts div ul li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #c4c4c4;
}

.DebateContainer .debateposts div ul li  li
{
	border-bottom: 0;
}
	

.DebateContainer .debateposts .indlaegLevel2
{
background-color: #F4F4E6;
padding: 2px;
	
}

.DebateContainer .debateposts .indlaegLevel1 .title
{
	font-weight: bold;
	
	
	
	
}

.DebateContainer .debateposts .indlaegLevel1 .comment
{
	
	
}

.DebateContainer .debateposts .indlaegLevel1 .dato
{
	
	
	color: #C4C4C4;
	}


.DebateContainer .debateposts .indlaegLevel1 .user
{
	
}
.DebateContainer .debateposts .indlaegLevel1 .answer
{
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	
}

.DebateContainer .debateposts .indlaegLevel1 .answer a.Besvarbtn
{
	border: solid 1px black;
	background-color: White;
	
	padding: 3px;
}
.DebateContainer .ucdebatemodule 
{
	margin-bottom: 20px;
}
.DebateContainer .ucdebatemodule .debatecontenttitletextbox
{
	width: 425px;
}


.DebateContainer .ucdebatemodule .debatecontenttexttextbox
{
	width: 425px;
	height: 300px;
}
.DebateContainer .debateinfotext
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.DebateContainer .debatebottom
{
	display: none;
}


.DebateContainer .debateuserloginlinks
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Debate listing */

.debatelisting
{
	
}

.debatelisting .debateparent
{
	font-family: Arial;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bolder;
}


.debatelisting .debateparentmanchet
{
	padding-bottom: 15px;
	
	height: auto;
}

.debatelisting ul
{
	list-style-type: none;
}

.debatelisting ul li
{
	list-style-type: none;
	padding-left:0;
	padding-bottom: 10px;
}

.debatelisting ul li ul
{
	list-style-type: square;
}

.debatelisting ul li ul li
{
	list-style-type: none;
	background-image: url(../images/listarrow.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	padding-left: 10px;
}

.debatelisting ul li ul li .debatechildlevel1
{
	
}

.debatelisting ul li ul li .debatechildlevel1 .name
{
	color: #c4c4c4;
	
}

.debatelisting ul li ul li .debatechildlevel1 .text
{
	padding-left: 0;
	
}


/* Kommentarside */

.CommentContainer
{
	float:left;
	background-color: #EFEFEF;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('/media/images/indsamlingerblockbg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 441px;
}

.CommentContainer .divTitelComment
{
	
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bolder;
	width: 100%;
	float: left;
}
.CommentContainer .divUnderTitelComment
{
	padding-bottom: 10px;
	width: 100%;
	float: left;
}



.CommentContainer .divExtraFields
{
	
	float: left;
	width: 441px;
}

.CommentContainer .divExtraFields .divOuterField
{
	
float: left;
width: 441px;
margin-bottom: 5px;

}


.CommentContainer .divExtraFields .materialefelt
{
width: 441px;
	float: left;
	margin-bottom: 5px;	
}

.CommentContainer .divExtraFields .materialefelt .extrafieldlabel
{
width: 325px;
float: left;

padding-left: 10px;
}

.CommentContainer .divExtraFields .materialefelt .divExtraField
{
	float: left;
	
}

/* Overskrift for hvert felt */
.CommentContainer .divExtraFields .extrafieldlabel
{
width: 150px;
float: left;

}


.CommentContainer .divExtraFields .extrafieldoverskrift
{
margin-top: 10px;
font-weight: bold;
margin-bottom: 10px;
width: 100%;
	float: left;
}


.CommentContainer .divExtraFields .divExtraField
{
	
}

.CommentContainer .divExtraFields .divExtraField input
{
	
	
}

.CommentContainer .divExtraFields .validators
{
		float: left;
		width: 431px;
		padding: 5px;
		background-color: White;
		
}

.CommentContainer .divCommentComment
{
	
	padding-top: 10px;
}
.CommentContainer .divCommentComment textarea
{
		
}
.CommentContainer .divIndsendknapComment 
{
	padding-left: 150px;
}

.CommentContainer .divIndsendknapComment .btnindsend
{
	margin-top: 15px;

	
	
}


/* Bible content*/


#biblenotes
{
	border: solid 1px #C4C4C4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

#biblenotes dl
{
	margin: 0;
}


#ShoppingBasket h3 a
{
	text-decoration: none;
	color: black;
}


#stepindicator
{
	/*display: table;*/
}

#stepindicator div.step
{
	width:30px;
	height: 24px;
	float:left;
	background-color: #CAE6D3;
	color: Black;
	margin-right: 5px;
	padding:0;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
}

#stepindicator  div.stepactive
{
	width:30px;
	height: 24px;
	float:left;
	background-color: #559762;
	color: White;
	margin-right: 5px;
	padding:0;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
}


#Content #MainContentWrapper #MainContent #Step
{
	background-color: #E4F1E7;
	width: 471px;
	margin-bottom: 10px;
}

#Content #MainContentWrapper #MainContent #Step .intro
{
	padding: 15px;
	padding-bottom: 10px;
}

#Content #MainContentWrapper #MainContent #Step .intro h1
{
	color: Black;
		font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	
}



#Content #MainContentWrapper #MainContent #Step #kvittering
{
	width: 471px;
	
	background-image: url('/media/images/backetstepback.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0;

	
	padding-bottom: 40px;
	
}

#Content #MainContentWrapper #MainContent #Step #kvittering h3
{
	margin-bottom: 10px;
}
#Content #MainContentWrapper #MainContent #Step #betaling
{
	width: 471px;
	
	background-image: url('/media/images/backetstepback.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0;
	
	padding-bottom: 20px;
}
#Content #MainContentWrapper #MainContent #Step #adresse
{
		width: 471px;
	
	background-image: url('/media/images/backetstepback.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0;
	padding-bottom: 20px;
}

#Content #MainContentWrapper #MainContent #Step #adresse table tr td.adressedelimeter
{
	height: 5px;
}



#Content #MainContentWrapper #MainContent #Step #adresse .txtfield
{
	border: solid 1px black;
	padding-left: 5px;
	height: 20px;
}


#Content #MainContentWrapper #MainContent #Step #basketcontent
{
	width: 471px;
	
	background-image: url('/media/images/backetstepback.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Content #MainContentWrapper #MainContent #Step table tr td.whiteline
{
	height: 2px;
	background-color: White;
}

#Content #MainContentWrapper #MainContent #Step table tr.header
{
	background-color: #CAE6D3;
	height: 23px;
}

#Content #MainContentWrapper #MainContent #Step  table tr.header td
{
	font-weight: normal;
}

#Content #MainContentWrapper #MainContent #Step  table tr.orderline
{
	
	height: 80px;
}


#Content #MainContentWrapper #MainContent #Step #kvittering table tr.orderline
{
	
	height: 20px;
}



#Content #MainContentWrapper #MainContent #Step  table tr.ordertotal
{
	
	height: 65px;
}
#Content #MainContentWrapper #MainContent #Step  table tr.ordertotal td
{
	padding-top: 5px;
	vertical-align: top;
}
#Content #MainContentWrapper #MainContent #Step  table tr.orderline td
{
	padding-top: 5px;
	vertical-align: top;
}

#Content #MainContentWrapper #MainContent #Step .antalfld
{
	background-color: White;
	width: 30px;
	border: solid 1px black;
}


/* Boganmeldelser */

#Boganmeldelser
{

	background-color: #EFEFEF;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('/media/images/indsamlingerblockbg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 441px;
	float:left;
}


.commenttak
{
float: left;
margin-top: 20px;	
font-weight: bold;
	border: solid 1px black;
	padding: 10px;
}


/* Search Result */

#searchpanel
{
	background-color: #EFEFEF;
	padding: 10px;
	padding-top: 20px;
	float: left;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('/media/images/indsamlingerblockbg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 441px;
}


.divTitelCommentText
{
	margin-bottom: 10px;
}

#CategoryList
{
float:left;
width:100%;
}

#CategoryList .Category
{
border-top: solid 2px #7e3a90;
float: left;
width:100%;

}


#CategoryList .Category .CategoryTitle
{
float: left;
padding-left: 10px;
padding-top:2px;
padding-bottom: 4px;
padding-right: 10px;
background-color: #7e3a90;
font-size: 11px;
color: white;
font-weight: bold;

}

#CategoryList .CategoryTeaser
{
float:left;
margin-top: 20px;
}

#CategoryList .CategoryTeaser .Spotbillede
{
float:right:
margin-left: 5px;
margin-bottom: 5px;
}

#CategoryList .CategoryTeaser h3 a
{
text-decoration: none;
font-weight: bolder;
}
