html, body 
{
	margin: 0px;
	border-left: 0px;
	border-right: 0px;  
	overflow: auto; 
	padding: 0px;
	height: 100%;
	
	/*background-color: #FFFCF3;*/
}

#content
{
	position: relative; 
	width: 100%; 
	/*min-height: 100%; */
	/*height: 100%; */ 
	height: auto !important;


	/*border-style: solid;
	border-width: 1px; */ 
}

#langSwitch{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1em;
	font-family: "Lucida-Grande", "Verdana", "Helvetica", "Sans-Serif";

}

#content-panel
{
	position: relative;
	padding-bottom: 136px;

	/* height: 100%; */ 
	margin: 0px auto; 
	width: 981px; 
	
	/* border-style: solid;
	border-width: 1px; */ 
}

#menuLeft-panel
{
	position: relative;
	width: 198px;
	height: 575px;  
	
	padding-top: 152px; 
	text-align: right;
	line-height: 1.5em;
	font-size: 1em;
	/*font-family: "Bookman Old Style", "Georgia", "Times";*/
	font-family: "Lucida-Grande", "Verdana", "Helvetica", "Sans-Serif";
	
	/*border-style: solid;
	border-width: 1px;
	border-color: green; */ 
}

#logo
{
	position: relative;
	padding-bottom: 0px;
	width: 585px;
	
	
	margin-left: 198px;
	margin-top: -664px;
	
	text-align: center;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: yellow; */ 
}

#logo2
{
	position: relative;
	padding-bottom: 0px;
	width: 585px;
	
	
	margin-left: 198px;
	margin-top: -200px;
	
	text-align: center;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: yellow; */ 
}

#information-panel
{
	width: 550px; 
	height: 450px; 
	margin-left: 216px;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: red; */ 
}

#menuRight-panel
{
	position: relative;
	width: 198px;
	height: 100px;
	margin-left: 783px; 
	margin-top: -587px;   
	
	padding-top: 522px; 
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	font-family: "Lucida-Grande", "Verdana", "Helvetica", "Sans-Serif";
	
	/*border-style: solid;
	border-width: 1px;
	border-color: green;  */
}

.dataEntry1
{
	position: relative;
	width: 266px;
	height: 400px;
	padding-top: 36px;
	
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	font-family: "Lucida-Grande", "Verdana", "Helvetica", "Sans-Serif";
	color: #3C2704;
	
	/* border-style: solid;
	border-width: 1px;
	border-color: blue; */ 
}

.dataEntry2
{
	position: relative;
	width: 266px;
	padding-top: 0px;
	margin-left: 284px;
	margin-top: -400px; 
	
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	font-family: "Lucida-Grande", "Verdana", "Helvetica", "Sans-Serif";
	color: #3C2704;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: blue;*/
}

.galerySpecialEntry
{
	position: relative;
	width: 532px;
	height: 400px;
	padding-top: 36px;
	
	text-align: center;
	
	/* border-style: solid;
	border-width: 1px;
	border-color: blue; */ 
}

#ground 
{
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 65px;
    width: 100%;
	background-image: url(../pics/skyline.png);
	background-repeat: repeat-x;
}

#groundBlue 
{
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 65px;
    width: 100%;
	background-image: url(../pics/skylineBlue.png);
	background-repeat: repeat-x;
}

/* Links general definition */
/*
	blau-ton:		#3E91EE
	braun-ton:		#3C2704
*/
a:link { text-decoration: none; color: #3C2704}
a:visited { text-decoration: none; color: #3C2704}
a:hover { text-decoration: none; color: #3E91EE}
a:active { text-decoration: none; color: #3E91EE}
a:focus { text-decoration: none; color: #3E91EE}

/* special Links for download-part */
a.downloadPart:link { text-decoration: none; color: #3E91EE}
a.downloadPart:visited { text-decoration: none; color: #3E91EE}
a.downloadPart:hover { text-decoration: underline; color: #3E91EE}
a.downloadPart:active { text-decoration: none; color: #3E91EE}
a.downloadPart:focus { text-decoration: none; color: #3E91EE}

/* special Links for navigation */
a.navigation:link { text-decoration: none; color: #3C2704; font-size: 13px; font-weight:bold}
a.navigation:visited { text-decoration: none; color: #3C2704; font-size: 13px; font-weight:bold}
a.navigation:hover { text-decoration: none; color: #3E91EE; font-size: 13px; font-weight:bold}
a.navigation:active { text-decoration: none; color: #3E91EE; font-size: 13px; font-weight:bold}
a.navigation:focus { text-decoration: none; color: #3E91EE; font-size: 13px; font-weight:bold}







