html,body	{
	height: 100%;
	text-align: center;
	background-color: #4d79c0;
	margin-top: 15px;
	font-family: Verdana, Arial, Sans Serif;
	color: #777777;
	font-size: 0.9em;
	line-height: 1.2em;
}

h1	{
	font-size: 1.4em;
	border-bottom: 1px solid #adadad;
	padding-bottom: 5px;
}

table	{
	font-size: 1em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4d79c0;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

img	{
	border: none;
}

#NavList a:active {
}

div#main_div	{
	width: 838px;
	min-height: 100%;
	height: auto;
	_height: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

div#header	{
	width: 838px;
	height: 221px;
}

#sidebar {
  width: 630px;
  float: right;
}
#content	{
	margin-right: 30px;
	padding: 10px 15px;
}

#footer	{
	width: 630px;
	clear: both;
	float: right;
	background: url(src/bottomborder.jpg) no-repeat;
	height: 20px
}
#content_nav	{
	margin-right: 630px;
	padding: 10px 15px;
}

#wrapper {
	background: #f1f2ea url(src/background.jpg) repeat-y;
}

#container {
  width: 100%;
  background:
    #f1f2ea url(src/background.jpg) repeat-y;
  float: left;
  margin-right: -630px;
}
.clearing {
  height: 0;
  clear: both;
}

/**	NAVIGATION STYLES	*/
#NavBar	{
	padding-top: 20px;
}

#NavBar ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
/*	font-variant: small-caps;	*/
	font-size: 12px;
}

#NavBar li	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px solid #adadad;
}

#NavBar li li	{
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
}

ul#NavList ul {
	padding: 5px 0px 5px 0px;
	font-weight: normal;
}

ul#NavList ul li {
	font-size: 10px;
}

#NavList a {
	font-weight: normal;
	text-decoration: none;
	color: #777777;
}

#NavList a:link {
}

#NavList a:visited {
}

#NavList a:hover {
	text-decoration: underline;
	color: #4d79c0;
}

#NavList a:active {
}

ul#Navlist .active a {
	font-weight: bold;
}

ul#Navlist .active ul a {
	font-weight: normal;
}

dl.csc-menu dd	{
	padding-bottom: 10px;
}



/* Typo3 Styles */
/* ************ */

dd.csc-textpic-caption	{		/* Bildbeschreibung bei "Text mit Bild"-Content /*
	font-size: 10px;
	background-color: #cccccc;
}





/*	CLASSES:	foto_gallery	*/
.GalleryTable {
/*	width: 100%;	*/
}

.GalleryTable table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.GalleryTable th {
	text-align: left;
	font-weight: normal;
	font-size: medium;
	padding: 0px 0px 10px 0px;
}

.GalleryTable .ImageCell {
	padding-right: 20px;
}

.GalleryTable .NumCell {
	text-align: right;
}

.GalleryTable .DescrCell {
	padding: 10px 0px 0px 0px;
}

.GalleryTable .LinkCell {
	padding: 10px 0px 10px 0px;
	font-size: xx-small;
	text-align: right;
}

.Gallery {
/*	width: 100%;	*/
}

.Gallery * {
	margin: 0;
	padding: 0;
}

.Gallery td.ThumbnailCell {
	text-align: center;
	padding: 2px 0px 2px 0px;
	border: 1px solid #cccccc;
	background-color: #efefef;
}

.Gallery td.bgCell {				/* Use this for image border and similar! */
	border: 1px solid #777777;
}

.Gallery img {
	border: 0px;
}

.Gallery th {
	text-align: left;
	font-weight: normal;
	font-size: large;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.Gallery .NavL {
	text-align: left;
	font-size: xx-small;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

.Gallery .NavR {
	text-align: right;
	font-size: xx-small;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

.FotoTable {
/*	width: 100%;	*/
}

.FotoTable .NavL {
	text-align: left;
	font-size: xx-small;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

.FotoTable .NavR {
	text-align: right;
	font-size: xx-small;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

.FotoTable .Title a {
	text-align: left;
	font-weight: normal;
	font-size: large;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	color: #777777;
}

.FotoTable .Foto {
	text-align: center;
}

.FotoTable .HitCell {
	text-align: right;
	font-size: xx-small;
}

.FotoTable .DescCell {
	padding: 5px 0px 5px 0px;
	font-style: italic;
}

