/* ============================================================================================== */
/*											Global Styles										  */
/* ============================================================================================== */
html {
	overflow: auto;
	margin: 10px;
}

body {
	background: #AA0000 url(../_images/_png/bodyBack.png) repeat-x fixed bottom left;
	margin: 10px 10px 0px 10px;
}

div.smartFill {
	background: url(../_images/_png/smartFill.png) top;
	border-top: 2px solid #660000;
	border-bottom: 2px solid #660000;
	height: 34px;
	left: 0px;
	position: absolute;
	top: 228px;
	width: 100%;
	z-index: -10;
}

div.loginDiv {
	background: #330000;
	border: 2px solid #660000;
	height: 150px;
	left: -2px;
	position: absolute;
	text-align: center;
	top: 250px;
	vertical-align: middle;
	width: 100%;
}
	div.loginDiv form {
		margin: 35px 0px 0px 0px;
		padding: 0px;
	}
	
	div.loginDiv strong {
		color: #FFFFFF;
	}

h1 {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}

a {
	color: #660000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

/* ============================================================================================== */
/*											Table Styles										  */
/* ============================================================================================== */
tr.header {
	height: 60px;
	width: 880px;
}
	td.menuHead {
		background: url(../_images/_png/contentHead.png) left;
		height: 60xp;
		text-align: center;
		vertical-align: bottom;
		width: 240px;
	}
		td.menuHead strong {
			color: #330000;
			font-family: "Times New Roman", Times, serif;
			font-size: 24px;
			font-weight: bold;
			text-align: center;
		}
		
	td.mainHead {
		background: url(../_images/_png/contentHead.png) right;
		height: 60px;
		text-align: center;
		vertical-align: bottom;
		width: 640px;
	}
		td.mainHead h1 {
			color: #660000;
			font-family: "Times New Roman", Times, serif;
			font-size: 36px;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
			text-align: center;
			vertical-align: bottom;
		}

tr.content {
	height: 350px;
	width: 880px;
}
	td.fill {
		background: url(../_images/_png/contentBack.png) left top;
		height: 50px;
		text-align: left;
		vertical-align: top;
		width: 880px;
	}
	
	td.menuBody {
		background: url(../_images/_png/contentFill.png) left top;
		height: 350px;
		text-align: left;
		vertical-align: top;
		width: 240px;
	}
		td.menuBody a {
			color: #660000;
			font-weight: bold;
			margin: 0px 0px 0px 35px;
			text-decoration: none;
		}
		td.menuBody strong {
			font-weight: bold;
			margin: 0px 0px 0px 15px;
			text-decoration: none;
		}
	
	td.mainBody {
		background: url(../_images/_png/contentFill.png) right top;
		height: 350px;
		text-align: left;
		vertical-align: top;
		width: 640px;
	}
		td.mainBody span {
			float: left;
			margin: 0px 0px 0px 20px;
			width: 540px;
		}

/* ============================================================================================== */
/*												Form Styles										  */
/* ============================================================================================== */
input.inputHead {
	float: left;
	width: 540px;
}

td.mainBody_e {
	background: url(../_images/_png/contentFill.png) right top;
	height: 350px;
	text-align: left;
	width: 640px;
}
	textarea.inputBody {
		height: 350px;
		width: 540px;
	}
	
/* ============================================================================================== */
/*											Image Styles										  */
/* ============================================================================================== */
span#holder {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: inline;
	display: table;
	display: table-cell;
	height: 162px;
	margin: 2px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 162px;
}

span#holder > img {
	cursor: pointer;
	max-height: 160px;
	max-width: 160px;
}

/* ============================================================================================== */
/*											Shower Styles										  */
/* ============================================================================================== */
div#showersub {
	height: 400px;
	text-align: center;
	vertical-align: middle;
	width: 400px;
}

img#showerimg {
	border: 1px solid #000000;
	max-height: 360px;
	max-width: 360px;
}

/* ============================================================================================== */
/*										Niewsbrief Styles										  */
/* ============================================================================================== */


div.newsDiv {
	background: #FFFFFF;
	border: 1px solid #660000;
	position: absolute;
	right: -1px;
	top: -1px;
	overflow: scroll;
	width: 250px;
	z-index: 100;
}

div.newsDivsmall {
	background: #330000;
	border: 1px solid #660000;
	height: 20px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 250px;
	z-index: 1000;
}
	div.newsDivsmall a {
		color: #FFFFFF;
		font-weight: bolder;
		margin-left: 25px;
		text-decoration: none;
	}
