a img {
	border:none;
}

p.center {
	text-align: center;
}

body {
	color: black;
	background: rgb(51,116,200);
	font: .74em Tahoma, Verdana, Arial, sans-serif;
	text-align: center; 
	margin: 0 0 0 0; 
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	}

#content { 
	background: rgb(237,238,240);
	max-width: 800px;
	text-align: left; 
	margin: 0 auto;
}

/* Bara cea mai de sus */
#language {
	height: 1.7em;
	padding: 0.4em 30px;
	text-align: right;
}

#language a {
	text-decoration: none;
	color: #274577;
}

#language a:hover {
	color: red;
}

/* Top menu */
#tmenu {
	height: 60px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
}

#tmenu_bottom {
	position: absolute;
	height: 9px;
	bottom: 0px;
	background: #3374c8;
	width: 100%;
}

#tmenu_options {
	position: absolute;
	width: 20em;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

#tmenu_options ul {
	margin:0;
	padding:0; 
	list-style:none;
}
#tmenu_options li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	padding:10px 5px 0px 5px;
}

#tmenu_options a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	padding:5px 10px 10px 10px;
	color:#344F60;
	height: 1.3em; 
}

#tmenu_options a:hover {
	color: #ca0053;
	border-bottom: #90546f 9px solid;
}


#tmenu_options .selected {
	color: #90546f;
	border-bottom: #90546f 9px solid;
}

#menu_logo {
	position: relative;
	}
	
#logo {
	bottom: 15px;
	left: 16px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	width: 25em;
	float: left;
}
	
@media screen and (max-width: 700px) {
	#tmenu {
		clear: left;
	}
	#logo {
		width: 100%;
	}
}
/* Main info */
#main {
	padding: 1em 1em 1em 1em;
	font-size: 1.2em;
	color: #074F65;
}

#main ul {
	list-style-type: square;
	line-height: 2.1em;
	margin: 0;
	padding: 0em 0em 0em 1.3em ;
}

#main h2 {
	margin: 0;
	font-size: 1.5em;
	color: #1789AE;
	padding: 0;
	padding-bottom: 0.5em;
}

#main p {
	line-height: 2em;
}

.img_right {
	float: right;
	clear: right;
	cursor:pointer;
	display: block;
}

.img_left {
	float: left;
	clear: left;
	cursor:pointer;
	padding-right:2em;
}

.feature {
	padding-top: 3em;
	clear:both;
}

#thinline {
	height: 3px;
	margin-top: 2em;
	margin-bottom: 3px;
	background: #3374c8; 
	width: 100%;
	clear: both;
}

.clearboth	{
	clear: both;
}
#smalltext {
	clear: left;
	text-align: center;
	font-size: 0.8em;
	height: 40em;
}

/* mailform */
#mailform {
	padding: .7em 1em; 
	width: 30.5em;
	font-size: 1.3em;
	color: #6A7579;
}

textarea, input {
	background: #f4f4f4;
	color: black;
	font-size:  1.3em;
	padding: 2px;
	margin: 1px;
}

p.center {
	text-align: center;
}

input.submitmail {
	padding: 0 30px 0 30px;
	border: 2px outset #d7b9c9;
	font-size: 1.3em;
}

input.norminput, input.mandinput { 
	border: 1px solid #b2b2b2;
}

textarea {
	border: 1px solid #b2b2b2;
	font: 14px Tahoma, Verdana, Arial, sans-serif;
}

.smalllabel {
	font-size: 0.7em;
}

input.send_btn, input.send_btn_hover {
	width: 128px;
	height: 30px;
	outline: none;
	background-repeat: no-repeat;
}

input.send_btn_hover {
	background-position: 0px -50px;
}

.all_screen_image {
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.wrap {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
}
.wrap > img {
	max-width: 90%;
	max-height: 90%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
