
/*  body und schrift deffinitionen */
html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	line-height: 17px;
	color: #3C3C3C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
 	color: #000000;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

div {
 	margin: 0px;
 	padding: 0px;
}

/*  positioning-layers statisch und absolut */

#outer {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	padding 0px;

	height: 100px;

}

#picture1 {
	width: 68px;
	height: 100px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/images/header2g.gif);
	float: left;
	border-right: 2px solid transparent;
}

#picture2 {
	width: 149px;
	height: 100px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/images/header2.jpg);
	float: left;
	border-right: 2px solid transparent;
}

#picture3 {
	width: 67px;
	height: 100px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/images/header1.jpg);
	float: left;
	border-right: 2px solid transparent;
}

#headerGfx {
	width: 95px;
	height: 100px;
	background-color: transparent;
	background-image: url(/images/header4.gif);
	float: left;
}

#logo {
	width: 375px;
	height: 100px;
	background-color: #76787B;
	text-align: right;
	float: left;
}

#www {
	font-family: verdana;
	height: 20px;
	line-height: 20px;
	background-color: #5A5A5A;
	text-align: right;
	margin-top: 1px;
	padding-right: 14px;
	/*background-image: url(/images/leftBg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;

}

#www a {
	color: #FFFFFF;
	text-decoration: none;
}

#left {
	width: 120px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	float: left;
}

#left a {
	width: 120px;
	height: 19px;
	display: block;
	background-repeat: no-repeat;
	border-bottom: 2px solid #CCCCCC;
}

#naviHome {
	background-image: url(/images/navi/home.gif);
	text-decoration: none;
}

#naviHome:hover, #naviHomeActive {
	background-image: url(/images/navi/home_mo.gif);
	text-decoration: none;
}

#naviGallery {
	background-image: url(/images/navi/galerie.gif);
	text-decoration: none;
}

#naviGallery:hover, #naviGalleryActive {
	background-image: url(/images/navi/galerie_mo.gif);
	text-decoration: none;
}

#naviLinks {
	background-image: url(/images/navi/links.gif);
	text-decoration: none;
}

#naviLinks:hover, #naviLinksActive {
	background-image: url(/images/navi/links_mo.gif);
	text-decoration: none;
}

#naviContact {
	background-image: url(/images/navi/kontakt.gif);
	text-decoration: none;
}

#naviContact:hover, #naviContactActive {
	background-image: url(/images/navi/kontakt_mo.gif);
	text-decoration: none;
}

#naviImprint {
	background-image: url(/images/navi/impressum.gif);
	text-decoration: none;
}

#naviImprint:hover, #naviImprintActive {
	background-image: url(/images/navi/impressum_mo.gif);
	text-decoration: none;
}

#leftPicture {
	margin-top: 30px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 120px;
	height: 180px;
	background-color: transparent;
	background-image: url(/images/left.jpg);
}

#leftGfx {
	width: 120px;
	height: 120px;
}

#page {
	background-image: url(/images/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#pageBg {
	/*background-image: url(/images/leftBg.gif);*/
	background-image: url(/images/pageBg.gif);
	background-repeat: y-repeat;
}

#content {
	margin-left: -1px;
	border-left: 1px solid #CCCCCC;
	width: 599px;
	padding: 20px;
	float: left;
	background-color: #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
}

#footer {
	display: none;
}

.homeText {
	font-size: 18px;
}

.tplArticle {

}

.tplArticlePageNaviTop {
	border-bottom: 1px dotted #B1B3B4;
	margin-bottom: 20px;
	padding-bottom: 6px;
	text-align: right;
	color: #B1B3B4;
}

.tplArticlePageNaviTop a {
	color: #B1B3B4;
	text-decoration: none;
}

.tplArticlePageNaviBottom {
	text-align: right;
	margin-top: -12px;
	color: #B1B3B4;
}

.tplArticlePageNaviBottom a {
	color: #B1B3B4;
	text-decoration: none;
}

	.tplArticleListEntry {
		border-bottom: 1px dotted #B1B3B4;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

		.tplArticleList {
			margin: 0px;
			padding: 0px;
		}

			.tplArticleListLeft {
				margin: 0px;
				padding: 0px;
				float: left;
				width: 140px;
				margin-right: 16px;
			}

				.tplArticleListPicture {
				 	background-repeat:	no-repeat;
				}

			.tplArticleListRight {
				margin: 0px;
				padding: 0px;
				float: left;
				width: 440px;
			}

				.tplArticleListTitle {
					font-size: 13px;
					font-weight: bold;
					color: #333333;
					margin-bottom: 5px;
				}

				.tplArticleListText {
					font-size: 12px;
					line-height: 16px;
				}

				.tplArticleListText p {
					margin-bottom: 10px;
				}

				.tplArticleListLink {
					text-align: right;
				}

				.tplArticleListLink a {
					font-weight: bold;
					font-size: 12px;
					color:#333333;
					text-decoration: none;
				}

	.tplArticleDetailEntry {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

		.tplArticleDetail {
			margin: 0px;
			padding: 0px;
		}

			.tplArticleDetailLeft {
				margin: 0px;
				padding: 0px;
				float: left;
				width: 140px;
				margin-right: 16px;
			}

				.tplArticleDetailPicture {
					margin-bottom: 20px;
					width: 100px;
				}

			.tplArticleDetailRight {
				margin: 0px;
				padding: 0px;
				float: left;
				width: 440px;
			}

				.tplArticleDetailTitle {
					font-size: 13px;
					font-weight: bold;
					margin-bottom: 5px;
					color: #333333;
				}

				.tplArticleDetailText {
					font-size: 12px;
					line-height: 16px;
					margin-right: 34px;
				}

				.tplArticleDetailText p {
					margin-bottom: 5px;
				}

				.tplArticleDetailLink {
					text-align: right;
				}

				.tplArticleDetailLink a {
					font-weight: bold;
					font-size: 12px;
					color:#333333;
					text-decoration: none;
				}

.tplSearch {

}

	.tplSearchEntry {
		border-bottom: 1px dotted #B1B3B4;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

		.tplSearchBreadcrumb {
			font-size: 13px;
			font-weight: bold;
			color: #F89835;
			margin-bottom: 20px;
		}

		.tplSearchBreadcrumb a {
			font-size: 13px;
			font-weight: bold;
			color: #F89835;
			margin-bottom: 20px;
		}

		.tplSearchLink {
			color: #F89835;
			display: block;
		}

.tplGallery {
	margin-bottom: 20px;
}
	.tplGallery a {
		color: #F89835;
	}

	.tplGalleryTitle {
		border-bottom: 1px dotted #B1B3B4;
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		text-align: right;
	}


	.tplGalleryThumbs {
	}

	.tplGalleryRow {
		overflow: hidden;
	}

	.tplGalleryColumn {
		float: left;
		margin-left: 5px;
		margin-right: 4px;
		margin-bottom: 8px;
	}

	.tplGalleryDetail {
	}

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

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

	.tplGalleryDetailTitle {
		text-align: center;
		font-weight: bold;
	}

	.tplGalleryDetailDescription {
		text-align: center;
	}

	.tplGalleryDetailAltText {
		text-align: center;
	}



.tplCollectionsPageNaviTop {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.tplCollectionsPageNaviBottom {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

	.tplCollectionsPageNaviPrev {
		font-size: 13px;
		float: left;
		width: 10%;
	}

	.tplCollectionsPageNaviInfo {
		float: left;
		text-align: center;
		width: 80%;
	}

	.tplCollectionsPageNaviInfo .pageCounter {
		display: none;
	}

	.tplCollectionsPageNaviNext {
		font-size: 13px;
		text-align: right;
		float: left;
		width: 10%;
	}

	.tplCollectionsPageNaviPages {

	}

.tplCollections {
	margin-bottom: 10px;
}


	.tplCollectionsView {
		background-color: #FFFFFF;
		border: 1px solid #EEEEEE;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
		padding-bottom: 2px;
		margin-bottom: 10px;
	}

	.tplCollectionsView:hover {
		background-color: #F9F9F9;
	}

		.tplCollectionsViewPicture {
			float: left;
			width: 25%;
		}

		.tplCollectionsViewInfo {
			float: left;
			width: 75%;
		}

			.tplCollectionsViewHeader {
				font-weight: bold;
			}

				.tplCollectionsViewTitle {
					float: left;
					width: 75%;
				}

				.tplCollectionsViewDate {
					text-align: right;
					float: left;
					width: 25%;
				}

			.tplCollectionsViewDescription {

			}

		.tplCollectionsViewLinks {
			margin-top: 8px;
			text-align: right;
		}

	.tplCollectionsThumbView {
	}

		.tplCollectionsThumbViewLine {
			padding-left: 70px;
		}

		.tplCollectionsThumbViewElement {
			float: left;
			margin-right: 20px;
			margin-left: 20px;
			margin-bottom: 10px;
			width: 110px;
			height: 110px;
			text-align: center;
		}

		.tplCollectionsThumbViewElement img {

		}

		.tplCollectionsThumbViewElement img.landscape {
			margin-top: 15px;
		}

		.tplCollectionsThumbViewDivider {
			display: none;
		}

	.tplCollectionsDetailView {

	}

		.tplCollectionsDetailPicture {

			margin-top: 30px;
			text-align: center;
			margin-bottom: 30px;
		}

		.tplCollectionsDetailMovie {

			margin-top: 30px;
			text-align: center;
		}

		.tplCollectionsDetailTitle {

			text-align: center;
			margin-top: 10px;
			margin-bottom: 30px;
			display: none;
		}




.tplCollectionsLineBreak {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
