/* styles for css + design | Splitmenue */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #ffffff;
	color : #003366;
}

/* set all to 0 */
* {
	margin: 0;
	padding: 0;
}



ol {
	margin: 10;
	padding: 15;
}

ul {
	margin: 10;
	padding: 15;
}

h1 {
	color: #ffffcc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	background: transparent;
	width: 100%;
}


h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.main {
	width : 760px;
	margin: 0;
	padding: 0;
}


/* HEAD */
.head_logo {
	width: 180px;
	background : #336699;
}

.head_title {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background : #336699;
	width: 100%;
}
.head_title a {
	border: 0px solid #6699cc;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
	background-color: #336699;
	color: #FFFFCC;
}

/* MENU */
.menu {
	background : #336699;
	width : 180px;
	height: 500px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
}

.menubox a {
	display: block;
	text-decoration: none;
	margin: 0px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	background-color: #6699cc;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	width: 170px;
	font-size : 11px;
	vertical-align : top;
}
.menubox a:hover {
	background-color: #7CA8D3;
	text-decoration: none;
}
.menubox h2 {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

/* CONTENT */
.content {
	vertical-align : top;
	height : 500px;
	width: 580px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding: 10px 10px 10px 10px;
}
.content a {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: transparent;
	color : #003366;
	text-decoration : none;
}
.content a:hover {
	text-decoration: underline;
}

.small {
	font-size : 11px;
}
.small a {
	color: #003366;
	display: inline;
	text-decoration: none;
	font-size: 11px;
}
.small a:hover {
	text-decoration: underline;
}

.list {
	text-align: center;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	vertical-align: top;
}
.list a {
	display: block;
	text-decoration: none;
	margin: 0px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	background-color: #6699cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 100%;
	vertical-align : top;
}
.list a:hover {
	background-color: #7CA8D3;
	text-decoration: none;
}

.hotelslist {
	text-align: center;
	background-color: #6699cc;
	padding: 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	vertical-align: top;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.hotelslist a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	background-color: #6699cc;
	color: #ffffcc;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 95%;
	vertical-align : top;
}
.hotelslist a:hover {
	background-color: #7CA8D3;
	text-decoration: none;
}
.red {
	background-color: transparent;
	color: #ffcccc;
	font-weight: bold;
	font-size: 14px;
}

.form_table {
  border: solid 2px #336699;
	background-color: #6699cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

