﻿body, html
{
	position: relative;
	width: 980px;
	height: 100%;
	margin-top: 0;
	padding-top: 0;
	background-color: #d1d1d1;
	/* MS, MAC, UNIX	*/
	/*
	font-family: Arial ,Helvetica,Helvetica;	
	font-family: Times New Roman,Times,Times;		
	font-family: Verdana,Geneva;
	font-family: Courier New,Courier,Courier;
	*/
	font-family: Verdana,Geneva,Helvetica;
	
	font-size: 14px;

}
a:link
{text-decoration:none;}	
a:visited 
{text-decoration:none;}	
a:hover 
{text-decoration:none;
	cursor: hand;}	

.Pan_Hintergrund_Webseite
{
    position: absolute;
    top: 25px;
    width: 100%;
}
.Pan_Hintergrund_Textbereich_Filter
{
	position: absolute;
	top: 25px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #efc982;
	filter:alpha(opacity=80);	/* Transparenz für IE		*/
	-moz-opacity:0.8;			/* Transparenz für Mozilla	*/
}

.Pan_Haupt_Titel
{
    position: absolute;
    top: 45px;
    left: 100px;
    width: 100%;
    text-align: left;
}
.Pan_Unter_Titel
{
	position: absolute;
	top: 130px;
	left: 100px;
	background-color: transparent;
}
/*	Allgemeine Texte */
.LBL_Style_Haupt_Title_Gold
{
	font-size: 40px;
	font-weight: bold;
	color: #efc982;
}
.LBL_Style_Haupt_Title_Oliv
{
	font-size: 40px;
	font-weight: bold;
	color: #897b58;
}

.LBL_Style_Schlagwörter_1_gold
{
	font-size: 22px;
	font-weight: bold;
	color: #efc982;
	text-align: center;
}
.LBL_Style_Schlagwörter_1_oliv
{
	font-size: 22px;
	font-weight: bold;
	color: #897b58;
	text-align: center;
}
.LBL_Style_Schlagwörter_1_oliv_dunkel
{
	font-size: 22px;
	font-weight: bold;
	color: #645735;
	text-align: center;
}
.LBL_Style_Schlagwörter_2_gold
{
	font-size: 16px;
	font-weight: bold;
	color: #efc982;
}
.LBL_Style_Schlagwörter_2_schwarz
{
	font-size: 16px;
	font-weight: bold;
	color: Black;
}
.LBL_Style_Text_fett_gold
{
	color: #efc982;
	font-weight: bold;
}
.LBL_Style_Text_fett_oliv
{
	color: #897b58;
	font-weight: bold;
}
.LBL_Style_Text_fett_oliv_dunkel
{
	color: #645735;
	font-weight: bold;
}
.LBL_Style_Text_fett_schwarz
{
	color: Black;
	font-weight: bold;
}
.LBL_Style_Text_gold
{
	color: #efc982;
}
.LBL_Style_Text_schwarz
{
	color: Black;
}

/*	Allgemeine Kontrols */
.But_Close
{
	float: right;
	height: 21px;
	width: 21px;
	background-image: url(../App_Themes/Client_Controls/Images/ModalClose.GIF);
	cursor: pointer;
}
.Pan_Navigation
{
    /*	border-style: groove;
	border-width: thin; */
    position: absolute;
    top: 40px;
    left: 885px;
    width: 125px;
    color: #FF0000;
    text-align: center;  
}

.Frm_Fotoalbum
{
	position: absolute;
	background-color: #FFFFCC;
	top: 120px;
	left: 320px;
	width: 600px;
	height: 418px;
	border-style: outset;
	overflow: hidden;
}
