/** SKRIFTTYPE **/
body, td, div, span {
	vertical-align: top;
  text-align: left;
  font: 10pt sans-serif;
}
a {	
  text-decoration: none;
  color: darkred;
}
a:hover {	text-decoration: underline;}

a img {
	border: 0px solid #000000;
}

table {
	border-spacing: 0px;
}

/** STRUKTURELT **/
html, body {
	padding: 0px;
  margin: 0px;
  height: 100%;  
  text-align: center;
  background-color: #cccccc; 
}

#site_structure_table {
	border: 0px solid #000000;
  width: 790px;
  height: 100%;
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
}

#content {
	padding: 20px 20px 20px 350px;
  vertical-align: top;
  background-image: url('../images/backgrounds/bg1.jpg');
  background-repeat: repeat-y;  
}

#footer {
  color: #222222;
  font-size: 10px;
	border-top: 0px solid #222222;
	padding: 5px;
	background-color: #dddddd;
  text-align: center;
  display: none;
}





/** SHADOWS **/
#left_side_shadow {
	width: 52px;
  background-image: url('../images/grafik/left_side_shadow.gif');
  background-image: url('../images/grafik/left_shadow.gif');
  background-color: #000000;
  background-repeat: repeat-y;
  background-position: right;
  display: none;
}

#right_side_shadow {
	width: 52px;
	background-image: url('../images/grafik/right_side_shadow.gif');
	background-image: url('../images/grafik/right_shadow.gif');
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: left;
	display: none;
}


/** BOXE **/
.box, .statusbox{
  margin-bottom: 15px;
	border: 2px solid #090c40;
  background-color: #e2f0e6;
	padding: 10px;
}

.box a {
	color: darkgreen;
  font-weight:bold;
}

.right {
	text-align: right;
}

.thumb {
	border: 2px solid orange;
}
.thumb:HOVER {
	border: 2px solid red;
}

.statusbox {
	font-weight: bold;
  color: darkgreen;
}

/** OVERSKRIFTER **/
h3, h2, h1 {
	margin: 0px 0px 10px 0px;
  padding: 0px;
}

h1 {
	font-size: 200%;
}

.submit {
	padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}


/** MUSIK PROGRAM **/
#musikprogram_row_header {
  background-color: darkred;
  color: white;
}

#musikprogram_row_header td {
  font-weight: bold;
}



/** CONCERT **/
.concert_box_chosen {
	padding: 5px;
	background-color: #b5dec2;
}
.concert_box_unchosen {
	padding: 5px;
}



/** SCENER **/
#scener_table td{
  padding: 10px
}

.scener_navn {
  font-size: 12px;
  font-weight: bold;
	color: #0b1264;
	margin: 0px;
}

.scener_beskrivelse {
	margin: 0px 0px 15px 0px;
}



/** koncert PROGRAM**/
#koncertprogram_table {
	border-collapse: collapse;
}

#koncertprogram_table td {
  padding: 5px;
}

.koncertprogram_dag td{
	background-color: darkred;
  font-weight: bold;
  color: white;
}
.koncertprogram_band td {
	
}

.koncertprogram_band {
  font-size: 12px;
  font-weight: bold;
	color: #0b1264;
	margin: 0px;
}

/** NYHEDSMODUL **/
.announcement_box {
  margin-bottom: 20px;
}
.announcement_date {
  color: #aa0000
}
.announcement_box h3{  
  margin: 0px;
}

/** GUESTBOOK **/
.greeting_box {
  margin-bottom: 20px;
}

.greeting_box h3 {
  margin: 0px;
}

.greeting_authordate {
  font-size: 9px;
  font-weight: bold;
  color: #aa0000
}

.link {
			a:visited {
			color: BLACK;
			a {
			color: BLACK;
			}
}

