@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image: url(logo_right_domina.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top right; 
	background-repeat:no-repeat;
	color:#CCCCCC;
}

img {
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	border:none;
}

/**************** STRUCTURA: LOGO, MENIU, CONTAINER *******************/

#titlu {
	position:absolute;  
	width:600px;
	height:190px;
	left:0px;
	top:0px;  
	padding:0;
	background:none;  
	border:0px;
}

#container {
	position:absolute;
	top:200px;
	left:110px;
	padding:10px;
	background:none;
	width:600px;
	height:auto;
	max-width:800px;
	overflow:visible;
}

#meniu {
	background:none;  
	width:390px;
	height:360px;
	position:fixed;
	top:200px;
	left:-285px;
}

#meniu:hover {
	background:none;  
	width:390px;
	height:360px;
	position:fixed;
	top:200px;
	left:-25px;
}

#spatiu {
	width:100%;
	height:100px;
	margin-top:50px;
	text-align:center;
}

/**************** FONTURI si PARAGRAFE *******************/

.pwhite {
	line-height: 200%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CCCCCC;
}

.pdef {
	line-height: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #990000;
	padding-left: 30px;
}

.bigred {
	font-size:42px;
	color:#990000;
}

.norred {
	font-size: large;
	color: #990000;
}

span.id {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:larger;
	font-weight:bolder;
	color:#FFFFFF;
}

span.usual {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}

a {
	color:#CCCCCC;
	text-decoration:none;
	border:none;
	border-collapse:collapse;
}

/******************** PROFIL RESTRANS **********************/

div.profil_rest {
	background-image:url(profil_restrans.png);
	position:absolute;
	width:600px;
	height:300px;
		
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}

div.profil_rest:hover {
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:8.5;
}

div.profil_rest div.pic {
	position:absolute;
	top:50px;
	left:50px;

	width:200px;
	height:200px;

	vertical-align:middle;
	text-align:center;

	border-color:#FF00FF;
	border-width:1px;
	
	line-height:12.52em;
}

div.profil_rest div.nfo {
	position:absolute;
	top:50px;
	left:250px;

	width:250px;
	height:100px;
	padding:50px 50px 10px 50px;
	display:inline;
}

/************************ MAILFORM ***********************/

#mailform {
	width:440px;
	height:650px;
	padding:40px 50px;
	margin:50px 30px;
	background:#333333;
	border:thin solid #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

input.camp {
	width:300px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mesaj {
	width:400px;
	height:380px;
	font-size:large;
	padding:10px;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#buton {
	width:200px;
	margin:20px 100px;
	height:30px;
}