body {
	background-image: url(gfx/background-blaljusblaljusare1.png);
	background-color: #ebf6fb;
	background-repeat: repeat-x;
}
.textBox {
	float: left;
	clear: left;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	color: #444;
	margin-bottom: 10px;
	/* border: #444 2px solid; */
}
.textBox a {
	font-weight: bold;
}
.textSmaller {
	font-size: 0.9em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #036;
	margin-top: 30px;
}
a {
	color: #3695d8;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #036;
}
.wrapperDiv {
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	margin-top: 0px;
}
.topBgDiv {
	height: 1px;
}
.bottomBgDiv {
	height: 1px;
}

.imageBorder {
	border: 1px solid #333;
}
.mainDiv {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFF;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements */
}
.pageContentDiv {
	margin-top: 30px;
}
.rightAlignFloatDiv {
	margin: 8px;
	float: right;
}
.footerDiv {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin-top: 40px;
	clear: both;
}

/* image tooltip */
#preview {
	position:absolute;
	border:1px solid #999;
	background:#222;
	padding:5px;
	display:none;
	color:#fff;
}
.formelements {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	background-color: #f6f6ff;
	border: 1px solid #444;
	max-width: 100%;
}
.smallformelements {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	background-color: #f6f6ff;
	border: 1px solid #444;
}
.videoYoutube {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 900px;
}
.hide
{
    display:none;
}

/*
.radioboxclass { display:block; }
label { float:left; clear:none; display:block; padding: 2px 1em 0 0; }
input[type=radio], input.radio { float:left; clear:none; margin: 2px 0 0 2px; }
*/

