body
{
	font-family: Garamond, Verdana, Arial;
	text-align: center;
	margin: 0;
	padding: 0;
}

DIV#galleryPictureView
{
	margin: auto;
	position: relative;
	z-index: 10;
	background: #000000;
	display: none;
	padding: 4px;
}

DIV#galleryPictureView a
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	margin-bottom: 12px;
}

DIV#galleryPictureView a:hover
{
	border-bottom: 1px solid #aaaaaa;
}

DIV#btnInContactPage
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Garamond, Verdana, Arial;
	font-size: 12px;
	background: #eaeaea;
	color: #888888;
	border: solid 1px #888888;
	text-decoration: none;	
	letter-spacing: 1px;
	cursor: pointer;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

DIV#btnInContactPage:hover
{
	border: solid 1px #888888;
	text-decoration: underline;	
}

DIV#pageContent
{
	width:511px;
	height:348px;
	margin-left: 8px;
	margin-top: 1px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #003781;
	scrollbar-darkshadow-color: #003781;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #003781;
	scrollbar-track-color: #ffffff;
}


DIV#loadedContent
{
	width: 100%;
}

DIV#loadedContent ul
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	color: #333333;	
	list-style-type: square;
}

DIV#loadedContent p
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	color: #333333;	
}

DIV#loadedContent a
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
	color: #333333;
	cursor: pointer;
}

DIV#loadedContent a:hover
{
	border-bottom: 1px solid #333333;
}





.pimInfoText
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	color: #003781;
	letter-spacing: 1px;
	font-weight: bold;
}


DIV#headerBar
{
	font-family: Garamond, Verdana, Arial;
	font-size: 12px;
	width: 100%;
	text-align: right;
	margin-top: 8px;
}

DIV#headerBar a
{
	letter-spacing: 1px;
	cursor: pointer;
	color: #888888;
}

DIV#headerBar a:hover
{
	color: #333333;
}

.picMenuContainer
{
}

DIV#picMenuButton img
{
	cursor: pointer;
}

DIV#picMenuButton img:hover
{
	cursor: pointer;
}

.pimStyleNormal
{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.pimStyleTransparent
{
	opacity: 0.45;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
}

DIV#visitenkarte
{
	padding-top: 36px;
	font-family: Garamond, Verdana, Arial;
	text-align: left;
	color: #003781;
}

DIV#footerLogo
{
	background-image: url('../img/footer_logo.png');
	background-repeat: no-repeat;
	width: 72px;
	height: 59px;
	position: absolute;
	margin-left: 412px;
	margin-top: 550px;
}

DIV#contentText
{
	position: absolute;
	margin-left: -145px;
	margin-top: 200px;
	padding: 12px;
	width: 600px;
	height: 300px;
	font-family: Garamond, Verdana, Arial;
	text-align: left;
	background: #eeeeee;
}

.newsHeader
{
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	padding: 2px;
	cursor: pointer;
	margin-top: 2px;
	border-bottom: dashed 1px #888888;
}

.newsContent
{
	width: 100%;
	display: none;
	font-family: Garamond, Verdana, Arial;
	font-size: 14px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 6px;
}

