/* CSS Document */


body {
background: black;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
}

#inhalt {
position:absolute;
width:318px;
height:570px;
margin:-285px 0px 0px -159px;
top: 50%;
left: 50%;
text-align: left;
line-height:79px;
padding: 0px;
}

a {
font-size: 12px;
color: #FF0099;
text-decoration:none;
padding-bottom: 3px;
}


#footer {
				position: absolute;  /* Needed for Safari */
				bottom:0px;
				padding: 10px;
				width:600px;
				margin:-100px 0px 0px -300px;
				left: 50%; 
				font-size:12px;
				text-align:center}
				
#footer a {
color:#FF0099;
			}

#footer .rosa {
color:#FF0099;
}
			
.reparto {
font-size:75px;
letter-spacing: -8px;
font-weight:bold;
}
.web {
font-size:145px;
letter-spacing: -10px;
font-weight:bold;
margin-left:5px;
}

.stiamoarrivando {
line-height:18px;
font-size:18px;
margin-top: 30px;
text-align:right;
}
.contattaci {
line-height:18px;
font-size:18px;
margin-top: 2px;
text-align:right;
color:#FF0099;
margin-bottom: 15px;
}

.form {
margin:0;
padding:0px;}

.input {
height: 20px;
width:310px;
background:#FF0099;
color:#FFFFFF;
font-size:12px;
border:1px solid #ff0099;
margin-bottom: 4px;
padding-left: 3px;}

.textarea {
height: 70px;
width:310px;
background:#FF0099;
color:#FFFFFF;
font-size:12px;
border:1px solid #ff0099;
margin-bottom: 4px;
padding-top: 2px;
padding-left: 3px;
font-family:Arial, Helvetica, sans-serif;
overflow:auto;}

.submit {
background: #FF0099;
color: white;
border: 0px;
font-size:12px;
padding: 2px;
cursor:pointer;}

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .blocco { width: 200px; color:black; background:white; border: 5px solid black; }
.prototip .blocco .toolbar {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform:uppercase;
color: #FF0099;
}
.prototip .blocco .title { padding: 5px; font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform:uppercase;
color: #FF0099 }
.prototip .blocco .content { font: 11px Arial, Helvetica, sans-serif; padding: 5px; line-height: 15px;}

