body {
	margin: 0px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
}

h1
{
	display: none;
}

input,select,textarea{
	font-family: Georgia, Times New Roman;
	font-size: 10px;
}

a {
 color: #f01a22;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

h2, h3 {
	color: #000;
	font-size: 17px;
}

#top {
	height: 139px;
}

#main {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 895px;
	border: 1px solid #000;
}

#logo {
	position: absolute;
	height: 44px;
	width: 203px;
	margin-top: 75px;
	margin-left: 135px;
	margin-bottom: 20px;
}

#icon {
	position: absolute;
	top: 66px;
	height: 226px;
	width: 104px;
}

#lang_switch {
	position: absolute;
	margin-left: 800px;
	margin-top: 4px;
	z-index: 99;
}

#menu {
	width: 760px;
	height: 17px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 135px;
}

#content {
	margin-left: 135px;
	width: 625px;
	min-height: 480px;
	_height: 480px;
	padding-bottom: 22px;
	z-index: 8;
	margin-top: 20px;
}

#bottom {
	margin: auto;
	margin-top: -3px;
	width: 897px;
	text-align: right;
	z-index: 10;
}

#person_left {
	position: absolute;
	top: 40px;
	margin-left: -40px;
}

#person_right {
	position: absolute;
	top: 70px;
	margin-left: 800px;
}

/*---- Dropdown Menu 2 Styling ----*/

/* Root = Horizontal, Secondary = Vertical */
ul.mainmenu {
  margin: 0;
  border: 0 none;
  padding: 0px;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 18px;
}

ul.mainmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 18px;
}

/* SUBMENUS */

ul.mainmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 160px;*/
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
}

ul.mainmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.mainmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul.mainmenu a {
  border-right: 0px;
  border-bottom: 1px solid #000;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #fff;
  color: #0c0c0c;
  font: 10px/17px Georgia, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul.mainmenu a:hover {
  background: #000;
  color: #f01a22;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
}

ul.mainmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.mainmenu li:hover ul ul,
ul.mainmenu li.iehover ul ul {
  display: none;
}

ul.mainmenu li:hover ul,
ul.mainmenu ul li:hover ul {
  display: block;
}

ul.mainmenu li.iehover ul,
ul.mainmenu ul li.iehover ul {
  display: block;
}

li.persistHover,
a.persistHover
{
	background: #ccc;
	color: #fff;
}

span.counter {
	width: 13px;
	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	background: #000;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.button {
	background-color: #ed1c24;
	font-family: 'georgia';
	color: #ffffff;
	border: 0px;
	padding: 5px;
}

.borderblock {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
}

.borderblock_error {
	border: 1px solid #ff0000;
	border-left: 5px solid #ff0000;
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
.borderblock_notice {
	border: 1px solid #20e000;
	border-left: 5px solid #20e000;
	color: #20e000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}


#member_form .info {
	float: left;
}

#member_form .extinfo {
	float: left;
	margin-left: 10px;
	_margin-left: 0px;
}

#member_form .account {
	clear: left;
	padding-top: 20px;
	width: 450px;
}

#member_form .fieldgrouptitle {
	height: 25px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d5d5d5;
}

/* RELATION OVERVIEW */
.relation_overview_frame {
	width: 100%;
}

.relation_overview {


}

.relation {
	border: 1px solid #e3e3df;
	width: 160px;
	height: 90px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.relation_spacer_h {
	width: 10px;
}

.relation_spacer_v {
	height: 10px;
}


.relation_name {
	color: #f01a22;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.event_schedule {
	width: 600px;
}


/* Event Overview Styling */
.event_title {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.event_date {
	margin-bottom: 10px;
}
.event_comments {
	margin-bottom: 10px;
}