html, body {
	background-color 		: #FFFFFF;
	margin					: 0px;
	padding					: 0px;
	width					: 100%;
	height					: 100%;
	font					: 11px Arial, Helvetica, sans-serif;
	text-align				: center;
	color					: #555555;
}
body {
	background-image		: url('../images/background.jpg');
	background-repeat: repeat-x;
}
#helper {
  	position: absolute;
	display: none;
}
img {
	border 					: none;
	margin					: 0px;
	line-height				: 0px;
}
#page_container {
	width				: 750px;
	margin				: 0px auto 0px auto;
	text-align			: left;
	background-color	: #FFFFFF;
	border-bottom		: solid 1px #BEBEBE;		
	border-left			: solid 1px #BEBEBE;
	border-right		: solid 1px #BEBEBE;
	background-repeat	: no-repeat;
	background-position	: right bottom;;
	background-image	: url('../images/down_right_shadow.jpg');	

}
#page_padding {
	padding				: 0px 50px 50px 50px;

}
#page_header {
	height				: 183px;
	overflow			: hidden;
}
  
#page_hierarki {
	height				: 16px;
	border				: none;
	margin				: 0px;
	background-image	: url('/images/heir_vfade.jpg');
	background-repeat	: repeat-y;
	width				: 750px;
	display				: block;
	font-size			: 11pX;

}






#page_content {
	margin				: 0px 0px 10px 0px;
	padding				: 10px 0px 10px 0px;
}

p {
	display				: block;
	padding				: 6px;
	margin				: 0px;
		
}
.col {
	float							: left;
	display							: block;
	width							: 150px;
}
.new_row {
  	line-height						: 0px;
  	clear							: both;
  	height							: 0px;
  	
}

h1, h2, h3, h4 {
	display				: inline;
	color				: #222222;
}
h1 {
	font-size: 15px;
	border-bottom	: solid 1px #CECECE;
	display: block;
}
h2 {
	font-size: 13px;

	border-bottom	: solid 1px #CECECE;
	display: block;
}

h3 {
  	font-size	: 14px;
  	font-weight	: bold;
  	color		: #3e3c57;
}

h4 {
  	font-size	: 12px;
  	font-weight	: bold;
  	color		: #3e3c57;
}
.puff {
	border: solid 1px #CECECE;
	padding: 0px;
}
.puff .header {
  	color: white;
  	font-weight: bold;
  	
 }
 .blackline {
	border: none;
	border-collapse: collapse;
	background-color: #CECECE;
	
	width:100%;
	height:1px;
	font-size: 0px;
	clear: both;		
	padding: 0px;
	margin: 0px;
}

.fit {
	border: none;
	border-collapse: collapse;
	font-size: 0px;
	clear: both;		
	padding: 0px;
	margin: 0px;

}

.puff .content {
  	background-image	: url('../images/puff_shadow.jpg');
  	background-repeat	: repeat-y;
  	

}
.puff .content .button {
  	display: block;
  	text-align: center;
  	border: solid 1px #CECECE;
  	background-color: #DEDEDE;
	cursor: pointer;
	border-bottom: solid 2px #BEBEBE;
	border-right: solid 2px #BEBEBE;
	
}
.puff .content .submit {
	border				: solid 1px #CECECE;
	background-color	: black;
	color				: white;
	padding: 2px;
	font-size			: 10px;
	
}

.bark {
  	background-color: #743e3e;
  	padding: 10px;
  	border: solid 1px black;
  	color				: white;
  	font-weight			: bold;
  	
}

.input {
	border				: solid 1px #CECECE;
	background-color	: #DEDEDE;
	font-size			: 10px;
}
.button {
	border				: solid 1px #CECECE;
	background-color	: black;
	color				: white;
	padding: 2px;
	font-size			: 10px;
}
.submit {
	border				: solid 1px #CECECE;
	background-color	: darkblue;
	color				: white;
	font-size			: 12px;
}

.shadow {
	background-image	: url('../images/small_shadow.jpg');
	height				: 16px;
	width				: 220px;
	border				: none;
	margin				: 0px;
	padding				: 0px;	
	font-size			: 0px;
}


a:link {
	color				: #33335e;
	text-decoration		: none;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
}

a:visited {
	color				: #33335e;
	text-decoration		: none;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
}

a:hover {
	color				: #FF0000;
	text-decoration		: none;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	}

a:active {
	color				: #33335e;
	text-decoration		: none;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
}



.anylinkcss {
	position:absolute;
	margin-left: 0px;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	text-align: left;
	width: 205px;
	color: white;	
	background-color	: #a9a9b2;

	
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: white;
}


.anylinkcss a:hover{ /*hover background color*/
	background-color: #5e5e73;
	color: white;;
}	


#main_menu {
}

.menu_item {
	color					: white;
	margin					: 0px 10px 0px 0px;
	padding					: 0px 0px 0px 0px;
  
  
}
.menu_item:visited, .menu_item:link, .menu_item:active {
 	color					: #DEDEDE;
}

.menu_item:hover {
	color					: white;
}

.event_group_1 { display: block; }
.event_group_2 { display: block; }
.event_group_3 { display: block; }
.event_group_4 { display: block; }
.event_group_5 { display: block; }
.event_group_6 { display: block; }
.event_group_7 { display: block; }
.event_group_8 { display: block; }
.event_group_9 { display: block; }
.event_group_10 { display: block; }
.event_group_11 { display: block; }
.event_group_12 { display: block; }
.event_group_13 { display: block; }
