/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5
{
	border: 0;
}
address
{
    font-style: normal;
}
body
{
	padding-bottom: 20px;
	background: url("../design/bg.gif") 0 0 repeat-x;
	font: 0.8em/1.5 "arial" ,sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	margin: 15px 0 10px 0;
}
h1
{
	font-size: 180%;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 120%;
}
h5
{
	font-size: 100%;
}

p, table, ul, ol, dl, fieldset
{
	margin: 15px 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th
{
	text-align: center;
	font-weight: bold;
}
th, td
{
	padding: 3px 7px;
}

ul, ol
{
	margin-left: 30px;
}
ul ul, ol ol
{
	margin: 0;
	margin-left: 20px;
}
ol
{
	list-style-type: decimal;
}
li
{
	display: list-item;
}

dt
{
	font-weight: bold;
}
dd
{
	margin-left: 30px;
}

fieldset
{
	position: relative;
	padding: 10px;
}
legend
{
	position: absolute;
	top: -1em;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box
{
	min-height: 1px;
}
.box:after
{
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

.relative
{
	position: relative;
}

.clear
{
	clear: both;
}

.f-left
{
	float: left !important;
}
img.f-left
{
	float: left;
	margin-right: 10px;
}
.f-right
{
	float: right !important;
}
img.f-right
{
	float: right;
	margin-left: 10px;
}

.t-left
{
	text-align: left !important;
}
.t-center
{
	text-align: center !important;
}
.t-right
{
	text-align: right !important;
}
.t-justify
{
	text-align: justify !important;
}

.va-top
{
	vertical-align: top;
}
.va-middle
{
	vertical-align: middle;
}
.va-bottom
{
	vertical-align: bottom;
}

.nom
{
	margin: 0 !important;
}
.nomt
{
	margin-top: 0 !important;
}
.nomb
{
	margin-bottom: 0 !important;
}

.noscreen
{
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

table.table-style01
{
	width: 100%;
}
table.table-style01 th
{
	text-align: center;
}

ul.ul-style01
{
	margin: 15px 0 15px 20px;
	padding: 0;
	list-style: none;
}
ul.ul-style01 li
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url("../design/ul-style01.gif") 0 5px no-repeat;
}
ul.ul-style01 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ul-style01 ul li
{
	background: url("../design/ul-style01-sub.gif") 0 5px no-repeat;
}

.table_links
{
    margin-left: 10px;  
}

.table-links-cells
{ 
    text-align:center;
    padding: 7px;
}


/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */
.nav-inactive-link-dyn
{
	z-index: 100;
}
#main
{
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	position: relative;
	height: 100px;
	background: url("../design/header-icf.jpg") 0 0 no-repeat;
	overflow: hidden;
}

#logo
{
	position: absolute;
	top: 30px;
	left: 120px;
	margin: 0;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
}
#logo span
{
	font-weight: bold;
}
#logo a
{
	text-decoration: none;
}

#credo
{
    position: absolute;
    top: 40px;
    right: 15px;
    width: 230px;
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

#nav
{
	padding: 0 15px 5px 6px;
	background: url("../design/nav.gif") 0 100% no-repeat;
}
.linkedin
{
    background-image: url(../images/linkedin_link.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.linkedin:hover
{
    background-image: url(../images/linkedin_hover.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.twitter
{
    background-image: url(../images/twitter_link.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.twitter:hover
{
    background-image: url(../images/twitter_hover.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.facebook
{
    background-image: url(../images/facebook_link.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.facebook:hover
{
    background-image: url(../images/facebook_hover.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    display:block;
    float: left;
}
.icon_pic 
{
    float: right;
    margin-top: 15px;
}
/*   #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {display:inline; margin:0; padding:0;}
        #nav ul li a {display:block; float:left; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; text-decoration:underline;}
        #nav ul li#nav-active a {font-weight:bold; text-decoration:none;}*/
/*
        #nav tr {margin:0; padding:0; list-style:none;}*/

/*#nav tr td {display:inline; margin:0; padding:0; color: #555;}
        #nav tr td a {display:block; float:left; padding:12px 15px 12px 14px; background:url("../design/nav-link.gif") 100% 0 repeat-y; text-decoration:underline;}
        #nav tr {height: 10px; line-height: 10px;} */
/*OVO*******#nav table {margin:0px;} 
		#nav tr td a.nav-active-link-static {font-weight:bold; color: black; text-decoration:none; }
        #nav tr td a.nav-inactive-link-static {font-weight:bold; text-decoration:underline;color: #555; }
        #nav table tbody tr td .nav-link-static {margin-right:0px; margin-left:0px; background:url("../design/nav-link.gif") 100% 0 repeat-y;display:block; float:left; padding:12px 15px 12px 14px;}
        #nav table tbody tr td a.nav-link-static {margin-right:0px; margin-left:0px; background: transparent; display:block; float:left; padding:12px 15px 12px 14px;}
        #nav tr td a:hover {color: black;}
        #nav tr td a.nav-active-link-dyn {font-weight:bold; color: black; text-decoration:none;}
        #nav tr td a.nav-inactive-link-dyn {font-weight:bold; text-decoration:underline;color: #555;}
		*/
#cols
{
	background: url("../design/cols.gif") 0 0 repeat-y;
}

#content
{
	float: left;
	width: 655px;
	overflow: hidden;
}

#content #content-title
{
	margin: 0;
	padding: 15px 15px 10px 20px;
	background: url("../design/content-title.gif") 0 0 no-repeat;
	font-size: 140%;
	font-weight: normal;
}
/*OVDE RAZLIKA*/#content #content-title #content-title-text
{
	margin-top: 0px;
	font-size: 140%;
	font-weight: normal;
}
#content #content-in
{
	padding: 15px 15px 10px 20px;
}

#aside
{
	float: right;
	width: 255px;
	overflow: hidden;
}

#aside #aside-title
{
	margin: 0;
	padding: 15px 15px 10px 15px;
	background: url("../design/aside-title.gif") 0 0 no-repeat;
	font-size: 140%;
	font-weight: normal;
}
#aside .aside-in
{
    padding: 10px 10px 15px 10px;
}
.working_hours
{ 
    font-size: 90%;
    color: Gray;
}
#aside .aside-box
{
    padding: 10px;
    background: url("../design/aside-box.jpg") 0 0 no-repeat;
}
#aside .title
{
	margin: 0 5px 0 0;
	padding: 10px 15px;
	background: url("../design/aside-title-02.gif") 0 0 repeat-x;
	font-size: 100%;
}

#cols-bottom
{
	width: 910px;
	height: 12px;
	background: url("../design/cols-bottom.gif") 0 0 no-repeat;
	font-size: 0;
}

#footer
{
	width: 870px;
	height: 40px;
	padding: 20px 20px 0 20px;
	background: url("../design/footer.gif") 0 0 no-repeat;
}
#footer p
{
	margin: 0;
}

#navigation-bar
{
	width: 870px;
	height: 40px;
	padding: 20px 20px 0 20px;
	background: url("../design/footer.gif") 0 0 no-repeat;
}
#navigation-bar p
{
	margin: 0;
}
#navigation-bar span
{
	color: #ccc;
}
#navigation-bar a
{
	color: #ccc;
}
#navigation-bar a:hover
{
	color: white;
	text-decoration: none;
}
/*--------------------------------------------------------------------------
Calendar
--------------------------------------------------------------------------*/
.PopUpCalendar .ajax__calendar_container
{
	width: 260px;
	border: 1px solid #646464;
	background-color: White;
	padding: 10px;
}

.PopUpCalendar .ajax__calendar_days
{
	width: 260px;
}
.PopUpCalendar .ajax__calendar_body
{
	width: 260px;
}



/************************************************************************************
NAV MENU
---------------------------------------------------------------------------------------*/

#nav .AspNet-Menu-Horizontal
{
	position: relative; /*vertical-align: middle;     text-align: left;*/
	top: 1em;
	left: 0.05em;
	z-index: 300;
	float:left;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
#nav .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 63em;
	background: transparent;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
#nav .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	width: 9em;
	left: 0;
	top: 100%;
	border: 1px solid #BABABA;
}

#nav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	top: -0.1em;
	width: 9.7em;
	border: 1px solid #BABABA;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
#nav .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 7.5em;
	text-align: center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
#nav .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
	text-align: left;
	width: 9em;
	background: #D9D9D9; /*border: 1px solid #BABABA;*/
}

#nav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
	width: 9.7em;
	background: #D9D9D9; /*border: 1px solid #BABABA;*/
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
#nav .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
	margin: -1.4em 0 0 8.85em;
}
/*#nav ul.AspNet-Menu li
{
    background: url("../design/nav-link.gif") repeat-x;
   background:url("../design/nav-link.gif") 100% 0 repeat-y;display:block;
}*/

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
#nav ul.AspNet-Menu li a, #nav ul.AspNet-Menu li span
{
	color: black;
	padding: 4px 2px 4px 8px; /* border:1px solid #BBBBBB;     border-bottom: 0;     border-top: 0;  */
	background: url("../design/nav-link.gif") 100% 0 repeat-y;
	display: block;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */

/*#nav ul.AspNet-Menu li.AspNet-Menu-Leaf a,
#nav ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: "../design/nav-link.gif";
}*/


/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
#nav ul.AspNet-Menu li a img
{
	border-style: none;
	vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
#nav ul.AspNet-Menu li:hover, #nav ul.AspNet-Menu li.AspNet-Menu-Hover
{
	/*background:#BFBFBF;*/
	cursor: default;
}

#nav ul.AspNet-Menu li:hover a, #nav ul.AspNet-Menu li:hover span, #nav ul.AspNet-Menu li.AspNet-Menu-Hover a, #nav ul.AspNet-Menu li.AspNet-Menu-Hover span, #nav ul.AspNet-Menu li:hover li:hover a, #nav ul.AspNet-Menu li:hover li:hover span, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, #nav ul.AspNet-Menu li:hover li:hover ul a:hover, #nav ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
	color: White;
}

#nav ul.AspNet-Menu li:hover ul a, #nav ul.AspNet-Menu li:hover ul span, #nav ul.AspNet-Menu li.AspNet-Menu-Hover ul a, #nav ul.AspNet-Menu li.AspNet-Menu-Hover ul span, #nav ul.AspNet-Menu li:hover li:hover ul a, #nav ul.AspNet-Menu li:hover li:hover ul span, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, #nav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
	color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
#nav ul.AspNet-Menu li a:hover, #nav ul.AspNet-Menu li span.Asp-Menu-Hover
{
	color: White; /* background: transparent url("../design/nav-link.gif") right center no-repeat;     background:#BFBFBF;*/
}

/*#nav ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}*/



/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex
{
	margin-left: 5px;
	padding: 15px;
	background: url("../design/perex.gif") 0 100% no-repeat;
}
#perex p
{
	margin: 0;
}

#sections
{
	background: url("../design/sections.gif") 0 0 repeat-y;
}
#sections-bottom
{
	width: 620px;
	height: 7px;
	background: url("../design/sections-bottom.gif") 0 0 no-repeat;
	font-size: 0;
}

.section
{
	float: left;
	width: 200px;
}
.section p
{
	margin: 0;
}
.section.margin
{
	margin: 0 10px;
}
.section h3
{
	margin: 0;
	padding: 10px;
	background: url("../design/section-title.gif") 0 0 no-repeat;
	font-size: 100%;
}
.section-in
{
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}
.section-in p
{
    padding-top: 10px;
}

dl#news, dl#news dd
{
	margin: 0;
}
dl#news dt
{
	clear: both;
	padding-left: 18px;
	background: url("../design/ico-list.gif") 0 2px no-repeat;
}
dl#news dd
{
	margin: 7px 0 10px 0;
	padding-bottom: 10px;
}
dl#news dd span.date
{
	padding-right: 10px;
	background: url("../design/date.gif") 100% 50% no-repeat;
	font-size: 85%;
	font-weight: bold;
}
dl#news dt span.date
{
	padding-right: 10px;
	background: url("../../../app_themes/maintheme/design/date.gif") 100% 50% no-repeat;
	font-size: 85%;
	font-weight: bold;
}

/*contact form*/
.fillForm
{
	border: none;
	padding: 0px;
	margin: 0px;
}
.fillForm label
{
	display: block;
}
.fillForm input, .fillForm, .fillForm select
{
	margin: 0px 0px 10px 0px;
	width: 250px;
	display: block;
}
.fillForm input[type="text"], .fillForm input[type="password"]
{
	padding: 3px;
	border: solid 1px #acacac;
}
.fillForm input[type="text"]:focus, .fillForm input[type="password"]:focus
{
	border: dashed 1px #000;
	padding: 3px;
}
.fillForm input[type="button"]
{
	width: auto;
	display: block;
	background-color: #464646;
	color: #fff;
	border: solid 1px #000;
	padding: 3px 5px;
}

.clear
{
	float: none;
	clear: both;
}
















/* Fix for calendar extender */
.ajax__calendar_container
{
	padding: 4px;
	position: absolute;
	cursor: default;
	width: 170px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_body
{
	height: 139px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
	top: 0px;
	left: 0px;
	height: 139px;
	width: 170px;
	position: absolute;
	text-align: center;
	margin: auto;
}
.ajax__calendar_container TABLE
{
	font-size: 11px;
}
.ajax__calendar_header
{
	height: 20px;
	width: 100%;
}
.ajax__calendar_prev
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(WebResource.axd?d=x6lt9HfG5Si8NZjMNt1DLcY6US8hUl3G4muzIFtahMQFZTbwxJ00qsx5N8jeAW90ZvGxZ6SJJh48yx62JKItzQ2&t=633053122925312500);
}
.ajax__calendar_next
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(WebResource.axd?d=x6lt9HfG5Si8NZjMNt1DLcY6US8hUl3G4muzIFtahMQFZTbwxJ00qsx5N8jeAW90HZemRms4wXOo1BZWTwWtNQ2&t=633053122925312500);
}
.ajax__calendar_title
{
	cursor: pointer;
	font-weight: bold;
}
.ajax__calendar_footer
{
	height: 15px;
}
.ajax__calendar_today
{
	cursor: pointer;
	padding-top: 3px;
}
.ajax__calendar_dayname
{
	height: 17px;
	width: 17px;
	text-align: right;
	padding: 0 2px;
}
.ajax__calendar_day
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
	cursor: pointer;
}
.ajax__calendar_month
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.ajax__calendar_year
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.ajax__calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.ajax__calendar .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day
{
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
	color: #0066cc;
}


/* User css classes */

.removeAnswer
{
	background-image: url(../design/x.png);
	width: 15px;
	height: 15px;
}

/*Css class for the images in the website.*/
.img_border
{
	border: 1px solid black;
	margin: 10px;
}

.referencesTable
{
    vertical-align:top;
}

.referencesTableTd
{
    font-weight:bold;
}

.mscertifiedcontent
{
    font-style: normal;
    padding-left: 220px;
    padding-top: 20px;
}

/*reference page style*/
.ref_pic
{
    margin-right: 15px;
}
.ref_pic_margin1
{
        margin-right: 25px;
}
.ref_pic_margin2
{
        margin-right: 40px;
}
.ref_pic_bottom
{
    padding-bottom: 20px;
} 
.img_noborder
{
    border: none;
} 
  
.clifford
{
   padding-bottom: 5px;
}   
.akson
{
    padding-bottom: 5px;
} 
.erste
{
    padding-bottom: 7px;
}

/**************PAGE ABOUT TABLE STYLE*************/

.table_style 
{
   margin-left: 60px;
   margin-top: 12px;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
}
.table_style td 
{
    width: 250px;
}
.table_style th
{
    text-align: center;
}
.odd_rows
{
    background-color: #BEBEBE;
}
.border_headline
{
    margin-left: 230px;
    margin-top: 8px;
}
.hr_line
{
    width: 528px;
    margin-left: 58px;
    margin-top: 30px;
    text-align: center;
}

/*****************STYLE FOR CAPTCHA on contact page*******************/

.captcha_control
{
    margin-bottom: 70px;
}
.captcha_text_box
{
    margin-top: 18px;
}
.captcha_control_box
{
    margin-top: 5px;
}



    

