/* GENERALI */
html, body, form{
	margin: 0;
	padding: 0;
}
body {
	font-family: "Verdana";
	font-size: 0.7em;

	background:url(images/bgpage.gif);
	/*color:#000000;*/
	color:#525252;
	text-align: center;		
}


/* SCRITTE */
table, form, input, textarea, select {
	font-family: "Verdana";	
	font-size: 1em;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin: 0;
}
img {
	border: 0;
}
ul, li{
	margin: 0;
	padding: 0px;	
	list-style-type: none;
}
ul.list li {
	list-style-image:url(../images/list_item.gif);
}
a {
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* CLASSI GENERICHE */
.bold_grey {
	font-weight: bold;
	color: #666666;
}
.clear {
	clear: both;
}

/* SEZIONI HOME PAGE */

#intro div#footer {
	height: 70px;
	margin-left:4px;
	margin-right:6px;	
	
	background:url(images/bgfooter_intro.gif) repeat-x top left;
}

#intro #content {
	height: 450px;
	margin-left:4px;
	margin-right:6px;	
	
	text-align: center;	
	
/*	background:url(images/content_intro.gif) no-repeat top right;*/
}
#intro #content ul{
	padding-top: 10px;
	margin: 0 20px;
}
#intro #content li{
	margin: 8px 0;
}

#intro #footer {
	text-align: center;
}
#intro #footer #flag{
	position:relative;
	/*top: 25px;*/
	padding-top:10px;
}
#intro #footer #flag #misskiss {

}

#intro #footer #flag img {
	margin: 0 5px;
}


/* SEZIONI MAIN PAGE */
div#container {
	width: 770px;
	
	background:url(images/bgcontainer.gif) repeat-y top left;	
	text-align: left;	
	
	margin: 10px auto;
}

/* HEADER */
div#header {
	height: 48px;
	margin-left:4px;
	margin-right:6px;	
	
	background:url(images/bgheader.gif) repeat-x top left;
}
div#header div#language {
	padding: 12px;
	text-align: right;
}
div#header div#language img{
	margin: 0 2px;
}
div#header div#booking {
	float:left;
	width:480px;
	color: #FFFFFF;
	padding-left:10px;
	padding-top:10px;
}

/* NAVIGATOR */
div#navigator {
	height: 175px;
	margin-left:4px;
	margin-right:6px;	
	
	background:url(images/borisinger.gif) no-repeat bottom right;	
}

div#navigator div#menu{
	padding: 10px;
}

/* TOOLBAR */
div#toolbar {
	height: 23px;
	margin-left:4px;
	margin-right:6px;	
	text-align:right;
	
	background:url(images/bgtoolbar.gif) top left;	
}
div#toolbar #items #mp3player{
	margin-top: 4px;
}
div#toolbar #items span.text{
	position: relative;
	top: 4px;
	padding: 0 5px;
}

/* CONTENT */
div#content {
	margin-left:4px;
	margin-right:6px;
	padding: 0 10px;
	
	min-height: 300px;
}
div#content div#top {
	text-align: center;
	margin: 10px 0;	
}
div#content div#toolbar {
	background:none;
	text-align: right;
}
div#content #content_form{
	margin-top: 10px;

	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
div#content #content_form form{
	padding: 10px 5px;	
}
div#content #content_form form div{
	margin-bottom: 10px;
}
div#content #content_form form label{
	text-transform:capitalize;
}
div#content #content_form form input{
	margin-top: 2px;
}
div#content #content_form form input.text{
	width: 400px;
}
div#content #content_form form textarea.text{
	width: 400px;
	height: 100px;
}
div#content #content_form form textarea#content_form_content {
	width: 550px;
	height: 450px;
}
div#content #content_form form input.number{
	width: 40px;
}
div#content #content_form form span.drop_element{
	font-weight:bold;
	color:#666666;
}
div#content #content_form form div.error{
	color:#FF0000;
	font-size: 0.9em;
	font-weight: bold;
}

/* FOOTER */
div#footer {
	height: 47px;
	margin-left:4px;
	margin-right:6px;	
	
	background:url(images/bgfooter.gif) repeat-x top left;
}
div#footer #items {
	color:#FFFFFF;
	/*padding: 20px 10px;*/
	padding: 15px 10px;
	font-size: 0.8em;
}
div#footer #items span{
	/*padding: 0 2px;*/
}
div#footer #items a{
	color:#FFFFFF;
	font-weight: normal;
}

div#footer #login {
	float: right;
	text-align: right;
	
	position: relative;
	right: 0;	

	font-size: 0.8em;	
	color: #FFFFFF;		

	padding-top: 15px;
	padding-right: 5px;		
}
div#footer #login input.text{
	border: 1px #FFFFFF solid;
	color: #666666;			
	width: 60px;
	padding: 2px;
}

#insanology_banner {
	width: 170px;
	float: left;
	margin-left: -15px;
	padding-right: 10px;
	margin-top:0;	
}