/* --- Generel opsætning ----------------------------------------- */
a , abbr , acronym , address , b , bdo , big , blockquote , body , button , caption , center , cite , dd , del , dfn , dir , div , dl , dt , em , fieldset , font , h1 , h2 , h3 , h4 , h5 , h6 , hr , i , img , input , ins , isindex , kbd , label , legend , li , link , map , menu , meta , ol , optgroup , option , p , pre , q , s , samp , select , small , strike , strong , style , sub , sup , table , td , textarea , th , tr , tt , u , ul , var  {

    /*font-family : Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif;*/
    font-family: arial, sans-serif;
    /*font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;*/

}

body {	text-align: center;
	background: #EAEFF5;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	color: #3B7498;
}

h1  {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 2em;
	font-weight : 500;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h2 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 1.75em;
	font-weight : 500;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h3 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 1.45em;
	font-weight : 500;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h4 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 1.33em;
	font-weight : 500;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h5 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 1.17em;
	font-weight : 500;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h6 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	/*font-size-adjust : 0.53;*/
	font-size : 1em;
	font-weight : 700;
	font-style : normal;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : normal;
	text-transform : none;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-family : Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	color:#326280;
	background: #FFFFFF;
}

h1  {
	margin-top : 1.33em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

h2 {
	margin-top : 1.75em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

h3 {
	margin-top : 1.58em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

h4 {
	margin-top : 1.33em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

h5 {
	margin-top : 1.17em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

h6 {
	margin-top : 1em;
	margin-bottom : 0.33em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

p {
	margin-top : 0.75em;
	margin-bottom : 0.75em;
	padding-top : 0;
	padding-bottom : 0;
	border-top : 0;
	border-bottom : 0;
}

p {
	text-indent: 0;
	text-align: justify	
}

img {
	border-width: 0px;	
}

hr {
	color: #336699;
	background: #FFFFFF;
	height: 1px;
	width: 100%;
}
/* --------------------------------------------------------------- */

/* --- Bokse og deres nedarvede elementer ------------------------ */
#container {	
		text-align: left;
		border: 1px solid #545454;
		width: 796px; /* width of mainbx+menubx+left/right paddings + 1 px for the vert. line */
		margin: 0 auto;
		padding:0;
		background: #FFFFFF;
		color: #3B7498;
}

#topbx	{	
		color: white;
		border-bottom: 1px solid #545454;
		background: #3B7498;
		margin: 0;
		text-align: center;
		height: 60px;
		padding-top:0px;
		text-transform: uppercase;
		font-family: serif;
}
/*#topbx a:visited, a:link, a:hover {	
	color: white;
	text-decoration: none;
}
#topbx a:active	{	}*/

#menubx	{
	float:left;
	font-size: 13px;
	color: #2C5985/*#0249CC*/;
	background: #FFFFFF;
	width:165px;
	padding:0 0 30px 0;
	/*padding-bottom:30px;*/
	margin:0;
	font-variant:small-caps;
	/*font-family : Tahoma, Verdana, Myriad Web, Syntax, sans-serif;*/
	font-family : arial, sans-serif;
	/*border-right: 1px solid #CCCCCC;*/
}
#menubx a:visited, a:link {
	color: #2C5985;
	background: #FFFFFF;
	text-decoration: none;
}
#menubx a:hover {
	color: #EB6E00;
	background: #FFFFFF;
	text-decoration: underline;
}
#menubx a:active  {	}
#menubx li {
	list-style: url("../gif_jpeg/bulc2.gif");
}

#mainbx	{	/*font-family: Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif;*/
		font-family: arial, sans-serif;
		font-size: 12px;
		width: 570px;
		min-height: 470px;
		float:left;
		margin: 15px 0 15px 0;
		padding: 0px 30px 5px 30px;
		border-left: 1px solid #CCCCCC;
}
#mainbx a:visited {
	color: #00376f;
	background: none;
	text-decoration: underline;
}
#mainbx a:link {
	color: #0066CC;
	background: none;
	text-decoration: underline;
}
#mainbx a:hover	{
	color: #EB6E00/*#0000ff*/;
	background: none;
	text-decoration: underline;
}
#mainbx a:active {	}

#mainbx h1 {
	text-align : center;
	font-weight : normal;
	letter-spacing : 0.7px;
	margin-top: 0.5em;
}

#footer {	
	clear: both;
	/*border-top: 1px solid #545454;*/
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	text-align: right;
	font-size: 75%;
	margin-bottom: 3px;
	height: 28px;
}
#footer a {
	text-decoration: underline;
}
/* --------------------------------------------------------------- */

/* --- Øvrige id-elementer --------------------------------------- */
#copyright {
	/*float:left;
	padding-left: 5px;
	padding-top: 7px;*/
}

#toplogo {
	position: relative;
	top: -40px;
	left: 30px;
	background: white;
	color: #3B7498;
	border: 1px solid #828282;
	padding: 4px;
}

#logo {
	border: 1px solid #828282;
	padding: 3px;
}

#erling {	
	float:left;
	width: 170px;
	height: 250px;
	margin-top: 10px;
}

#cd {
	float:right;
	width: 250px;
	height: 255px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#forside-foto	{	
	margin-bottom: 5px;
	border-width: 0px
}
/* --------------------------------------------------------------- */

/* --- Header-, footer- og menuelementer ------------------------ */
.top {	
	position:relative;
	top:14px;
	display: block;
	font-size: 26px;
	/*font-family: "Trebuchet MS", serif;*/
	font-family: serif;
	font-weight: bold;
	padding-left: 165px;
	margin:0;
}

div.menu {
	margin: 0;
}
				
.logo { 
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}

.w3c {	
	float:left;
	margin-right: 5px;
}
/* --- Fotogalleri ----------------------------------------------- */
.fotolist
{
	font-size:small;
}

a.fotolist:visited	
{	
	color: #0066CC;
	background: #FFFFFF;
	text-decoration: none;
}

a.fotolist:link	
{	
	color: #0066CC;
	background: #FFFFFF;
	text-decoration: none;
}

a.fotolist:hover	
{	
	color: #0000ff;
	background: #FFFFFF;
	text-decoration: none;
}

a.fotolist:active	{	}
/* --------------------------------------------------------------- */

/* --- "Form"-relateret opsætning -------------------------------- */
fieldset {
	border:2px groove rgb(153,204,255);
	width:500px;
	padding: 15px;
}

legend {
	letter-spacing: 3px;
	color:rgb(0,51,102);
	background: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
	
.formbutton {
	background: #336699;
	border:2px outset rgb(153,204,255);
	width:55px;
	color: #f5eff3;
	font-size:0.8em;
	font-weight:bold;
}
/* --------------------------------------------------------------- */

/* --- Diverse specialopsætninger - "rodekassen"------------------ */
h2.presse	{	text-align: center;
				margin-top: 50px	} 
				
h3.presse	{	text-align: center;
				font-size: 110%	}

.center	{	text-align: center	}


col.dato	{	font-weight: bold	}

dt	{	margin-top: 10px;
		margin-bottom: 2px;	}	
		
dt.koncert	{	margin-top: 10px;
				margin-bottom: 2px;
				font-weight: bold;	}

dt.deflist	{	font-weight: bold;	}

.hormenu {	
	font-size: 85%;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center	
}

.toplink {
	font-size: 85%;
	margin-left: 2em;
}
				
a.paragraf {	font-weight: bold;		}
			
div.paragraf	{	margin-top: 1em;	}
					
.foerst	{	margin-top: 0.1em;	}

.indryk	{	margin-left: 2em	}

tr.newnews { 	
	color: #EB6E00;
	background: #FFFFFF;
}
/* --------------------------------------------------------------- */
