/* CSS Document */

/* Fuer die Druckausgabe ueberfluessiges abschalten */

#head, #sponsors, #colum_side, #footer, #editorial, #pic_thumbs, ul#nav , ul#nav2, ul#nav3, #campinglogo, #print { display: none; }

body {
  margin:0;
  padding:0;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background: transparent;
  padding:20px 20px 20px 20px;
  page-break-after: avoid;
}



#page {
	width:100%;
	display:block;
	}
	
#page_margin {
	padding:20px 20px 20px 20px;
	margin:0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  margin: 10px 0 10px 0;
  page-break-after: avoid;
  color:#000000;
}

.editorial_box_head_margin {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  margin: 10px 0 10px 0;
  page-break-after: avoid;
  color:#000000;
  text-transform:uppercase;
  }

/*
a:link:after, a:link:visited:after {
  content:"(Link auf: " attr(href)")";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content:"(Link auf: " attr(href)")";
}
*/

/*########################################################################################################################*/
/*########################################## THUMBGALERIE ################################################################*/
/*########################################################################################################################*/

#thumbgalerie_box {
	width:190px;
	float:left;
	margin:0px 20px 20px 0px;
	text-align:center;
	font-weight:bold;
	color:#B2C91A;

}


img.thumbgalerie {
	width:190px;
	height:130px;
	border:0px solid #C3BC8E;
	display:block;
	margin:0px 0px 0px 0px;
	}


#pdf_box {
	width:190px;
	float:left;
	margin:0px 20px 20px 0px;
	text-align:center;
	font-weight:bold;
	color:#B2C91A;

}	

img.pdf_box {
	width:50px;
	height:60px;
	border:0px solid #C3BC8E;
	display:block;
	margin:0px 0px 5px 0px;
	}

/*########################################################################################################################*/
/*########################################## CONTENTGALERIE ##############################################################*/
/*########################################################################################################################*/

img.contentpic {
	width:190px;
	height:130px;
	border:0px solid #C3BC8E;
	display:block;
	margin:0px 0px 0px 0px;
	}

img.contentpic_center {
	width:190px;
	height:130px;
	border:0px solid #C3BC8E;
	display:block;
	margin:0px 72px 0px 72px;
	}

.contentpic_leiste {
	min-height:100px;
	padding:20px 0px 20px 0px;
	float:left;
	}
	
.contentpic_single {
	width:190px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	}

/*########################################################################################################################*/
/*########################################## SINGLE PIC ##################################################################*/
/*########################################################################################################################*/

.single_pic {
	float:left;
	margin:0px 0px 20px 0px;
	height:auto;
	width:auto;
	padding:0px 0px 0px 0px;
	}
	
	
/*########################################################################################################################*/
/*########################################## EDITORIAL 3ER BOX ###########################################################*/
/*########################################################################################################################*/

img.editorialpic {
	width:100px;
	height:68px;
	display:block;
	margin:0px 10px 0px 0px;
	padding:2px 2px 2px 2px;
	float:left;
	border:2px solid #AFAFAF;
	background-color:#FFFFFF
	}


/********************************************************************************************** tabellen */

table {
 	width:100%;
	border:1px solid #000000;
	}
	
table caption {
	margin:0;
	padding: 8px 20px;
	text-align: left;
	border:1px solid #000000;
	border-bottom:none;
	}
	
table th, table td {
	margin:0;
	padding:8px 20px;
	text-align:center;
	border-bottom: 1px solid #b5b5b5;
	}
	
table th {
	}
	
table .name {
	text-align:left;
	}
	
table tr {
	}
	
table tr.alt {
	}
	
table td a {
	display:block;
	font-weight:bold;
	}
  
#metadata {
  text-align:center;

  }