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

 /*------------------------------------------------------------------------CSS RESET --------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
 }
/* remember to define focus styles! */
:focus {
 outline: 0;
 }
body {
 line-height: 1;
 color: black;
 background: white;
 }
ol, ul {
 list-style: none;
 }
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
 }
caption, th, td {
 text-align: left;
 font-weight: normal;
 }
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
 }
blockquote, q {
 quotes: "" "";
 }
 
body {
	background:					white url(../imgs/style/body-bg.png) top repeat-x;
	font-size:					12px;
	color:						#000;
	font-family:				Arial, Helvetica, sans-serif;
 }
 
a {
	text-decoration:			none;
	color:						black;
	font-weight:				bold;
}

#PageWrapper {
	width:				800px;
	margin:				0px auto;
}
#Header {
	margin-top:			50px;	
	padding-bottom:		20px;
	border-bottom:		1px solid black;
	overflow:			hidden;
	width:				100%;
}
#Logo {
	float:				left;	
}
#Breadcrumbs {
	float:				right;	
	text-align:			right;
}
#Breadcrumbs li {
	line-height:		20px;	
}
h1 {
	font-size:			20px;
	font-weight:		bold;
	margin:				10px 0px;
}
.logoCompanie, .articleFunctions {
	float:				right;
	border:				1px solid black;
	margin-left:		20px;
}
#Content {
	border-bottom:		1px solid black;
	padding-bottom:		20px;
}
#Content li, p {
	margin:				10px 0px
}
strong {
	font-weight:		bold;	
}
h2 {
	font-size:			16px;
	font-weight:		bold;
	margin:				20px 0px;
	border-bottom:		1px dashed black;
	text-indent:		20px;
	line-height:		20px;
	clear:				left;
}
.galerieFoto li {
	float:				left;
	width:				80px;
	height:				80px;
	overflow:			hidden;
}

#Factura1 .tabela{
	border-top:			1px solid black;
	border-right:		1px solid black;
	line-height:		26px;
	text-indent:		5px;
}
#Factura1 .tabela td{
	border-bottom:		1px solid black;
	border-left:		1px solid black;
}
button {
	background:					url(../imgs/style/button-bg.png);
	width:						100px;
	height:						20px;
	color:						white;
	border:						none;
	cursor:						pointer;
}
.lung {
	background:					url(../imgs/style/button-bg-lung1.png);
	width:						170px;
}
.scurt {
	background:					url(../imgs/style/button-bg-scurt.png);
	width:						50px;
}
.gigant {
	background:					url(../imgs/style/button-bg-gigant.png);
	width:						200px;
	height:						40px;
	line-height:				40px;
	font-size:					16px;
	font-weight:				bold;
}
.cont {
	background:					url(../imgs/style/account1.png);
	width:						170px;
	height:						40px;
}
