/*--------------------------- main reset ----------------------*/
* { margin: 0; padding: 0; }
a { text-decoration: none; outline: none; border: none; }
a:hover { text-decoration: underline; }
img { margin: 0px; padding: 0px; }
ol, ul { margin-left: 20px; }
h2 { font-size: 20px; font-weight: normal; } 
h3 { font-size: 14px; font-weight: bold; }
a img { outline: none; border: none; }

/*----------------------- common classes ----------------------*/
.center { text-align: center;}
.left { text-align: left; }
.right { text-align: right; }
.middle  { vertical-align: middle; }
.top { vertical-align: top; }
.bottom { vertical-align: text-bottom; }
.noborder { border: none; }
.button { padding: 0 1em; }

/*---------------- common website setup -----------------------*/
html, body {
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: #c9f8fe;
}

div { margin: 0px; padding: 0px; border: none; outline: none; }
/*------------------ common form layout ----------------------*/
fieldset {
	border: none;
	background: #fefefe;
	margin: 5px 10px 0px 10px;
	padding: 0px 0px 10px 10px; 	
}

fieldset ul {
	margin: 0;
	padding: 0;
	}

fieldset li {
	list-style: none;
	margin: 0;
	padding: 0px 0px 8px 0px;
	width: 100%;
	clear: left;
	float: left;   
	}

label {
	text-align: right;
	vertical-align: middle;
	float: left;
}

legend {
	background-color: navy;
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	padding: 0 1em;
	margin: 0px 0px 12px -10px;
}

/*---------------------- main -------------------------------*/
#main {
	width: 965px;
	text-align: left;
	background: url(/img/main-frame-int.png) top left repeat-y;
	margin: 5px auto;
}

/*---------------------- header -------------------------------*/
#header {
	text-align: left;
	height: 135px;
	background: url(/img/main-frame-top.jpg) top left no-repeat;
	margin-bottom: 5px;
}

headswf {
	text-align: left;
	margin-bottom: 5px;
}

#header_path {
	position: relative;
	left: 20px;
	top: 121px;
	font-size: 10px;
	font-weight: normal;
	color: white;	
	}

#header_path a { color: white; }

#header_links { 
	float: right;  
	margin-right: 50px; 
	margin-top: 30px;
	}

#header_links div {
	padding: 5px;
}

#header_links a {
	font-size: 11px;
	font-weight: normal;
	color: navy;
}

#header_links img {
	margin-right: 10px;
	vertical-align: middle;
}

/*----------------------- footer ------------------------------*/
#footer {
	font-size: 10px;
	font-weight: normal;
	background: url(/img/main-frame-bot.png) bottom left no-repeat;
	text-align: center;
	vertical-align: top; 
	margin-top: 20px;
}

#counter { 
	float: left; 
	padding-left: 190px; 
}

#author { 
	float: right; 
	margin-right: 17px; 
	}

#info {
	float: right;
	margin-right: 17px;
	text-align: right;
	border: dotted 1px blue;
	padding: 5px;
	background: #d0f0ff;
	}

/*-------------------------- leftside -----------------------------*/
#leftside {
	float: left;
	width: 160px;
	margin: -10px 0px 0px 20px;
}

#menu {
	border-left: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
}

#menu a {	text-decoration: none; }

#menu h2, #menu h3 {
	font-weight: bold;
	text-align: right;
	margin: 0 20px;
	background-color: #ffffff;
}

#menu h2 {
	font-size: 26px;
	border-bottom: blue 2px dotted ;
	}

#menu h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#menu_top {
 	padding: 10px 0 10px 0;
	background: url(/img/left-menu-top.png) left top no-repeat;
	}

#menu_top h4 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	}

#menu_bottom {
	background: url(/img/left-menu-bot.png) left bottom no-repeat;
	}

/*--------------------- rightside ---------------------------------*/
.rightside {
	float: right;
	width: 200px;
	margin: 0px 20px 0px 0px;
	}

#main_news { margin-top: 20px; text-align: left; }
#topform fieldset { margin: 0px; padding: 0px; background: none; }
#topform input { width: 160px;} /* margin: 5px 5px 5px 0px; }*/

/*---------------------- sitemap  -------------------------------*/
#sitemap { margin-left: 80px; }
#sitemap * { list-style-position: outside; }
#sitemap li { margin-left: 30px; margin-top: 5px; margin-bottom: 10px; font-size: 16px; font-weight: bold; list-style-image: url(/img/3arrow.gif); }
#sitemap li li { margin-left: 55px; margin-bottom: 10px; font-size: 14px; font-weight: bold; list-style-image: url(/img/2arrow.gif);}
#sitemap li li li { margin-left: 75px; margin-bottom: 5px;font-size: 12px; font-weight: normal; list-style-image: url(/img/1arrow.gif);}

/*---------------------- contents  -------------------------------*/
.contents, .contents_wide {
	text-align: left;
	margin: -10px 0px 0px 190px;
	padding: 0;
}
.contents  { width: 540px; }
.contents_wide { width: 750px; }

/*----------------------- normy --------------------------------*/

.normy * { padding: 0px 5px; }
.normy h3 { font-size: 12px; font-weight: bold; margin-top: 3px; }
.normy p { font-style: oblique; }

/*----------------------- page navigation --------------------------------*/

div.pagenav { float: right; margin-right: 10px; font-size: 10px;  }
ul.pagenav { display: inline; list-style: none; }
ul.pagenav li { display: inline; margin-right: 5px; }
ul.pagenav li.pagecurrent { font-weight: bold; }
ul.pagenav a { text-decoration: underline; }

/*----------------------- artbox_small --------------------------------*/

.artbox_small {
	width: 45%;
	float: left;
	padding: 5px; 
	margin: 5px auto;
	overflow: hidden;
	height: 6em;
}

.artbox_small img {
	float: left;
	margin: 5px;
	}

/*----------------------- artbox3 --------------------------------*/	

.artbox3 {
	width: 48%;
	height: 140px;
	margin: 5px;
	border: solid 1px #6a6a6a;
	float: left;
	background: white;
	overflow: hidden;
}

.artimg3 { 
	text-align: center; 
	vertical-align: top;
	padding: 10px 0;
	width: 130px;
}

.artdesc3 {
	text-align: left; 
	vertical-align: top;
	}

.artdesc3 * {
	margin-left: 5px;
	margin-top: 5px;
}

.artbox3 h4  {
	font-size: 12px;
	font-weight: bold;
}

.arrowimg {
	float: right;
	margin: 3px;
	vertical-align: top;
}

/*----------------------- misc --------------------------------*/
img.logomini { 
	float: left; 
	margin: 5px 15px 0 0; 
	display: inline;  
}

div.pdflink {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 10px;
}

div.pdflink img {
	display: inline;
	margin: 0px 6px;	
	vertical-align: middle;
}

#newsform { width: 500px; margin: auto; }
#newsform fieldset { text-align: left; margin-bottom: 5px; }
#newsform label { width: 200px; }
#newsform #name, #newsform #company, #newsform #email1, #newsform #email2 { width: 200px; }

#contactform { width: 500px; margin: auto;  }
#contactform fieldset { text-align: left; margin-bottom: 5px; }
#contactform label { width: 120px; }
#contactform input { width: 250px; }

.contacttab { width: 500px; margin: 5px auto; }

#logoanim { float: left; margin-left: 10px; margin-top: 11px; }

#logoswf { float: left; margin-left: 10px; margin-top: 11px; }
