body {
	background-color: #fff;
	font-size: 75%;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 145%;
	color:#000000;
	padding:0px;
	margin:0px;
}
a {color: #000000; text-decoration: underline;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}
a:active { color:#000000; text-decoration: none;}

.error{color: red;}
.description {font-size: 85%;}
.langselect{padding-left:10px;margin-top:35px;font-size:80%;}

h1{
	font-size: 135%; 
	color: #666;
	line-height: 125%;
	border-bottom: #ccc solid 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 27px;
}
h1 p{margin: 0px;}
h2{
	font-size: 120%;
	color: #666;
	line-height: 125%;
	margin-bottom: -10px;
}
hr{
	border-bottom: #666 dotted 2px;
	height: 1px;
	text-align: left;
}

#container {
	border-left: #999 solid 5px;
	border-right: #999 solid 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #ffffff;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
}
#headertop {
	display: none;
	height: 0px;
}
#headerimage{
	background: url('../images/glastik_01.jpg') no-repeat;
	width: 857px;
	height: 240px;
}
#content {
	width: 857px;
	float: left;
	padding-top: 15px;
	margin: 0px;
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

#navigation{
	width: 197px;
	margin-right: 20px;
	float: left;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#search{
	padding: 5px; 
	padding-left: 8px; 
	width: 116px;
	margin-top: 5px; 
	margin-left: 17px; 
}
.input_searchbox {
	width:85px;
	vertical-align:middle;
	font-size:11px;
	border: #666 solid 1px;
}
#navi{
	border-bottom: #ccc solid 1px;
	padding: 4px; 
	padding-left: 8px; 
	background-repeat: no-repeat;
	/*background: #93C0DC;*/
	margin-top: 2px; 
	margin-left: 10px; 
}
#navi a{
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
#navi a:hover{
	color: #0E5380;
	font-weight: bold;
}
#navi_on{
	/*border-bottom: #ccc solid 1px;*/
	background-repeat: no-repeat;
	background: #B8D8EC;
	padding: 4px; 
	padding-left: 8px; 
	margin-top: 2px; 
	margin-left: 10px;
}
#navi_on a{
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#navi_2_bg{
	background-repeat: no-repeat;
	background: #E7F1F6;
	font-size: 95%;
	margin-left: 10px; 
	padding-left: 10px;
}
#navi_2{
	padding: 3px; 
	margin: 2px; 
	margin-bottom: 1px; 
}
#navi_2 a{
	color: #000;
	text-decoration: none;
}
#navi_2 a:hover{
	color: #333;
	text-decoration: underline;
}
#navi_2_on{
	padding: 3px; 
	margin: 2px; 
}
#navi_2_on a{
	color: #000;
	text-decoration: underline;
}

#maintext{
	font-size: 110%;
	margin-left: 10px; 
	width: 610px;
	float: left;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#maintext a{
	text-decoration: underline;
}
#maintext ul {
	margin: 0px;
	padding-left: 25px;
}
#maintext li {
	margin: 0px;
	padding-left: 5px;
}
#maintext1{
	font-size: 110%;
	/*margin-left: 10px; */
	width: 450px;
	float: left;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#maintext1 a{
	text-decoration: underline;
}
#maintext1 ul {
	margin: 0px;
	padding-left: 15px;
}
#maintext1 li {
	margin-left: 0px;
}
#maintext2{
	font-size: 110%;
	margin-left: 20px; 
	width: 160px;
	float: left;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#maintext2 a{
	text-decoration: underline;
}
#maintext2 ul {
	margin: 0px;
	padding-left: 15px;
}
#maintext2 li {
	margin: 0px;
}
abbr , acronym {
  border: 0 none;
}
.required {
  color: #f00;
  background: transparent;
}
form label{
	float: left;
	display: block;
	width: 170px;
}
legend{
  	font-weight: bold;
	color: #000;
}
form {
  margin: 0 0 1em 0;
}
fieldset {
  margin: .75em 0 0 0;
  padding: 5px;
}

input{
	border: #999 solid 1px;
}
textarea{
	border: #999 solid 1px;
}
.submit{
	border: #999 solid 1px;
	background: #ccc;
}
.noborder{
	background: #ccc;
	border: #fff solid 1px;
}
#rightcol{
	margin-left: 15px; 
	width: 180px;
	float: left;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#rightcol a{
	text-decoration: underline;
}
.spacer_right{
	border-bottom: #666666 solid 2px;
	margin-bottom: 10px;
}
#footer{
	clear:both;
	border-top: #666666 solid 1px;
	padding: 5px;
	height: 25px;
}
#footer_links{
	text-align: center;
	font-size: 90%;
	padding: 3px;
}
#footer_links a{
	text-decoration: underline;
}
.hidden {
	display:none;
}

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:.4em;
	width:386px;
}

a.sitemap_level2 {
	font-size: 95%;
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	font-size: 90%;
	float:left;
	padding-left:25px;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}

.png_fix {
  behavior: url("_common/stylesheets/iepngfix.htc");
}

#stoerer{
  position: relative;
  float: left;
  left: 430px;
  top: 220px;
  z-index: 10;
  height: 0px;
}
#stoerer a{
  background: transparent;
  border: 0px;
}
