/*********************************************************************************
**                                                                              **
** p r o j e c t :          www.goldschmitte-greminger.ch                       **
**                                                                              **
** f i l e :                startseite.css                                      **
**                                                                              **
** d a t e :                may 2oo6                                            **
**                                                                              **
** a u t h o r :            creaArt webdesign  [http://www.crea-art.ch]         **
**                                                                              **
** c o n t a c t :          admin [at] goldschmitte-greminger [dot] ch          **
**                                                                              **
*********************************************************************************/

/**************************************
     seiten-einstellungen
**************************************/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFB22D;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page
{
	padding: 0;
	margin: -279px 0 0 -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 558px;
}

p	{	margin: 0;	}


/**************************************
     header- & footerbereich
**************************************/
#header	{	margin-bottom: 50px;	}

#footer, .header_top
{
	font-family: "Arial Black", sans-serif;
	font-size: 32px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.header_mid, .header_bot
{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.header_mid
{
	color: #FFFFFF;
	background-color: #EFB22D;
	text-transform: uppercase;
}

.hf_left
{
  	color: #FFFFFF;
	background-color: #EFB22D;
  	display: inline;
}

#footer
{
	clear: both;
	margin: 50px 0 0 0;
}


/**************************************
     inhaltsbereich
**************************************/
#content
{
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	width: 512px;
	height: 336px;
	margin: 0ex auto;
}


/**************************************
     welcome-navigation
**************************************/
.welcome, .welcome_link
{
	color: #FFFFFF;
	text-align: left;
}
.welcome
{
	padding-top: 50px;
	padding-left: 25px;
}

.welcome h1
{
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.welcome_link
{
	font-size: 13px;
	padding: 3px 0 0 158px;
}

.welcome_link a
{
	color: #FFFFFF;
	text-decoration: none;
}

.welcome_link a:hover	{	text-decoration: underline;	}
