/*======================================================================*\
|| #################################################################### ||
|| # ----------------------- COPYRIGHT NOTICE ----------------------- # ||
|| #		Copyright (c)2005 Fa. Leitgab Gernot. All Rights Reserved.		# ||
|| # This file may not be redistributed in whole or significant part. # ||
|| #																																	# ||
|| # ---------------------- CONTACT INFORMATION --------------------- # ||
|| #			http://www.leitgab.at/ 		| 			office@leitgab.at				# ||
|| #################################################################### ||
\*======================================================================*/

/*************************************************************************
 * core
 ************************************************************************/
html, head, body, div, span, p, h1, h2, h3, ul, li, a, acronym, table, td, th, form, label, img, input, textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;	
	color: #333333;
}
img
{
	border: 0px;
}
.semantic
{
	display: none;
	visibility: hidden;
}
.center
{
	text-align: center;
}
.floatleft
{
	float: left;
}
.clear
{
	clear: both;
}


/*************************************************************************
 * body
 ************************************************************************/
body
{
	height: 445px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #810000;
}


/*************************************************************************
 * structure
 ************************************************************************/
div#structure
{
	width: 501px;
	margin: 0 auto;
	overflow: hidden;
}


/*************************************************************************
 * header
 ************************************************************************/
div#structure div#header
{
	width: 100%;
	height: 60px;
	background: url(../images/header.jpg);
}


/*************************************************************************
 * main
 ************************************************************************/
div#main
{
	text-align: center;
}

div#main div#leftborder,
div#main div#rightborder
{
	width: 32px;
	height: 331px;
	background: url(../images/leftborder.jpg);
}
div#main div#rightborder
{
	background: url(../images/rightborder.jpg);
}

div#main div#content
{
	width: 437px;
	height: 331px;
	overflow: auto;
	background-color: #D1DCDE;
}


/*************************************************************************
 * footer
 ************************************************************************/
div#footer
{
	width: 100%;
	padding-top: 35px;
	background: url(../images/footer.jpg) left top no-repeat;
	font-size: 11px;
	color: #CC9933;
}
div#footer a
{
	font-size: 11px;
	color: #CC9933;
}
div#footer a:hover
{
	color: #000000;
}

