body {
	height: 100%;
	background: #EFEFEF;
}
#cols {
	width: 100%;
	height: 100%;
	clear: both;
}

#map_wrapper { position: relative; }

#map {
    height: 610px;
    width: 935px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu {
	position: absolute;
    top: 340px;
    left: 770px;
    z-index: 99;
	white-space: nowrap !important;
	width: 162px;
	padding: 4px;
	background-color: #FFFFFF;
	z-index: 99;
	border: solid black 1px;
	font-size: 80%;
}
#menu input {
    font-size: 80%;
    padding: 2px;
    margin-bottom: 1em;
}

th {
	background-color: #B3CFB3;	
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	color: #003300;
	text-align: left;
}
td {
	font-size: 1em;
}
h1 {
	color: #184F2A;
}
h2 {
	font-size: 1.1em;
}
h2 a {
	text-decoration: none;
	color: black;
}

h3 {
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
form {
	margin-top: 0px;
	margin-bottom: 10px;
}
hr {
	background-color: #E7A65A;
	color: #E7A65A;
	border: none;
}

.text_error {
	padding: 10px;
	font-weight: bold;
	color: #C25B6E;
}
.text_confirm {
	color: #559B5E;
	font-weight: bold;
	padding: 10px;
}
input.menu {
	width:150px;
}
.input_error {
	border: solid 1px #C25B6E;
	padding: 2px;
}
.menu_link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_link_selected {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#page_container {
	background-color:#FFFFFF;
	text-align: left;
	width: 980px;
	height:100%;
	clear: both;
}
#page_header {
	position: relative;
	height: 70px;
	width: 100%;
	cursor: pointer;
}
#page_menu {
	float: left;
	position: relative;
	background-color: #E7A65A;
	text-align: left;
	width: 100%;
}

#pg_menu {
	background: #C9E7D3 url('/gfx/back_menu.gif');
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}
#pg_menu ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#pg_menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline;
}
#pg_menu li .menu_float_right {
	float: right;
	margin-right: 14px;
}

#pg_bottom {
	background: url('/gfx/bottom.gif');
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-top: 20px;
	height: 31px;
	width: 978px;
	clear: left;
}
.padding_content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#page_menu_login {
	visibility: hidden;
	position: absolute;
	left: 850px;
	top: 0px;
	background-color: #FFFFFF;
	white-space: nowrap !important;
	z-index: 10;
	text-align: left;
	width: 250px;
	z-index: 1000;
	border: solid #E7A65A 1px;
}
#pg_content_content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-align: left;
	height: 100%;
	min-height: 350px;
	width: 938px;
}

#pg_content_wrap {
	width: 978px;
	height: 100%;
	background-image: url('/gfx/back_new.gif');
	width: 978px;
	text-align: center;
	margin: auto;
}

#page_footer {
	width: 100%;
	position: relative;
	text-align: center;
	background-color:#E7A65A;
	clear: both;
}


#title {
	padding: 2px;
	height: 20px;
	background-color:#EFEFEF;
	border-bottom: solid black 1px;
}

a.btnFront {
    background: transparent url('/gfx/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 1em arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.btnFront span {
    background: transparent url('/gfx/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

/* Columns */
.cols {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
.one_half {
	width: 50%;
	float: left;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}



/*
 * 
 * Images
 * 
 */
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.img_front {
	max-width: 100%;
	height: auto;
	border: none;
}

a img {
    max-width: none; 
}

/*
 * 
 * Tables
 * 
 */

table.diary {
	background-color: #EFEFE7;
	border-spacing:0;
	border-collapse:collapse;
	width: 100%;
}

table.diary th, table.diary td {
	padding: 5px;
}
td.align_top {
	vertical-align: top;
}
td.align_right {
	text-align: right;
}

table.list {
	border-spacing:0;
	border-collapse:collapse;
	width: 100%;
}

table.list th, table.list td {
	padding: 5px;
}



/*
 * 
 * Generic classes
 * 
 */
.white {
	background-color: white;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.nowrap {
	white-space:nowrap;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.hveranden {
	background-color: #EFEFE7;
}
.padding_right {
	padding-right: 5px;
}


/*
 * 
 * Google adsense
 * 
 */
#google_container {
	width: 100%;
	text-align: center;
	margin: auto;
}

.adslot_1 {
	width: 320px;
	height: 50px;
}
@media (min-width:500px) {
	.adslot_1 {
		width: 468px;
		height: 60px;
	}
}
@media (min-width:800px) {
	.adslot_1 {
		width: 728px;
		height: 90px;
	}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */
	body {
		background: #FFFFFF;
		color: #000000;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 2.5em;
		margin: 0;
		padding: 0;
	}
	input, select {
		font-size: 1em;
	}

	#pg_menu {
		background: #559B5E;
		color: white;
		margin: 0;
		padding-top: 0.8em;
		padding-bottom: 1em;
		padding-left: 0em;
		padding-right: 0em;
	}
	#pg_menu ul > li {
		width: 100%;
	}

	#page_container {
		width: 100%;
		background: #FFFFFF;
	}
	#pg_content_content {
		width: 100% !important;
		background: #FFFFFF;
		
	}
	#pg_content_wrap {
		width: 100%;
		background: #FFFFFF;
		margin: 0;
		padding: 0;
	}
	#page_footer, #pg_bottom {
		width: 100%;
		background: #FFFFFF;
		display:none;
	}
	#pg_top {
		display:none;
	}

	.nav {
		position: relative;
	}	
	.nav li {
		display:block;
		width: 100%;
		margin: 0;
	}

	img {
		max-width: 100%;
		height: auto !important;
		width: auto !important;
	}


	.one_half {
		width: 100%;
		clear: both;
		margin: 0;
		margin-bottom: 1em;
	}

	a.btnFront {
	    color: #444;
	    background: none !important;
	    background-color: #ccc;
	    font-size: 1em;
	    height: 1.3em;
	    text-decoration: none;
	    width: 100%;
	}

	a.btnFront span {
	    background: none;
	    display: block;
	    line-height: 1.3em;
	}


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	#page_container {
		width: 100%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
	#page_container {
		width: 100%;
	}
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
}