.invisible {
	display: none;
}

body, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

body {
	padding: 0;
	margin: 0;
	background-color: white;
}

#page {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 640px;

}

/* Header BEGIN */
#header {
	position: relative;
	top: 0px;
	display: block;
	height: 151px;
	width: 640px;
	background: none;
	clear: both;
}

#header #logo {
	display: block;
	width: 202px;
	height: 151px;
	position: absolute;
	top: 0; 
	left: 0;
	padding: 0;
	margin: 0;
}
#header #logo h1 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#header #headerimage {
	display: none;
}

/* Header END */

/* Hauptnavigation BEGIN */
#navigation {
	display: none;
}
/* Hauptnavigation END */

/* Rechte Spalte Navi BEGIN */
#rightcolnav {
	display: none;
}

/* Rechte Spalte Navi END */

/* Footer BEGIN */
#footer {
	display: none;
}
/* Footer END */

/* Content BEGIN */
#content {
	display: block;
	width: 640px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 0px; 
	clear: both;
}

#content #contenttext {
	display: block;
	width: 640px;
	margin: 0 0 16px 0px;
	padding: 0;
}
#content .title {
	display: block;
	width: 462px;
}
#content a {
	color: #051E89;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content .title h1, #content .title h2 {
	font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

* html #content hr {
	border: none;
	border-top: 1px solid black;
	border-collapse: collapse;
	padding: 0;
	margin: 0px 0 10px 0;
	height: 1px;
}

#content h1, #content h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}

#content h2 {
	font-weight: normal;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: normal;
	margin: 5px 0 3px 0; 
	padding: 0;
	font-weight: bold;
}

#content hr {
	border: none;
	border-top: 1px solid black;
	border-collapse: collapse;
	padding: 0;
	margin: 9px 0 16px 0;
	height: 1px;
}
#content .datum {
	display: block;

}
#content #images {
	display: block;
	float: right;
	margin: 0 0 15px 26px;
	padding: 0;
}
#content #images img {
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
}
#content .links_mit_abstand {
	float: left;
	margin: 0 20px 10px 0;
}
#content .rechts_mit_abstand {
	float: right;
	margin: 0 0 10px 20px;
}

/* Bilder Galerie BEGIN */
.galerie_controls {
	position: relative;
	display: block;
	width: 630px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}
* html .galerie_controls { /* IE only */
	width: 620px;
}
.galerie_controls .prev {
	display: none;
}
.galerie_controls .next {
	display: none;
}
.galerie table {
	border: none;
}
.galerie table td {
	border: none;
	padding: 0;
}

.galerie .galerie-image-table {
	width: 660px;
	border-spacing: 15px;
}

.galerie .galerie-image {
	width: 120px;
}
.galerie .galerie-image-td {
	height: 120px;
	text-align: center;
	background: none;
}
.galerie img {
	border: none;
}
.galerie .image-td {
	padding-bottom: 10px;
}
/* Bilder Galerie END */
/* Shop Übersicht BEGIN */
.products .title h3 {
	margin: 0;
}
.products .product {
	clear: both;
}
.products .product-images {
	border: none;
	border-cellspacing: 0;
	width: 660px;
	padding: 0;
	margin: 10px 0;
}
.products .product-images-small {
	border: none;
	border-cellspacing: 0;
	width: 640px;
	padding: 0;
	margin: 0 0px 10px 0;
}
.products .product-images-td {
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
}
.products .product-images-small .product-images-td {
	width: 140px;
}
.products .product-images-small .product-image-text {
	width: 500px;
	vertical-align: top;
}
.products .product_controls {
	text-align: center;
}
/* Shop Übersicht END */
/* Content END */