/* STYLESHEET FOR erik.thau-knudsen.dk, 
made on 2006-01-28 */
body {
	color: #FFFFFF;
	background: #000000;
	background-image: url(../images/backgrounds/starry_night.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
/* #datering {color: #333333; font-family: "Lucida Grande", sans-serif; font-size: 80%; padding: 5px; text-align: right;} */
#indhold, #horoskop {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	background: rgba(132,132,132,25);
	font-size: 13px;
	 border-bottom-right-radius: 10px 10px; border-bottom-left-radius: 10px 10px; 
	 border-top-right-radius: 10px 10px; border-top-left-radius: 10px 10px;
}
#billedfelt {
	float: right;
	margin-top: 20px;
	width: 320px;
}
/* 	border: medium groove #996633; */
#indhold {
		float: left;
width: 300px;
}
/* IDENTITETEN HOROSKOP BESKRIVER, HVORDAN DET SER UD I MIT RADIXHOROSKOP. */
#horoskop, #kommentarium {
	float: right;
width: 320px;
}
#horoskop td p {margin: 2px;}
#horoskop table {
/* hentet fra Wikipedia table.wikitable  og table.prettytable */
  margin: 1em 1em 1em 1em;
  background: inherit; /*  #f9f9f9 */
  border: 1px #333 solid;
  border-collapse: collapse;
}
#horoskop caption {
/* hentet fra Wikipedia table.wikitable  og table.prettytable */
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
  }
#horoskop td { /* definitioner til erstatning for, at XHTML 5-specifikationen afskaffer ting som border, cellpadding, cellspacing */
	border-bottom: 1px inset;
	border-right: 1px inset;
/* hentet fra Wikipedia table.wikitable */
  border: 1px #aaa inset;
  padding: 0.2em;
	}
#horoskop th {
    padding: 0.2em;
  /* hentet fra Wikipedia table.wikitable */
	border-bottom: 1px outset;
	border-right: 1px outset;
/* hentet fra Wikipedia table.wikitable */
  border: 1px #aaa outset;
}
/* HOROSKOP SLUTTER */
/* se mere i typografiark_da.css 
#indhold:before {content: "I virkeligheden";}
#horoskop:before {content: "I mit horoskop";} 
*/
#indhold:before, #horoskop:before {color: #ffffff; background-color: #660000; display: block; font-weight: bold;
font-size: 110%;
padding: 8px; border-top-right-radius: 10px 10px; border-top-left-radius: 10px 10px; 
}
#holder {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	}
#navigation {font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 80%;}
/* (X) HTML */
/* OVERSKRIFTER */
h1 {color: #bbbbbb; background-color:#660000; padding-bottom: 15px; padding-left: 5px; padding-top: 5px; 
font-size: 24px; font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
h2 {display: run-in; font-size: 13px; padding-right: 4px;}
h2:after {content: ": ";}
/* OVERSKRIFTER */
dfn {font-variant:small-caps;}
/* TABELLER */
#indhold table {width: 100%; border-color: #660000;}
#horoskop tbody {margin-top: 10px; border: 1px solid #660000;}
#horoskop th {font-family:Verdana, Arial, Helvetica, sans-serif;}
td, th {padding-left: 5px; padding-right: 5px; padding-top: 4px; vertical-align: top; text-align: left;}
td p {padding: 0px; vertical-align: top;}
/* TABELLER SLUT */
#indhold p {padding-left: 10px; padding-right: 10px;
}
#indhold p:first-child {padding-top: 10px;}
/* IN-LINE-ELEMENTER */
acronym {
	border-bottom: none;
	}
/* FORSIDEN */
a.menu {display: block; 
font-family: "Times New Roman", Times, serif; 
font-size: 10pt;
background-color: #660000; 
color: #FFFFFF; 
border: 1px solid #ffffff; 
position: absolute; 
width: 69px; 
height: 25px;
padding-top: 4px; 
	text-align: center;
	text-decoration: none;
	}
a.menu:hover {background-color: #990000;}
#lag1 {bottom: 340px; left: 5px;}
#lag2 {bottom: 310px; left: 75px;}
#lag3 {bottom: 280px; left: 145px;}
#lag4 {bottom: 250px; left: 215px;}
#lag5 {bottom: 220px; left: 285px;}
#lag6 {bottom: 190px; left: 355px;}
#lag7 {bottom: 160px; left: 425px;}
#lag8 {bottom: 130px; left: 495px;}
#lag9 {bottom: 100px; left: 565px;}
#lag10 {bottom: 70px; left: 635px;}
#lag11 {bottom: 40px; left: 705px;}
#lag12 {bottom: 10px; left: 775px;}
#lag_start {left: 845px;}
#navigation {display: block;}
/* KLASSER */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0em;
    font-size: 1px;
    line-height: 0px;
}
.skjul {
	display: none;
}
@media handheld {
	#navigation {display: none;}
	thead {display: none;}
	}

