﻿/* CSS Document */

/* layout
--------------------------------------------------*/
html, body {min-width:770px; margin:0; padding:0;}
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background:#fff url(img/bgr.gif) repeat scroll left;
  color:#666;
  font-size:69%;
  line-height:1.6em;
  text-align:center;
  height:100%;
  }
#container {width:100%; background:transparent url(img/bgr-top.gif) repeat-x scroll -1px 0;}
*>#container {background-position:1px 0;}
#header {text-align:left; background:transparent url(img/bgr-header.gif) repeat-x scroll top; text-align:left; width:750px; margin:auto; height:325px; position:relative;}
#content {text-align:left; text-align:left; width:750px; margin:auto; background:#fff; padding:20px 0; position:relative; border-bottom:1px solid #87b5cf;}
#maincontent {float:left; width:460px; min-height:300px; padding:0 20px; text-align:justify;}
#maincontent * {marigin-left:0; margin-right:0;}
#subcontent {float:left; width:250px; min-height:300px;}
#footer {clear:both;}


/* header
--------------------------------------------------*/
#header ul {margin:0; padding:0; font-size:11px;}
h1 {width:435px; height:165px; z-index:1; background:#000 url(img/bgr-h1.gif) no-repeat scroll left top; margin:0; position:absolute; top:80px;}
h1 a { display:block; width:435px; height:165px; font-size:0; color:#000;}
#menu {position:absolute; bottom:-1px; left:0; list-style:none;}
*>#menu {position:absolute; bottom:0;}
#menu li {float:left;}
#menu a {display:block; width:105px; height:35px; line-height:35px; text-align:center; background:#000 url(img/bgr-menu.gif) no-repeat scroll center; padding-left:20px; color:#fff; font-weight:bold; text-decoration:none;}
#menu a:hover {text-decoration:underline;}

#language {position:absolute; list-style:none; top:20px; left:5px;}
#language span {visibility:hidden;}
#language a {display:block; width:29px; height:19px; text-decoration:none; background:transparent url(img/vlajka-sk.gif) no-repeat scroll top;}
#language li {float:left; margin:0 5px;}
#language .en a {background-image:url(img/vlajka-en.gif);}
#language .cn a {background-image:url(img/vlajka-cn.gif);}
#language .de a {background-image:url(img/vlajka-de.gif);}



/* content
--------------------------------------------------*/

h2 {font-size:1.8em; font-weight:normal; margin:10px 20px 10px 0;}
#content ul {list-style:square; margin-left:20px; padding:0;}
#content a {color:#005380; text-decoration:underline;}
#content a:hover {text-decoration:none;}

/* content
--------------------------------------------------*/

a img {border:1px solid #aaa;}
img {padding:10px; margin:5px;}


