body {
	text-align: center;
	background-color: #494949;
	margin-top: 50px;
}
#container {
	margin-left: auto;
	width: 560px;
	margin-right: auto;
}
#cover {
	margin-left: auto;
	border: 15px solid #000000;
	width: 560px;
	margin-right: auto;
	float: left;
	margin-bottom: 50px;
}
#header-1 {
	width: 420px;
	height: 162px;
	z-index: 1;
	background-image: url('../images/bg_header_1.jpg');
	float: left;
}
#header-2 {
	width: 140px;
	height: 162px;
	z-index: 2;
	background-image: url('../images/bg_header_2.jpg');
	float: left;
}
#header-2-2 {
	width: 140px;
	height: 162px;
	z-index: 2;
	background-image: url('../images/bg_header_2_2.jpg');
	float: left;
}
#content {
	width: 520px;
	z-index: 2;
	float: left;
	background-color: #FFFFFF;
	border: 10px solid #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#footer {
	width: 560px;
	height: 78px;
	z-index: 2;
	background-image: url('../images/bg_footer.jpg');
	float: left;
}

span.logo a {
	display: block;
	width: 290px;
	height: 25px;
	margin-top: 10px;
	float: left;
	margin-left: 15px;

}

span.copyright {
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #980000;
	margin-top: 27px;
	margin-left: 20px;
}
span.menu {
	display: block;
	margin-top: 129px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
}
span.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
span.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
span.menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}

span.menu_footer {
	display: block;
	margin-top: 18px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 20px;
}
span.menu_footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
span.menu_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
span.menu_footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-transform: uppercase;
}
h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	font-weight: bold;
}

div.text {
	display: block;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
}
div.text a:link {
	color: #FE6363;
	text-decoration: underline;
}
div.text a:visited {
	color: #FE6363;
	text-decoration: underline;
}
div.text a:hover {
	color: #000000;
	text-decoration: none;
}


input.text {
	color: #990000;
	width: 508px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select.text {
	color: #990000;
	width: 514px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea.text {
	color: #990000;
	width: 508px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.category {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	color: #999999;
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	clear: both;
}
div.company {
	background-color: #CCCCCC;
	font-size: 11px;
	border: 10px solid #999999;
	float: left;
	width: 500px;
}
div.company div.category {
	text-transform: uppercase;
	color: #666666;
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	clear: both;
	border: none;
	padding-left: 10px;
}
div.company div.cont {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 10px;
}
div.company div.cont a {
	color: #333333;
	margin-bottom: 5px;
	display: block;
}
div.company div.cont a:hover {
	color: #999999;
}
div.list {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
div.card {
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 250px;
	height: 150px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
div.card h2 {
	text-align: left;
	color: #D10003;
	margin-top: 20px;
}
h3 {
	text-align: left;
	color: #D10003;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
}
div.card span.info {
	display: block;
	border: 1px solid #F0F0F0;
	background-color: #FFEAEB;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 100px;
	margin-bottom: 10px;
	height: 78px;
}
div.card span.icon {
}

img.nahled {
	margin-right: 10px;

}
img.icon {
	cursor: pointer;
}

form {
	margin: 0;
	padding: 0;
}
form input {
	width: 240px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
form textarea {
	width: 240px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
form input.code {
	width: 140px;
	font-size: 11px;
	color: #D60000;
	font-family: Arial, Helvetica, sans-serif;
}
form input.submit {
	width: 150px;
	border: 4px solid #E4E4E4;
	background-color: #D60000;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
	cursor: pointer;
}
