@charset "utf-8";
body {
	background-color: #E1E1E1;
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

img { border-width: 0px; }

.container {
	width: 1000px;
	text-align: justify;
}
.top {
	height: 140px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A2A1A1;
	text-align: center;
/*  letter-spacing: -0.06em;*/
	padding-top: 100px;
}

.menu .element{
	margin-right: 7px;
	margin-left: 7px;
	line-height: 25px;
	text-align: center;
}
.menu .element a, .menu .element a:visited { color: #A2A1A1; text-decoration: none;}
.menu .element a:hover, .menu .element.active {
	color: #FCB001;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}

.menu .element.active a {
  color: #FCB001;
}

.greenroom {
	height: 131px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F1F1F1;
}
.content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: lighter;
	color: #777777;
	padding-top: 5px;
	padding-right: 82px;
	padding-bottom: 50px;
	padding-left: 82px;
}

#content_text h1 {
  font-size: 14px;
}
#content_text h2 {
  font-size: 13px;
}

.bottom {
	background-color: #C8C7C7;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 168px;
	padding: 82px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: 18px;
	float:left;
	margin-bottom: 10px;
}
.info a, .info a:visited { color: #666666; }
.info a:hover { color: #000000; }

.info.first{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #949496;
	padding-right: 24px;
	font-size: 10px;
}
.info.last{
	float:right;
	margin-right: 0px;
}
.info .stressed {
	font-size: 14px;
	letter-spacing: -0.06em;	
}
.title {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -0.06em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.footer {
	background-color: #C7C7C7;
}

#languages a {
  text-decoration: none;
}
#languages a, #languages a:hover, #languages a:active, #languages a:visited {
  color: black;
}
#languages a.active {
  text-decoration: underline;
  font-weight: bold;
}

.message {
  text-align: center;
/*  height: 28px;*/
/*  line-height: 28px;*/
  vertical-align: middle;
  font-size:14px; font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing:-0.06em;
  color:#FF0000;
}

form#reminder ul {
  padding: 0px;
/*  margin: 0px;*/
  list-style-type: none;
}

form#reminder ul.errorlist {
  margin: 0px;
  padding: 0px;
  color: red;
  font-style: italic;
}

tr.apartment.odd {
    background-color: white;
}
tr.apartment#active {
    background-color: #FEE7B2;
    cursor: pointer;
}

#reminder-link {
  margin-bottom: 15px;
  text-align: center;
}

#reminders-intro {
  text-align: center;
}
