
@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(backg.jpg);
	font-size: 12px;
  line-height: 12px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

a {
  color: #161616;
}

a:hover {
  text-decoration: none;
  color: #880000;
}

a:visited {
  color: #161616;
}

/*************************
        MAIN BLOCKS
*************************/

#main {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #000000;
	display: block;
	clear: both;
	/*background-color: #404040;*/
	background-color: #EAF4FF;
}

#main #header {
	display: block;
	height: 160px;
	background-color: #FFFFFF;
	background-image: url(BWF_Logo.jpg);
	background-repeat: no-repeat;
	background-position: -105px -105px;
}

#main #header #eyecatcher {
	float: right;
	height: 130px;
	min-height: 130px;
}

#main #content {
	display: block;
	margin-top: 0px;
	padding: 0px;
}

#main #footer {
	display: block;
	height: 15px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	background-color: #F2F2F2;
	border-top: 1px solid #000000;
}

/*************************
        ERRORS
*************************/

#error {
  font-size: 11px;
  width: 500px;
  margin-right: auto;
	margin-left: auto;
  border: 1px dashed #990000;
  border-top: 1px solid #666666;
  background-color: #C8B5B5;
  padding: 5px;
}

#error li {
  list-style-type: square;
}

/*************************
        MAIN MENU
*************************/
#main #menu {
	width: 800px;
	height: 30px;
	border: none;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

#menu .element {
  line-height: 30px;
  float: left;
  border: 1px solid #000000;
  border-bottom: none;
  margin-left: 20px;
  background-color: #9BB7B5;
}

#menu .element a {
	height: 30px;
	line-height: 30px;
	display: block;
	padding-left: 10px;
  padding-right: 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: center;
}

#menu .element a:hover {
	background-color: #D0DDDC;
}

#menu .active {
  background-color: #D0DDDC;
}

/*************************
        SUB MENU
*************************/
#main #content #content_menu {
	display: block;
	background-color: #D0DDDC;
	border-bottom: 1px solid #000000;
	margin: 0px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main #content #content_menu #content_menu_group {
  border-top: 1px dashed #4A6664;
  border-bottom: 1px dashed #4A6664;
  display: block;
  height: 25px;
  background-color: #9BB7B5;
}

#content_menu .element {
  height: 100%;
  line-height: 25px;
  float: left;
  border-bottom: none;
}

#content_menu .element a {
	display: block;
	padding-left: 15px;
  padding-right: 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}

#content_menu .element a:hover {
	background-color: #D0DDDC;
}

/*************************
        CONTENT
*************************/
#main #content #content_col {
	width: 600px;
	float: left;
	display: block;
	position: relative;
	/*border-right: 1px solid #000000;*/
}

#main #content #content_col #edit_content {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 100;
}

#main #content #content_col #content_body {
  padding: 20px;
}

#main #content #content_col #content_editor_body {
  padding: 20px;
  width: 560px;
  display: none;
}

#main #content #content_col #content_editor {
  width: 560px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

#editorHeader {
  display: block;
  border-bottom: 1px solid #000000;
  padding: 2px;
  line-height: 18px;
}

#editorHeader img {
  margin-left: 5px;
  display: inline-block;
  border: none;
}

#main #content #content_col #content_editor textarea {
  width: 100%;
  height: 700px;
  border: none;
  overflow-y: scroll;
  padding: 2px;
}

#content_body .box {
  border: 1px solid #000000;
  background-color: #D0DDDC;
  margin-bottom: 25px;
  padding: 20px;
  line-height: 14px;
}

#content_body .header {
  /*height: 20px;*/
  line-height: 20px;
  font-size: 13px;
  border: 1px dashed #4A6664;
  background-color: #9BB7B5;
  padding-left:15px;
}

#content_body .header a {
  /*height: 20px;*/
  display: block;
  width: 100%
  line-height: 20px;
  font-size: 13px;
  margin-left: -15px;
  padding-left: 15px;
  background-color: #9BB7B5;
}

#content_body .header a:hover {
  /*height: 20px;*/
  display: block;
  width: 100%
  line-height: 20px;
  font-size: 13px;
  background-color: #D0DDDC;
}

#content_body .quote {
  /*height: 20px;*/
  line-height: 16px;
  font-size: 13px;
  border: 1px dashed #4A6664;
  background-color: #C2D3D2;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

#content_body .content {
  text-align: justify;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#content_body .box .footer {
  border-top: 1px solid #9BB7B5;
  text-align: right;
  font-size: 10px;
  font-style: italic;
}

/* TABLE */
#content_body .box table {
  max-width: 520px;
  min-widht: 260px;
  /*width: 520px;*/
}

#content_body .box td {
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
}
#content_body .color_e { background-color: #B9CECC; }
#content_body .color_o { background-color: #C2D3D2; }

#content_body .box th {
  font-size: 12px;
  line-height: 16px;
  background-color: #9BB7B5;
  font-style: bold;
  padding: 2px;
}

/*************************
        RIGHT COL
*************************/
#main #content #right_col {
	width: 180px;
	float: left;
	display: block;
	padding-right: 20px;
	padding-top: 20px;
}

#right_col .box {
  border: 1px solid #000000;
  background-color: #D0DDDC;
  margin-bottom: 25px;
}

#right_col .header {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  border-bottom: 1px solid #4A6664;
  background-color: #9BB7B5;
  padding-left: 5px;
}

#right_col .content {
  text-align: left;
  font-size: 10px;
  padding: 5px;
}

/*************************
        FORMS
*************************/
input {
  border: 1px solid #4A6664;
  background-color: #FFFFFF;
  margin-bottom: 1px;
  margin-top: 1px;
}

textarea {
  border: 1px solid #4A6664;
  background-color: #FFFFFF;
  margin-bottom: 1px;
  margin-top: 1px;
}

select {
  border: 1px solid #4A6664;
  background-color: #FFFFFF;
  margin-bottom: 1px;
  margin-top: 1px;
}

fieldset {
  border: 1px dashed #4A6664;
  display: inline-block;
}

/*************************
        GoogleMaps
*************************/
.EWTitle {
	background-color:#9BB7B5;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	border: 1px solid #4A6664}

#map {
  font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#map .loader {
  position: absolute;
  border: 1px solid #000000;
  background-color: #CCCCCC;
  width: 516px;
  height: 498px;
}

#map .loader img {
  position: relative;
  top: 224px;
  left: 233px;
}

#map #output {
  margin-left: -5px;
}

#map #map_canvas table {
  width: 150px;
}

#map_canvas {
  width: 518px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}