/*html,body {margin:0;padding:0;}*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.roundRight {
	position: relative;
	left: 6px;
	top: -6px;
	margin-bottom: 6px;
    width: 92%;
    padding: 7px;
    background-color: #D9E3EB;
    border: 1px solid #A2B9CE;

    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 10px;
    CCborderRadiusTL: 10px;
    CCborderRadiusTR: 25px;
    CCborderRadiusBR: 10px;
    CCborderRadiusBL: 25px;
}
.roundLeft {
	position: relative;
	top: -6px;
	left: -4px;
	margin-bottom: 6px;
    width: 92%;
    padding: 7px;
    background-color: #D9E3EB;
    border: 1px solid #A2B9CE;
    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 10px;
    CCborderRadiusTL: 10px;
    CCborderRadiusTR: 25px;
    CCborderRadiusBR: 10px;
    CCborderRadiusBL: 25px;
}
div.boxhead {
	font-weight: bold;
}
.roundRightTest {
	position: relative;
	top: 12px;
	left: 4px;
	margin-bottom: 55px;
    border: 0px solid #ffffff;
    color: #000000;
    width: 98%;
    padding: 7px;
    text-align: left;
    background-color: #D9E3EB;
    border: 1px solid #A2B9CE;
}

.roundLeftTest {
	position: relative;
	top: 12px;
	left: -2px;
	margin-bottom: 55px;
    border: 0px solid #ffffff;
    color: #000000;
    width: 98%;
    padding: 7px;
    text-align: left;
    background-color: #D9E3EB;
    border: 1px solid #A2B9CE;
}

pre {
	border: 1px solid #333333;
	background-color:#F2F2F2;
}

h1{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

h2{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

div.logo {
	padding: 6px 0px;
	font-weight:bold;
	background-color:#A2B9CE;
	width:100%; 
	border: solid 1px #A2B9CE;
	text-decoration: none;
}

TABLE.left {
	border: solid 1px #A2B9CE;
	width: 95%;
	background-color:#D9E3EB;
	margin-top: 5px;
	margin-right: 5px;
}
	
TABLE.right {
	border: solid 1px #A2B9CE;
	width: 99%;
	background-color:#D9E3EB;
	margin-top: 5px;
	margin-left: 5px;
}

div.rssDIV {
	background-color:#A2B9CE;
}
.rssDIV ul{
	background-color: #FFFFFF;
	font-size: 11px;
	list-style-position: outside;
	margin: 3px;
}
.rssDIV li{
	border-width: 1px;
	border-top-style: solid;
}
TABLE.program {
	border: solid 1px #A2B9CE;
	background-color:#FFFFFF;
}
TR.program {
	border: none;
	background-color:#D9E3EB;
	vertical-align:top;
}

/* Download-tabeller */
TABLE.dl {
	margin-left: 20px; 
	border-style: solid none solid none;
	border-color: #E2EBED;
	border-width: 1px;
}
TR.dl1 {	/*Dark variant */
	border: solid 1px #D9E3EB;
	background-color:#D9E3EB;
	vertical-align:top;
}
TR.dl2 {
	border: none;
	background-color:#E2EBED;
	vertical-align:top;
}

/* Alt der har med menuen at goere er nedenfor */
div.menu {
	height:30px; 
	background-color:#D9E3EB; 
	width:100%; 
	border: solid 1px #A2B9CE;/*Den moerkeblaa*/
}

#links {
	margin: 0 auto;
	font-size: 12px;
	line-height:30px;
	height:30px;
}

.links2 {
	margin: 0;
	font-size: 12px;
	line-height:30px;
	height:30px;
	float: left;
	background-color:#D9E3EB;/*Den blaa*/
}
.links2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	float:left;
	padding:0 15px 0 15px;
	display:block;
	color:#000000;
	font-weight:bold;
	
}
.links2 a:hover {
/*main bar hover*/
 }
.linkDIV {
	position:absolute; 
	left:0px; top:0px; 
	z-index:1;  
	visibility: hidden;
	line-height:25px; 
	border-bottom: solid 1px #A2B9CE; 
	border-left: solid 1px #A2B9CE; 
	border-right: solid 1px #A2B9CE;
}

.linkDIV ul {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;		
}
	
.linkDIV li {
		display: inline;
}

.linkDIV ul a {
	margin: 0;
	padding: 0 15px 0 15px;
	display: block;
	text-decoration: none;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #CFCFD0;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D9E3EB;
	width: 150px;
	font-size: 12px;
}
.linkDIV ul a:hover{
	color:#CC0000;/*Den roede*/
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-weight: bold;
	font-size:120%;
	background-color:#A2B9CE;
	width:460px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:4px;
	padding-top:2px;
	background-image:url('images/round_corner.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:18px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #A2B9CE;
	background-color:#E2EBED;
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	/*font-size:0.9em;	*/
	position:relative;
}


A:link.bibele {color: #000000; text-decoration: none; }
A:active.bibele {color: #000000; text-decoration: none; }
A:visited.bibele {color: #000000; text-decoration: none; }
A:hover.bibele {color: #000000; text-decoration: none; }
.bibelevers {}
.bibelested {font-style: italic; }

#wrapper {width:160px; height:170px; padding:0px; margin: 2px; position:relative;}
#menuitem {
  position: absolute;overflow:hidden;left:0px; top:0px;width:172px;height:170px;z-index:1;background:#D9E3EB;
}
#popout {
  position: absolute;overflow:hidden;left:0px; top:0px; width:172px;height:170px;z-index:0;background:#E2EBED;
}
