/*
css-datei fuer latimera.net by latimera 
*/

/* home */
html, body 
	{
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
    overflow: hidden;
    }
#background
	{
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
	}

/* wellcome */
#wellcome
	{
	position: absolute; 
	left: 30px; 
	top: 30px; 
	z-index: 2; 
	visibility: show;
	}

#servWellcomeUeb
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #ffd700; 
	text-align: center;
	font-weight: bold;
	}
	
#servWellcomeTxt
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #ffd700;
    /*text-align: justify;*/ 
	}

#servWellcomeLink
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #ffd700;
	text-decoration: underline;
	text-align: center;
	}

/* content */
#content
	{
	position: absolute; 
	top: 30px; 
	right: 60px; 
	z-index: 2;
	}

#servContentUeb
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #ffd700; 
	text-decoration: none;
	}

#servContentTxt
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #ffd700; 
	text-decoration: none;
	}

#servContentLink 
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #ffd700; 
	text-decoration: underline;
	}

#servArrows 
	{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #ffd700; 
	}
	
#servTableBorder
	{
	border:1px solid #40e0d0;
	}

#servLinkMain 
	{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #ffd700; 
	text-decoration: underline;
	}

/* navigation */
#navigation
	{
	position: absolute; 
	bottom: 0px; 
	left: 285px; 
	right: 60px; 
	z-index: 2;
	}




