@charset "iso-8859-1";
/* CSS Document */
/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */

/**********************************************************
Vitalpension Home CSS-Definition
------------------------------------
**********************************************************/

/*********************************************************
Allgemeine Element-Definition
**********************************************************/

body {
	background-image: url(Images/bg.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/********************************************************
Alles umschliessender Container
*********************************************************/

#gesamt {
	width: 932px;
	background-image: url(Images/back.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

/****************************************************
Kopfbereich
*****************************************************/

#gesamt #kopf {
	width: 932px;
	height: 158px;
	background-image: url(Images/Home/top.jpg);
}

/****************************************************
Hauptbereich
*****************************************************/

#gesamt #bild {
	text-align: center;
	width: 932px;
}

/****************************************************
Fussbereich
*****************************************************/

#gesamt #fuss {
	width: 932px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
}

/*Linkdefinition*/

#fuss a:link {
	color: #C40000;
	text-decoration: none;
	border-bottom: thin dotted #C40000;
}
#fuss a:visited,
#fuss a:hover,
#fuss a:active {
	color: #C40000;
	text-decoration: none;
	border-bottom: thin dotted #C40000;
}
