

* {
	margin: 0;
	padding: 0;
	font: normal 12px verdana;
	text-decoration: none;
	}
BODY {
		margin: 25px auto 0px auto;
		background: #fff;
		text-align: center;
		}

@import "include/rgsmoothgallery.externalThumbs.css";

A {
	color: #900;
	text-decoration: none;
  }
A:hover {
	}
IMG {
	border: 0px;
	}
I, EM {
	font-style: italic;
	}
B, STRONG {
	font-weight: bold;
	}
UL {
  margin-bottom: 12px;
}

.content_box {
  margin: 0px 12px 12px 20px;
}

.bodytext {
  margin-bottom: 12px;
}

.align-center {
  text-align: center;
  margin-bottom: 12px;
}

.align-left {
  text-align: left;
  margin-bottom: 12px;
}

.align-right {
  text-align: right;
  margin-bottom: 12px;
}

#frame {
		text-align: left;
		margin: 0 auto 0 auto;
		width:  750px;
		background: url(../layout/main.jpg) repeat-y;
		}

#header {
			width: 100%;
			height: 100px;
			background: url(../layout/banner.jpg) no-repeat;
			vertical-align: bottom;
			}

#nav {
			width: 100%;
			text-align: center;
			}
    #nav UL {
    				margin: 20px 0px;
    				}
    #nav LI {
    				list-style: none;
    				display: inline;
    				margin: 0px 20px;
    				}
    #nav A {
    				color: #999;
    				font-weight: bold;
    				}
    #nav A:hover {
    				color: #900;
    				text-decoration: underline;
    				}	

#content {
			width: 100%;
			background: url(../layout/main.jpg) repeat-y;
			}

  #left {
				width: 199px;
				color: #999;
				float: left;
				}

      #left UL {
          margin: 2px 0px 2px 6px;
					}
			#left LI {
					list-style: none;
					}
			#left .content_box {
        margin-top: 24px;
      }
					
H1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 14px;
	}
H2 {
	font-weight: bold;
	font-size: 14px;
	color: #900;
	text-indent: 14px;
	margin-bottom: 12px;
	}	
H3 {
	font-weight: bold;
	font-size: 14px;
	text-indent: 14px;
	margin-bottom: 12px;
	}
H4 {
	font-weight: bold;
	margin-bottom: 12px;
  }
H5 {
	font-style: italic;
	margin-bottom: 12px;
	}
	
#line {
	height: 200px;
	float: left;
	border-right: 1px dotted #999;
	}
#main {
	width: 525px;
	margin: 0px;
	margin-left: 205px;
	}
* HTML #main {
	width: 542px;
	 }
#main UL,#main DL {
  padding-left: 30px;
}
#main FIELDSET {
  border: 0px;
}
#main LABEL {
  display: block;
}
#breadcrump {
					margin-bottom: 20px;
}
#breadcrump UL {
					width: 450px;
					font-size: 10px;
					color: #C4D0D7;
					margin: 0px 20px 0px 20px;
					padding: 0px 0px 1px 0px;
					border-bottom: 1px dotted #999;
					}
#breadcrump LI {
					list-style: none;
					display: inline;
					margin-right: 1px;
					}
#breadcrump A {
  color: #999;
	}
#breadcrump A:hover {
  color: #900;
	text-decoration: underline;
	}

#main .bodytext_image {
  margin: 0px auto 12px auto;
}
#main .bodytext_image DL {
  padding: 0px;
}


#bottom {
		width: 100%;
		height: 50px;
		margin: 0px auto 0px;
		background: url(../layout/unten.jpg) no-repeat;
		clear: left;
		}

#footer {
		margin: 10px 0px;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		color: #999;
		}
	#footer A {
		font-size: 10px;
		font-weight: bold;
    color: #999;
		}
	#footer A:hover {
		text-decoration: underline;
		color: #900;
		}


/* div with the gallery inside */
#ext-thumbnails {
  text-align:center;
  width:500px;
}

/* div around the imgs */
#ext-thumbnails .carouselWrapper {

}

/* single thumbnail */
#ext-thumbnails .thumbnail{
  float:left;
  padding:4px;
  border:1px solid #999;
  background:#fff;
  margin:5px;
}

/* label = title of an image */
#ext-thumbnails .label {
  font-weight:bold;
}

/* number of the image */
#ext-thumbnails .number {
  font-weight:normal;
  font-style:italic;
}

