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

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

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

body {
	background-image: url(../Images/bg.gif);
	color: #663300;
	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;
	border: 2px solid #FFFFFF;
}

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

#gesamt #kopf {
	height: 151px;
	background-color: #FFB051;
	text-align: center;
}

/****************************************************
Navigationsbereiche Oben
*****************************************************/

#gesamt #navi {
	height: 25px;
	padding-top: 9px;
	padding-left: 11px;
	padding-right: 11px;
	margin: 0px;
	background-color: #C40000;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Button*/

#gesamt #navi #button {
	float: left;
	width: 120px;
	height: 25px;
	text-align: center;
	color: #FFB051;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#navi a:link,
#navi a:visited {
	text-decoration: none;
	color: #FFB051;
}

#navi a:link#aktuell,
#navi a:visited#aktuell,
#navi a:hover {
	border-bottom: 1px solid #FFB051;
	color: #FFB051;
}

/* Trenner*/

#gesamt #navi #navitrenner {
	float: left;
	width: 2px;
	height: 21px;
	text-align: left;
	margin: 0px;
	padding: 2px;
}

/*****************************************************
Inhaltsbereich Navigationsverweise
******************************************************/

#haupt a:link {
	color: #C40000;
	text-decoration: none;
	border-bottom: none;
}
#haupt a:visited,
#haupt a:focus {
	color: #C40000;
	text-decoration: none;
	border-bottom: none;
}
#haupt a:hover,
#haupt a:active {
	color: #C40000;
	text-decoration: none;
	border-bottom: none;
	border-bottom: 1px solid #C40000;
}

/****************************************************
Inhaltsbereich
*****************************************************/

#inhalt {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}

#inhalt #bildli{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
	border: 3px solid #FFFFFF;
}

#inhalt #bildre{
	float: right;
	margin-left: 15px;
	border: 3px solid #FFFFFF;
}

/*Listen*/

#inhalt ul li {
	padding-bottom: 0px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
}

/*Bilddefinition*/

.a_img {
	text-decoration: none;
	border-bottom: none !important;
}

/****************************************************
Trennung zur Fusszeile
*****************************************************/

#gesamt #linie {
	height: 69px;
	background-image: url(../Images/fuss.png);
}

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

#gesamt #fuss {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}

/* 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;
}

/****************************************************
Tabellendefinition
*****************************************************/

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

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

/*********************************************************
Allgemeine Klassen-Definition
**********************************************************/

.Stil1 {
	font-size: 120%;
	font-weight: bold;
	color: #C40000;
}
.Stil2 {
	font-size: 110%;
	font-weight: bold;
	color: #006829;
}
.Stil3 {
	font-size: 100%;
	font-weight: bold;
	color: #C40000;
}