/* -------------------------------------------------
	Stylesheet - Index Zeilinger
	
	Autor: Thomas Heinloth
	Erstellt: 01.06.2005
	Version: 1.1
	
	CSS: Level 2
------------------------------------------------- */


/* Body Bereich */
body
{
	margin: 0px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Header - Grauer Farbuebergang */
#header
{
	position: absolute;
	float: left;
	left: 0px;
	top: 30px;
	
	width: 1002px;
	height: 105px;
	
	background-image: url(../image/header.png);	
	z-index: 1;
}

/* Header - Orange */
#header #header2
{
	position: relative;
	float: right;

	top: 8px;
	right: 0px;
	
	width: 947px;;
	height: 87px;
	
	background-color: #FFB03B;
	
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	z-index: 1;
}

/* Logo "Zeilinger" */
#logo
{
	position: absolute;
	float: left;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	
	left: 590px;
	top: 33px;
	
	width: 266px;
	height: 98px;
	z-index: 1;
}

/* Logo Wappen */
#logo2
{
	position: absolute;
	float: left;
	
	left: 905px;
	top: 0px;
	
	background-image: url(../image/logo2.png);
	background-repeat: no-repeat;
	
	width: 97px;
	height: 135px;
	z-index: 1;
}

/* Header - Menue */
#hmenu
{
	position: absolute;
	float: left;
	
	left: 0px;
	top: 140px;
	
	width: 1002px;	
	height: 20px;
	
	background-color: Black;
	z-index: 1;
}

/* Header - Menuepunkte */
#hmenu #htext
{
	position: relative;
	float: right;
	color: White;
	font-weight: bold;
	text-align: right;
	
	padding-top: 3px;
	padding-right: 5px;
	width: 400px;
	z-index: 1;
}

/* Main Bereich */
#main
{
	position: absolute;
	float: left;
	
	left: 0px;
	top: 165px;
	
	width: 1002px;
	height: 420px;
	background-image: url(../image/main.png);
	background-repeat: no-repeat;
	
	background-color: #C0C0C0;
}

/* Main Bereich - Text */
#main #maintext
{
	position: relative;	
	left: 269px;
	top: 20px;
	
	font-weight: bold; 
	
	width: 464px;
	
	/*border: 1px solid blue;*/
}

/* Main Bereich - Bild "Frau auf Liegestuhl" */
#main #mainpic
{
	position: relative;
	left: 215px;
	top: 60px;
	width: 460px;
	
	z-index: 1;
}

/* Text im Main - Bild*/
#mainpictext
{
	position: absolute;
	float: left;
	
	left:450px;
	top: 430px;
	
	color: #FFB03B;
	font-size: 36pt;
	z-index: 2;
}

/* Abschlussbereich */
#bottom
{
	position: absolute;
	float: left;
	left: 0px;
	top: 540px;
	
	width: 1002px;
	height: 55px;
	
	background-color: #808080;
}

/* Hotline Kugel */
#kugel
{
	display: none;
	position: absolute;
	float: left;
	
	left: 15px;
	top: 152px;
	
	background-image: url(../image/kugel.gif);
	background-repeat: no-repeat;
	
	width: 50px;
	height: 50px;	
	
	padding-top: 17px;
	text-align: center;
	
	z-index: 2;
}

/* Bierflasche */
#flasche
{
	position: absolute;
	float: left;
	
	left: 80px;
	top: 10px;
	
	background-image: url(../image/flasche.gif);
	background-repeat: no-repeat;
	
	width: 214px;
	height: 558px;	
	z-index: 2;
}

/* Link Header-Menue */
#htext a:link
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

#htext a:visited
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

#htext a:hover
{
	text-decoration: underline;
	color: White;
	font-weight: bold;
}

#htext a:active
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

