/* Modul: Download-Gallery */

.line, .line_rightalign {
	border-bottom: 1px solid #DDDDDD;
}
.line_rightalign { 
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

/* Modul: Guestbook */

table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}

/* Modul: Another Imagegallery */

hr {
	border-style: none;
 	height: 1px;
	background-color: silver;
	color: silver;
}
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
#pictures {
	text-align: center;
	z-index: 100;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited, #pictures a:hover {
	color: #000000;
	text-decoration: none;
}
#picturelink {
	margin: 1em;        
	float: left;
}
#picturelink img {
	border: none;
}
#filename {
	text-align: center;
}
#directories { }

/* Modul: News */

.post_title, .post_date { 
	border-bottom: 1px solid #DDDDDD; 
}
.post_title { 
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
}
.post_date { 
	text-align: right; 
	font-weight: bold; 
}
.post_short { 
	text-align: justify; 
	padding-bottom: 5px; 
}
.comment_title { 
	font-weight: bold; 
}
.comment_text { 
	font-weight: bold; 
	background-color: #FDFDFD; 
	border-bottom: 1px solid #DDDDDD; 
	padding-bottom: 15px; 
}
.comment_title, .comment_text { 
	border-left: 1px solid #DDDDDD; 
}
.comment_info { 
	text-align: right; 
	border-right: 1px solid #DDDDDD; 
}
.comment_title, .comment_info { 
	border-top: 1px solid #DDDDDD; 
	background-color: #EEEEEE; 
}

/* Modul: Video-Gallerie */

.tabvideo {
	border-collapse:collapse;
	border:#999999;
}
.tabvideo td {
	border: 1px solid #dddddd;
}
.tabvideo td:hover {
	background-color: #E5F5FF;
}

/* Modul: Zitate */

div.zitate {
  margin:10px auto;
  background-color:#FFFFCF;
  padding:0.5em;
  border:solid 1px #CEB55C;
  height:100%;
  width:95%;
}

div.zitate img.authorimage {
  vertical-align:text-top;
  padding-right:0.5em;
  margin:0.5em;  
  float:left;
}

div.zitate br.clear {
  clear:both;
}

div.zitate strong {
  font-size:110%;
}

div.zitate a {
  text-decoration:none;
  color:brown;
}

div.zitate span.zitatelink {
  font-size:80%;
  color:grey;
}

div.zitate span.quote {
  font:normal 160%  "Times New Roman", serif;
  font-weight:bold;
  color:#b74;
  line-height: 100%;
}
