/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/  - CSS FAQ web site with tips, tricks and tutorials - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/
body {
	color: #003366;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	/*margin-left: 8px;
	margin-top: 8px;*/
}

.table {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin: 1px;
	width: 25px;
	list-style-type: circle;
	border-top: 0px solid;
	border-right: 1px solid #003366;
	border-bottom: 0px solid;
	border-left: 1px solid #CCCCCC;
	background-image: url(images/bg1.jpg);
	}

.table2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	margin: 1px;
	list-style-type: circle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #FFFFFF;
	}
/*a img {
	border: 0.1px none #000000;
}*/

/*normal links in the text*/

a:link {
	background: transparent;
	/*color: #0000FF;*/
	text-decoration: none;
}

a:visited {
	background: transparent;
	/*color: #FF0000;*/
	text-decoration: none;
}

a:hover {
	background: transparent;
	/*color: #999999;*/
	text-decoration: none;
}

/*now follow the section links in the navigation bar on the left side*/
a.nav:link {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:hover {
	background-color: #003366;
	color: #FFCC00;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

/*these are the sub-section links in the navigation bar on the left side*/
a.nav2:link {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

a.nav2:visited {
	background-color: #003366;
	color: #FF8C00;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

a.nav2:hover {
	background-color: #003366;
	color: #7FFFD4;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
/*linkul nav3*/
a.nav3:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

a.nav3:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

a.nav3:hover {
	color: #FFCC00;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

/*linkul din meniul de jos*/
a.linkjos:link {
    font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
 }

a.linkjos:visited {
	font-family:Verdana;
	color: #FFFFFF;
	font-size: 10px;
}

a.linkjos:hover {
    font-family:Verdana;
    border-bottom-style: inset;
	border-bottom-width: 1px;
	border-color: #FF0000;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
/* sfarshit link meniul de jos*/
/*linkul din meniul de sus*/
a.linkalb1:link {
    font-family:Verdana;
	color: #FFFFFF;
	font-size: 11px;
 }

a.linkalb1:visited {
	font-family:Verdana;
	color: #FFFFFF;
	font-size: 11px;
}

a.linkalb1:hover {
    font-family:Verdana;
    border-bottom-style: inset;
	border-bottom-width: 1px;
	border-color: #FF0000;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
/* sfarshit linalb2*/
textrosu {
    font-family:Verdana;
	color: #990000;
    font-size: 11px;
	text-decoration: none;
}

/*the actual page*/
a.navtot {
	background-color: #003366;
	color: #CDCDCD;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
/*the actual page*/
a.navtot2 {
	background-color: #003366;
	color: #CDCDCD;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

/*to emphasize words, use it inline with a <span> class*/
big {
	font-size: larger;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "MS Serif", "New York", serif;
}

/*the 'back to the top' image*/
/*img.top {
	float: right;
	margin-right: -5px;
}*/

p ol, p ul, p dl, ol ul {
	font-size: 0.8em;
}
/*and here the I prevent the incredible shrinking text*/
p, ol, ul, dl {
	font-size: 0.8em;
}
/*font-family is already defined, here I only set the font-size*/
pre {
	background-color: #F7F7F7;
	border: 1px solid #000080;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px; /*here I define the HTML <pre> tag*/
	padding: 4px;
	white-space: pre;
}

/*not really necessary, but one never knows...use it inline with a <span> class*/
small {
	font-size: smaller;
}

/*NN 4.xx needs that...*/
strong, b {
	font-weight: 800;
}

.box {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border-color: #48D1CC;
	border-style: groove;
	border-width: 2px;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.Inhalt p {
	max-width: 650px;
}

.Header {
	margin-left: 20px;
	margin-top: 0px;
}

.Inhalt {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	color: #003366; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	max-width: 770px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
}

.Kommentar {
	background: #F7F7F7;
	color: #FF6633;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /*to include a commentary in the <pre> area I use this in a <span> class*/
}

.lrand {
	float: left;
	padding-right: 7px;
}

.mint {
	background: #FFFFFF;
	color: #009999;
}

.mit {
	text-align: justify;
}

.navbox {
	background-color: #3961B5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px; /*some button-like boxes for the left-side navigation*/
	margin: 0px;
	padding: 0px;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 3px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 105px;
	width: 135px;
}

.oldbrowser {
	display: none;
}

.outlinke {
	background: #FFFFFF;
	color: #C71585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 -120px;
}

.red {
	background: #FFFFFF;
	color: #FF0000;
}

.ROT {
	background: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	font-weight: 600;
}

.rrand {
	font-size: 12px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: 600;
}
.rrand2 {
	font-size: 11px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
}
.rrand3 {
	font-size: 11px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
}
.six {
	background: transparent;
	color: #999999;
	font-size: 11px;
}

.six2 {
	background: transparent;
	color: #ffffff;
	font-size: 11px;
}

.six3 {
	background: transparent;
	color: #ffffff;
	font-size: 10px;
}
.skipnav {
	display: none;
}
.tabledott {
	border: 1px dotted #6D9ECF;
}
.form {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #3A4E80;
	background-color: /*#F2F4F9*/;
	margin: 1px;
	padding: 1px;
	height: 15px;
	border: 1px solid #7382A3;
}
.fmic {
    font-family:Verdana;
	color: #FFFFFF;
    font-size: 10px;
	text-decoration: none;
    cursor: default;
}
/*buttons*/
.es_button {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	background-color: #EFF5F8;
	cursor: pointer;
	font-weight: bold;
	border-top: 1px solid #ADC2CF;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #ADC2CF;
}
.es_button_green {
	font-family: Verdana;
	font-size: 10px;
	color: #006633;
	background-color: #EBF5ED;
	cursor: pointer;
	font-weight: bold;
	border-top: 1px solid #B0D0AC;
	border-right: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #B0D0AC;
}
.es_buttonDisabled {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	background-color: #606263;
	cursor: pointer;
	font-weight: bold;
	border-top: 1px solid #3E5E66;
	border-right: 1px solid #001C38;
	border-bottom: 1px solid #001C38;
	border-left: 1px solid #3E5E66;
}
