/* GENERAL STYLES */
/* GENERAL STYLES */


/*
===========================
Rich text editor styling
===========================
*/

#holderBody
{
	background:none;

}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border:1px solid #ccc;
	padding:10px;
	margin:5px;
	text-align:left;
	font-size:14px;
}

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

h4,h5,h6 {

	font-weight:normal;
	font-size:100%
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

/*ol,ul {
	list-style:none;
}*/
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/

body
{
	background-color: #D7D8D9;
	font-family:'Trebuchet MS','Arial',sans-serif;

}



#Container
{
	margin:0 auto 0 auto;
	width:760px;

}

#Header
{
	overflow: hidden;
}

h1#Logo
{
	text-indent:-10000px; /*Used to hide the text off screen */
	height:91px;
	width:221px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}




#Navi
{
	margin:0;
	padding:0;
	float:left;
	height:31px;
	width:760px;
	font-size:13px;
	background-color:#ffffff;
	font-weight:bold;
	font-color:gray;
}

#Navi li
{
	float:left;
	display:block;
	line-height:31px;
	background-color:#ffffff;
	margin:0 0 0 8px;
	font-color:gray;

}

#Navi li a
{
	color:#003366;
	text-decoration:none;
	display:block;
	
}

#Navi li a:hover, #Navi li.Selected a
{
	color:#003366;
	background-color:#ffffff;
}






#Menu {
	background-color:#ffffff;

}
#Content
{
	background-color:#FFFFFF;
	padding:0 0 0 0;
  	clear:both;

}

#HomeFeature
{
	margin-top:30px;
	background-image:url(../Assets/theme_one/Feature/topbanner3.jpg);
	background-repeat:no-repeat;
	height:168px;
	text-indent:-10000px; /*Used to hide the text off screen */
}


#HomeFeatureEnglish
{
	margin-top:30px;
	background-image:url(http://kvinder.com/media/3923/top_med_tekst_engelsk3.jpg);
	background-repeat:no-repeat;
	height:168px;
	text-indent:-10000px; /*Used to hide the text off screen */
}



#ContentContainer
{
	margin:24px 0 0 10px;
	/*background-color:red;*/ /* Used for debug */
}

#MainContent
{
	width:490px;
	float:left;
	font-size:14px;
	/*background-color:purple;*/ /* Used for debug */
}



#MainContent h3
{
	font-size: 14px;
	color:#ff6300;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#FF6300;
	text-decoration:underline;
}

#MainContent a:hover
{
	color:#FF6300;
	text-decoration:none;
}

#options {
float:right;
position:relative;
top:-15px;
margin-bottom:-22px;

}

/*
==========================================
NAVIGATION
==========================================
*/

#sitemap{
padding-left: 10px;
padding-bottom:10px;
margin:0;
}

.tdmenu{
vertical-align:bottom;
margin-right:13px;
float: left;
padding-top: 10px;

}
.tdmenu a{
display: block;
}

.undermenuskjult{
display: none;
position: absolute;
width: 1px;
height: 1px;
}


.undermenu{
width:110px;
background-color:white;
background: transparent; 
background-color: white; 
opacity: .9; 
filter:alpha(opacity=90);
border:1px solid gray;


}
.undermenudiv{
width:100px;
height:18px;
border-bottom:1px solid gray;
opacity: .8; 
filter:alpha(opacity=90);
padding:5px;
}

.undermenupunkter{
font-size:12px;
text-decoration: none;
color: #0033cc;
font-weight: 400;
text-indent:2px;

}


.menupunkt{

font-size:16px;
font-weight: bold;
text-decoration: none;
border-bottom:1px dashed #cccccc;



}
.menupunkt:link{
color: gray;

}
.menupunkt:visited{
color: gray;
}
.menupunkt:active{
color: #003366;
}

.menupunkt:hover{
color: #003366;
}


/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
	margin:15px 0 0 -10px;
	width:424px;
}

#MainContent .GalleryList .Item
{
	float:left;
	width:96px;
	margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
	padding:2px;
	border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
	padding:2px;
	border:1px solid black;
	background-color:black;
}

#MainContent .GalleryList .Item strong a
{
	display:block;
	margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
	display:block;
	font-size:12px;
}


#MainContent .Photo img
{
	/* This ensures the photos is resized to fit the div */
	max-width:100%;
}

#MainContent .Photo .PhotoNav
{
	display:block;
}

#MainContent .Photo .PhotoNav .Left
{
	float:left;
}

#MainContent .Photo .PhotoNav .Right
{
	float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Assets/theme_one/Misc/dkkort.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}




/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
	border-left:1px dashed #cccccc;
	float:right;
	width:230px;
	height:400px;
	font-size:11px;
	/*background-color:blue;*//* Used for debug */
	padding:0 0 0 15px;
}

#SecondaryContent h3
{
	font-size: 20px;
	color:#ff6300;
}

#SecondaryContent a
{
	color:#000000;
	text-decoration:underline;
}

#SecondaryContent a:hover
{
	color:#000000;
	text-decoration:none;
}

#SecondaryContent a.RSSLink
{
background-image:url(../Assets/theme_one/Misc/rss_icon.gif);	
background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
background-image:url(../Assets/theme_one/Misc/rss_icon.gif);	
background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 23px;
}

#SecondaryContent ul#NewsList
{
	list-style-type:none;
	margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
	margin:0 9px 6px 0;
	font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 7px;
	color:#808080;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FF6300;
	text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(../Assets/theme_one/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

#FooterImg {
float:left;
}

#Footer
{
	clear:both;
	min-height:20px;
	font-size:12px;
	color:white;
	padding:0 10px 0 10px;
	background-image:url(../Assets/theme_one/Misc/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	vertical-align:bottom;
	}

#Footer a
{
	color:#ffffff;
	text-decoration:none;

}

#Footer span
{
	display:inline;
	position:relative;
	top:67px;

}

#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}

/* EDITOR PROPERTIES */

/* EDITOR PROPERTIES */
H1 {
font-family:'Trebuchet MS','Arial',sans-serif;
font-size:22px;
font-weight:bold;
color:#ff6300;
margin-bottom:3px;
padding-bottom:1px;

}

H2 {
font-family:'Trebuchet MS','Arial',sans-serif;
font-size:18px;
font-weight:normal;
color:#ff6300;
margin-bottom:3px;
padding-bottom:1px;


}

H3 {
font-family:'Trebuchet MS','Arial',sans-serif;
font-size:14px;
font-weight:bold;
color:#ff6300;
margin-bottom:3px;
padding-bottom:1px;

}

h4 {
font-family:'Trebuchet MS','Arial',sans-serif;
color:#ff6300;

}

