/* Link Declarations */
a:link{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a:visited{
 color: #990000;
 text-decoration: none;
 background-color: transparent;}

a:hover{
 color: #999;
 text-decoration: none;
 background-color: transparent;}

/* Main Layout Rules */

#container{ /* parent element to all other div tags */
	margin:0;
	padding:0;
	background-position: right;
}
 
#mainTitle{
	font: 28pt arial,verdana,sans-serif;
	letter-spacing: 10px;
	background-image: url(images/BildSenioren.jpg);
	background-repeat: no-repeat;
	height: 100px; /* change height and width according to needs */
	width: 442px;
	text-align: right;
	background-position: left;
}

#centerOfPage{   /* controls both the floating menu and content */
 color: #000;
 margin-top: .5px;
 font-family: arial,verdana,sans-serif;
 background-color: #999;} /* color declaration creates image of sidebar */

#mainMenu{
	width: 14em;
	height: 100%; /* needed to extend menu in IE 6.0 */
	float: right;
	color: #000;
	padding: 0px 10px;
	margin-top: 10px;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

ul#menu li{    /* corrects IE 6.0's margins */
 list-style-type: none;
 margin-left: -40px;
 margin-bottom: -20px;}

ul#menu > li{  /* For Mozilla, Opera, other standards-compliant browsers */
 list-style-type: none;
 margin-left: -40px;
 margin-bottom: 10px;
 font-size: 16px;}

ul#menu li a{
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 7px 0;
	text-align: left;
	margin: auto auto 5px 15px;
	text-decoration: underline;
	font-size: small;
}

ul#menu li a:visited{
 color: #990000;
 text-decoration: none;
 background-color: transparent;}

ul#menu li a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: none;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666699;
	border-right-color: none;
	border-bottom-color: #666699;
	border-left-color: none;
}

#mainContent{
	line-height: 200%;
	overflow: auto;   /* keeps the content from wrapping around the menu */
	color: #000;
	font-family: inherit;
	font-size: small;
	background-color: #fff; /* makes illusion of sidemenu with #centerOfPage */
	height: 100%;
}    /* needed to extend the sidemenu in IE 6.0 */

#notice{
	margin-top: .5px;
	padding: 3px 0 4px 3px;
	clear: right;
	background-color: #800000;
	color: #fff;
	font-size: 12px;
}

#notice .floatRight{
 margin-right: 10px;}

/* Inline elements */

h1,h2,h3,h4,h5,h6{
 margin-left: 15px;
 margin-top: auto;}

.floatRight{
	float: right;
	left: 10px;
}

.floatLeft{
 float: left;}

ul,ol{
 line-height: 1.3;}

.menuHeader{   /* header for the menu */
 border-width: 3px 0px;
 border-style: solid;
 border-color: #cc3333;
 margin: 5px 0px;
 display: block;
 text-align: center;
 letter-spacing: 3px;
 font: large serif;
 font-variant: small-caps;}

.contentHeader{ /* header for the main content */
	display: block;
	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	background-color: maroon;
	color: #fff;
	text-indent: 2%;
	width: 100%;
	font-weight: bold;
}

p{
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p+.contentHeader{
 margin-top: 5px;}

.code{  /* used to highlight html code */
 font-family: monospace;}

.codeBlock{ /* used to highlight longer pieces of html code */
 color: #000;
 font-family: monospace;
 margin: 0 4px 0 30px;
 background-color: #ccc;
 display: block;
 width: 50%;
 line-height: 1.5;}

.imageBox{ /* box to surround the image */
	width: 174px; /* !!!!! change this width to match the image !!!!! */
	margin: 9px 5px 0 0;
	border: 1px none gray;
	display: block;
	float: left;
	padding: 2px;
	color: #000;
	background-color: transparent;
	font-size: x-small;  /* was 10px */
	line-height: 100%;
}

.imageBox img{
 padding-bottom: 3px;
 border-bottom: solid gray 1px;
 margin-bottom: 5px;}

.imageBox .txt{
 margin-bottom: 10px;}

.quoteBlock{  /* for quoting something */
 display: block;
 padding: 10px 40px 10px 40px;
 color: #000;
 background-color: inherit;
 font-family: verdana, arial, sans-serif;
 font-size: small; /* was 14pt */
 font-style: oblique;
 text-align: justify;
 background-image: url(images/quotemark.gif);
 background-repeat: no-repeat;
 background-position: top left;}

.quoteBlock i{
 font-style: normal;}

ul#progress li{ /* menu text beneath the links */
 list-style-type: none;
 margin-left: -40px;
 margin-bottom: 10px;}

ul#progress li+li{
 border-top: solid gray 1px;
 padding-top: 10px;}#container #centerOfPage #mainContent p {
	padding: 10px;
	color: #000000;
}
#container {
	color: #FFFFFF;
}
#container #centerOfPage #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding-left: 8px;
}
#container #centerOfPage #mainContent table {
	text-align: left;
}
