@import url(/styles/live/boja/articles.css);
@import url(/styles/live/boja/navigation.css);
@import url(/styles/live/boja/formmanager.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    color: #848484; 
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    line-height: 17px;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
}


/* Links */
a {
    text-decoration: none;
    color: #4260BF;

}

a:hover { color: #ca0000; text-decoration: underline; }
a:active { color: #4260bf; text-decoration: none; }

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #4260BF;
    line-height: 18px;
}

h2 {
    margin: 17px 0px 0px 0px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #4260BF;
    line-height: 18px;
}

h3 {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #4260BF;
}

h4 {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #555555;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 750px;
	position: relative;
}

#containerStart{
	width: 702px;
	margin: 0 auto;
	margin-top: 75px;
	position: relative;
}

div.startPageBot{
	text-align: center;
	width: 702px;
	margin: 0 auto;
	margin-top: 10px;
	font-style: serif;
	font-size: 13px;
	color: #000;
	padding: 17px 0px 0px 0px;
}

#startLogoView {
    position: absolute;
    left: 0px;
    top: -36px;
}

#startNavView {
    position: absolute;
    left: 135px;
    top: 0px;
	font-style: serif;
	font-size: 13px;
	color: #000;
}

#container {
    width: 750px;
    margin: 0 auto;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

#header {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 99;
}

#header #logo{
	position: absolute;
	z-index: 99;
}

#topnav {
	color: #ffffff;
    background-color: #4470A2;
    height: 20px;
    position: absolute;
    width: 379px !important;
    width: 379px;
    padding: 5px 0px 0px 3px;
    top: 41px;
    right: -2px !important;
    right: 0px;
    z-index: 10;
    font-weight: normal;
}

#subnav {
	color: #4470A2;
    height: 20px;
    position: absolute;
    width: 379px !important;
    width: 370px;
    padding: 5px 0px 0px 13px;
    top: 71px;
    right: -2px !important;
    right: 0px;
    z-index: 10;
    font-weight: bold;
}

#subnav a {
	color: #4470A2;
}

#leftside {
    width: 350px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    margin: 10px 0px 0px 9px;
    z-index: 1;
    position: relative;
}

#content {
    width: 331px;
    min-height: 520px;
    height: auto !important;  /* for modern Browsers */
    height: 520px;  /*for IE */
    float: right;
    padding: 96px 20px 0px 0px;
    text-align: left;
}

#leftzone {
	padding: 10px 5px 0px 15px;
	width: 330px;
	margin: 0 auto;
    min-height: 250px;
    height: auto !important;  /* for modern Browsers */
    height: 250px;  /*for IE */
	background-color: #EAEFF3;
	margin-top: 5px;
	color: #848484;
}

#leftzone div.introduction{
	color: #848484;
}

#leftzone a{
	color: #CE0000;
	font-weight: bold;
}

#leftzone a.normallink{
	color: #4260bf;
	font-weight: normal;
	text-transform: none;
}

#footer{
	color: #676767; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: right; 
	width: 710px; 
	padding: 8px 10px 10px 0px;
}

#linkFooterView {
	float: left;
	padding: 0px 0px 0px 11px;
}

#linkFooterView a {
	color: #676767;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}

ul	{
	list-style-position:inside;
	padding: 10px 0px 10px 25px;
}

/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}
