/*********************************/
/** global layout and style      */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #FFFFFF;
}

/* a link style to be applied to img tags */
a.imglink:hover {
	text-decoration: none;
	background-color: #ffffff;
}
a.imglink img {
	padding: 2px;
	border: 0px;
}
a.imglink:hover img {
	padding: 1px;
	border: 1px solid #990000;
}

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#headerLogo {
	width: 97%;
	margin: 10px 0px 30px 0px;
	padding: 0px;
	text-align: right;
}

#leftSideBar {
	float: left;
	width: 17%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #990000;
}
.grey {background-color:#eeeeee;
}

#contentWrapper {
	float: left;
	width: 80%;
	border: 1px solid #990000;
	margin: 0px;
	padding: 0px;
	background-image:url(pics/hintergrund2.gif);
}

#content {
	margin: 10px;
}

#rightSideBar {
	float: left;
	width: 10%;
}

#footerContainer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footer {
	font-size: 75%;
	padding: 0px;
	margin: 0px;
	margin-left: 17%;
	margin-right: 2%;
	text-align: center;
}

/* top menu container must be offset to the right so it aligns with the content */
#topMenuContainer {
	margin: 0px 0px 0px 17%;
	padding: 0px;
}


/*********************************/
/** top menu level 1             */

#topMenu1 ul {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	list-style-type: none;
	color: #990000;
}

#topMenu1 li {
	font-size: 85%;
	font-weight: bold;
	display: inline;
	text-align: center;
	margin: 0px -3px;
}

#topMenu1 li a, #topMenu1 a:visited {
	text-decoration: none;
	color: #990000;
	padding: 0.2em 1em;
}

#topMenu1 li.selected a:visited, #topMenu1 li.selected a, #topMenu1 a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #ffffff;
}

/*********************************/
/** top menu level 2             */

#topMenu2 ul {
	margin: -1px 0px;
	padding: 0px 0px 0px 3px;
	list-style-type: none;
	color: #990000;
}

#topMenu2 li {
	font-size: 80%;
	font-weight: bold;
	display: inline;
	text-align: center;
	margin: 0px -3px;
}

#topMenu2 li a, #topMenu2 a:visited {
	text-decoration: none;
	color: #990000;
	padding: 0.2em 1em;
}

#topMenu2 li.selected a:visited, #topMenu2 li.selected a, #topMenu2 a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #ffffff;
}

/*********************************/
/** left menu                    */

.gray {
	background-color: #F4F4F4;
}

#leftMenu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	color: #990000;
	
}

#leftMenu li {
	font-size: 100%;
	text-align: left;
	margin: 0px;
	display: inline;
}

#leftMenu li a, #leftMenu a:visited {
	text-decoration: none;
	color: #990000;
	padding: 3px 0px 3px 2px;
	display: block;
	border-bottom: 1px solid #999999;
	padding-left:5px
}

#leftMenu li.selected a:visited, #leftMenu li.selected a, #leftMenu a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #ffffff;
	padding: 3px 0px 3px 2px;
	display: block;
	padding-left:5px
}


/*********************************/
/** search form                  */

#searchForm {
	padding: 4px 2px;
	margin: 0px;
	margin-top: 1em;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	text-align: left;
}

#searchForm form {
	margin: 0px;
	padding: 0px;
}

#searchForm input {
	font-size: 80%;
	margin: 2px;
	padding: 0px;
}

#searchForm input.text {
	width: 95%;
}


/*********************************/
/** related links class used in  */
/** left side bar                */

div.relatedLinks {
	margin-top: 2em;
	padding: 2px;
}

.relatedLinks ul {
	list-style-type: none;
	padding: 3px 0px 3px 2px;
	margin: 0px;
}


/*********************************/
/** breadcrumb style             */

#breadCrumb {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 80%;
}


/*********************************/
/** html tag styles              */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	margin-bottom: 0.9em;
}

h1 {
	font-size: 135%;
	font-weight: bold;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: normal;
}

h5 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}



/****************************************/
/** article styles                      */

.featureArticle {
	font-size: 100%;
	margin-top: 2em;
}

.article {
	font-size: 100%;
	margin-top: 2em;
}

.footnote {
	font-size: 85%;
	margin-top: 1em;
}



/**********************************************/
/** image/text columnarish/wrapped layouts    */
/** put an image and any number of h1-6/p     */
/** into a div of class text-image-float-left */
/** but image must be first                   */

.text-image-float-left {
	float: left;
	margin-bottom: 1em;
}

.text-image-float-left img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.text-image-float-right {
	float: left;
	margin-bottom: 1em;
}

.text-image-float-right img {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
}


/****************************************/
/** other decoration styles             */

p.importantFact {
	width: 80%;
	padding: 3px 10px;
	margin-left: 15px;
	border-left: 6px solid #990000;
	font-size: 105%;
	font-weight: bold;
}

div.spacer {
  background-color: #990000;
  margin: 1em 1em;
  padding: 0px 0px 1px 0px;
 }


/****************************************/
/** drop shadow for picture thumbs      */

div.img-shadow-wrapper {
	clear: both;
	text-align: center;
	display: table;
}

.img-shadow {
	float: left;
	background: url(pics/shadowAlpha.png) no-repeat bottom right !important;
	background: url(pics/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}




