* {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

body {
	color: #202020;
	background-color: rgb(199, 199, 199);	
	background-image: url(/bilder/layout/bg-body.png);
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

img {
	border: 0px;
}

table {
	width: 100%;
	margin: auto;
}

td {
	vertical-align: top;
}

ul li {
	list-style-type: disc;
}

hr {
	margin: 12px 0px 0px 0px;
	border-top: 1px dotted black;
	height: 1px;
}

/* Page Layout */

.PageFrame {
	width: 950px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.PageContentContainer {
	background-image: url(/bilder/layout/bg-content-right.png);
	overflow: auto;
}

.Header {
	background: url(/bilder/layout/bg-header.png);
	height: 200px;
	text-align: center;
}

.Header img {
	margin-top: 35px;
}

.MenuBar {
	background: url(/bilder/layout/bg-menu.png);
	height: 29px;
	text-align: center;
}

.MenuBar a {
	padding: 0px;
	margin: 0px;
}

.Separator {
	background: url(/bilder/layout/bg-separator.png);
	height: 49px;
	vertical-align: middle;
	text-align: center;
}

.Separator img {
	margin-top: 20px;
}

.PageContent {
	text-align: left;
	padding: 5px 10px;
	overflow: hidden;
}

.PagePictureContent {
	text-align: center;
	padding: 5px 10px;
}

.Footer {
	background-image: url(/bilder/layout/bg-footer-leftmenu.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	vertical-align: middle;
	clear:both;
}

img.GFSGLogo, img.Button {
	border: 1px solid black;
}

/*
 * Seitliches Menü
 */
.PageRightMenu {
	text-align: left; 
	float: right;
	width: 215px;
	padding: 5px 10px;
}

.PageLeftMenu {
	float: left;
	width: 188px;
	padding-left: 1px;
}

.PageMenuLabel {
	font-weight: bold;
	color: black;
	margin: 5px 5px 0px 0px;
	padding: 2px 10px;
}

.PageMenuLabel a {
	text-decoration: none;
	color: black;
}

.PageMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left; 
}

.PageMenuItem,.PageMenuItem:hover,.PageMenuItemSelected {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 15px;
	list-style-type: none;
}

.PageMenuItem a,.PageMenuItemSelected a {
	text-decoration: none;
}

.PageMenuItem:hover,.PgeMenuItem a:hover,.PageMenuItemSelected {
	color: white;
}

.PageMenuItem:hover a {
	color: white;
}

.PageContent {
	padding: 0px 16px;
}

/*
#PszRollover, #TSRollover {
  position: absolute;
  font-size: 10px;
  text-align: left;
  background-color: white;
  padding: 2px;
  display: none;
}
*/
.InlineImage {
	border: 5px solid #e5e5e5;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
 * Auflistung der Einrichtungen
 */
.EinrichtungsListe {
	width: 710px;
	margin-top: 10px;
}

.EinrichtungName {
	height: 65px;
	font-weight: bold;
	color: white;
	padding: 4px 8px;
	border-right: 1px dotted black;
	vertical-align: middle;
}

.EinrichtungName a {
	color: white;
	text-decoration: none;
}

.EinrichtungBeschreibung,.MehrInformation {
	background: url(/bilder/layout/bg-einrichtung-beschreibung.png);
	border-right: 1px dotted black;
	vertical-align: middle;
}

.MehrInformation {
	text-align: center;
}

/*
 * Bildergalerien
 */
 
 .PictureGalleryNext {
	text-align: center;
	padding: 10px;
	float: left;
 }
 
 .PictureGalleryPrev {
	text-align: center;
	padding: 10px;
	float: right;
 }
 
 .PictureGalleryNumber {
	text-align: center;
	padding: 10px;
 }
 
 .PictureGalleryPicture {
	text-align: center;
	padding: 10px;
	clear: both;
 }
/*
 * Artikel
 */

.FileListList {
	list-style: square outside;
	clear: both;
}

/*
 * Teamseite 
 */
 
.TeamHeader {
	text-align: left;
}

.TeamOdd {
	background-color: #d0d0d0;
}
.TeamImageOdd {
	border: 5px solid #ffffff;
}

.TeamEven {
	background-color: #ffffff;
}
.TeamImageEven {
	border: 5px solid #d0d0d0;
}

/*
 * Spezialfälle
 */
.Steiermarkkarte {
	padding: 10px 10px; 
	width: 680px; 
	height: 530px; 
	position: relative; 
	top: 10px; left: 10px;
}

