@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fundal2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F0F2E5;
}
em {
	color: #FF3300;
	font-weight: bold;
}

#wrapper {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main .main_image_big {
	padding-bottom: 10px;
}
#wrapper #main .main_header_single {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E50A7;
	padding-left: 10px;
}
#wrapper #main .main_content_wrapper_single {
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#wrapper #main .main_content_wrapper_single .main_content_single {
	padding-right: 5px;
	padding-left: 5px;
}

#wrapper #main .main_content_wrapper_single .main_content_single .img_left {
	float: left;
	margin-right: 10px;
	border: 2px solid #194260;
	margin-left: 10px;
}

#wrapper #menu {
	width: 570px;
	height: 200px;
	z-index: 2;
	position: relative;
	background-image: url(images/fundal.jpg);
	background-repeat: repeat-x;
}
#wrapper #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #menu li {
	display: block;
	float: left;
	height: 65px;
	width: 85px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper #logo {
	height: 143px;
	width: 570px;
	margin-top: -10px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

#wrapper #main {
	width: 570px;
	clear: both;
}
#wrapper #main #left_column {
	float: left;
	width: 280px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
#wrapper #main .main_content {
	padding-left: 5px;
	padding-right: 5px;
}


#wrapper #main #left_column .img_left {
	float: left;
	margin-right: 10px;
	border: 2px solid #194260;
	margin-left: 10px;
}
#wrapper #main #right_column .img_left {
	float: left;
	margin-right: 10px;
	border: 2px solid #194260;
	margin-left: 10px;
}

#wrapper #main #right_column {
	float: left;
	width: 280px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
#wrapper #main .main_header_blue {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E50A7;
	padding-left: 10px;
}
#wrapper #main .main_header_green {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A131;
	padding-left: 10px;
}
#wrapper #main .main_header_orange {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F9683C;
	padding-left: 10px;
}
#wrapper #main .main_header_red {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 10px;
}
#wrapper #main .main_header_lightblue {
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4DB0F3;
	padding-left: 10px;
}


#footer {
	height: 20px;
	text-align: center;
	background-color: #1E50A7;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}#wrapper #main .main_content_wrapper_single .main_content_single input {
	width: 400px;
}
#wrapper #main .main_content_wrapper_single .main_content_single textarea {
	width: 400px;
}
#wrapper #main .main_content_wrapper_single .main_content_single select {
	width: 400px;
}
.inline_text {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E50A7;
	border-right-color: #1E50A7;
	border-bottom-color: #1E50A7;
	border-left-color: #1E50A7;
	padding: 5px;
	text-align: justify;
	display: none;
}
li {
	list-style-type: square;
}
.style_blue {
	color: #1E50A7;
	font-weight: bold;
	list-style-type: square;
}
.style_orange {
	color: #FF3300;
	font-weight: bold;
	list-style-type: square;
}
.style_fuchsia {
	color: #F3C;
	font-weight: bold;
	list-style-type: square;
}
.style_green {
	color: #0C0;
	font-weight: bold;
	list-style-type: square;
}
.style_blue {
	color: #039;
	font-weight: bold;
	list-style-type: square;
}
.style_yellow {
	color: #FF0;
	font-weight: bold;
	list-style-type: square;
}
.style_black {
	color: #000;
	list-style-type: square;
	font-weight: normal;
}
