body, html {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

}
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

h1 {
	border-left: 1px solid black;
	padding-left: 15px;
	color: red;
	font-size: 12px;
}

#header {
	width: 945px;
}

#top_red{
	height:auto !important; /* real browsers */
	height:60%; /* IE6: treaded as min-height*/
	min-height:60%; /* real browsers */
	background-color: red;
	width: 17px;
}
#top_black {

	height:auto !important; /* real browsers */
	height: 40%; /* IE6: treaded as min-height*/
	min-height: 40%; /* real browsers */
	background-color: black;
	width: 17px;

}
#content_area {
	position: absolute;
	top: 0;
	width: 925px;
	padding: 0 0 0 17px;
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

.red {
	position:relative;
	background-color: red;

	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#powered {
	position:absolute;
	top: 0;
	text-align: right;
	width: 100%;
	height: 100px;
}

#logo {
	float:left;
}

#navi_top{
	display: inline;
	height: 104px;
	width: 681px;
	margin: 0;
	padding: 0;
}

#navi {
	position: absolute;
	top: 0;
	margin-left: 35px;
	margin-top: 150px;
	z-index: 100;

}
#navi_bg {
	position: absolute;
	top: 0;
	margin-left: 17px;
	background-image: url("../_images/navi_bg.jpg");
	background-repeat: repeat-y;
	width: 205px;
	height: 20px;
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
#content {
	position: absolute;
	width: 920px;
	height:auto !important; /* real browsers */
	height: 87%; /* IE6: treaded as min-height*/
	min-height: 87%; /* real browsers */
}
.content_text {
	color: #797979;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header_top {
	background-image: url("../_images/navi_top.jpg");
	background-repeat: no-repeat;
	width: 243px;
	height: 43px;
}
#main_content {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 240px;
}
a	{ text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; outline: none;}
a:hover 	{ text-decoration: underline; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; outline: none;}
a:visited 	{ text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; outline: none;}

a.active	{ text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }
a.active:hover 	{ text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }
a.active:visited 	{ text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }

a.normal	{ text-decoration: none; color: #797979; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }
a.normal:hover 	{ text-decoration: none; color: #797979; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }
a.normal:visited 	{ text-decoration: none; color: #797979; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }

.navi_line {
	width: 160px;
	margin-left: -5px;
	border-bottom: 1px solid #797979;
}

input {
	width: 200px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
}
textarea {
	width: 200px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
}
.send {
	color: #797979;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.member {
	padding: 5px 0px;
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
a.member {text-decoration: underline; color: #000000; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; }
a.member:hover {text-decoration: none; color: red; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px;  }
.nl_submit {
	width: 80px;
}
.search_send {
	width: 100px;
	color: #797979;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sub_logo{
	position: relative;
	margin-left: -18px;
	padding-top: 30px;
}


.tooltip{
	color: #000;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	width: 250px;
}


.messecal {
	padding-top: 30px;
}
.hidden {
	visibility:hidden;
}
.archive {
	padding-bottom: 30px;
}