/* Template for 7go.at
 * Designed by Michael Hirschler
*/

* { margin: 0; padding: 0; }
body { font: 10pt "Century Gothic", Arial; color: #333; background-color: #96BF0D; }

#wrapper 
{
	margin: -335px 0 0 -445px;
	width: 890px;	height: 670px;
	top: 50%;	left: 50%;
	position: absolute;
	
	background: url(images/background.jpg) no-repeat;
}

#content 
{
	top: 150px;	left: 260px;
	position: absolute;
	width: 480px;	height: 420px;
	
	overflow: auto;
	padding: 5px;
	font-size: 8pt;
}

#content h1 { font: normal 28pt "Century Gothic"; color: #F60; margin-bottom: 6pt; }
#content h2 { font: bold 10pt "Century Gothic"; color: #96BF0D; }
#content p { margin: 6pt 0; }

#content ul { list-style-type: circle; }
#content ul li { margin: 1pt 0 0 25px; }

#content a, #content a:link, #content a:visited { color: #F60; text-decoration: none; }

#navigation
{
	top: 30px; left: 50px;
	position: absolute;
	width: 120px;
}

#navigation ul { list-style-type: none; }

#navigation ul li
{
	background: url(images/button.gif) no-repeat center center;
	width: 120px; height: 30px;
	
	font-size: 13pt;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
}

#navigation ul li a.menu_current { color: #333; text-decoration: none; }
#navigation ul li a.menu_default { color: orange; text-decoration: none; }
#navigation ul li:hover.menu_default 
{ 
	color: #FFF; background: url(images/buttonhover.gif) no-repeat center center; 
	width: 120px; height: 30px;
}


#footer 
{
	bottom: 0; 
	width: 890px; height: 1.5em;
	position: absolute;
	text-align: center;
	margin-bottom: -30px;
}

#footer img { border: 0; margin-left: 10px; }
