/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 50% 0 repeat-y; font:0.8em/1.5 "arial", sans-serif;}

a {color:#00F;}
a:hover {color:#F00;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

h3 {font-size:140%;}
h4 {font-size:130%;}
h4.title {padding: 2px 0 2px 8px;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; margin:0 auto; overflow:hidden;}

	#headercz {width:940px; height:95px; overflow:hidden; background:url("../design/headercz.gif") 0 0 no-repeat;}
	#headeren {width:940px; height:95px; overflow:hidden; background:url("../design/headeren.gif") 0 0 no-repeat;}
	#headerde {width:940px; height:95px; overflow:hidden; background:url("../design/headerde.gif") 0 0 no-repeat;}

        #logo {position:relative; width:254px; height:80px; overflow:hidden; margin:0 0 0 20px; padding:0; font-size:200%;}
        #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/logo/elmo.gif") 0 0 no-repeat; cursor:pointer;}
		#slogan { display:block; position:absolute; margin-left: 320px; top:48px; padding:10px 10px 10px 15px; font-size: 15px; font-style:italic; font-family: Cambria, Georgia, Palatino, "Palatino Linotype", Constantia, serif; font-weight: bold; width: 700px; }
		

		#lang { display:block; position:absolute; margin-left: 773px; top:96px; padding:10px 10px 10px 15px; font-size: 140%; font-style:italic; font-family: Cambria, Georgia, Palatino, "Palatino Linotype", Constantia, serif; font-weight: bold; width: 200px; }
		
    #tray {padding:10px 0 15px 10px; background:url("../design/tray.gif") 0 100% no-repeat;}
    
        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; float:left; padding:0 15px 0 10px; background:url("../design/tray-separator.gif") 100% 50% no-repeat; text-decoration:underline;}
        #tray ul li a:hover {text-decoration:none;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}

    #cols {position:relative; margin:10px 0; background:url("../design/cols.gif") 0 0 repeat-y;}

    	#content {float:right; width:740px; overflow:hidden;}
    	
            #content-left {float:left; width:470px;}
            #content-left-in {padding:0 10px;}
            #content-left-wider {float: left; width: 510px;}
			
            #content-right {float:right; width:260px;}
			#content-right-slim {float:right; width:200px;}

    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../design/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../design/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 8px 7px 20px; background:url("../design/nav-link.gif") 8px 13px no-repeat;}
            .nav li#nav-active a {background:url("../design/nav-active.gif") 8px 13px no-repeat; text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;}
            .nav a:hover {text-decoration:none;}
			
			.nav ul li a {padding-left:35px; background:url("../design/nav-sub.gif") 20px 10px no-repeat;}
			.nav li#nav2-active a {background:url("../design/nav-sub.gif") 20px 10px no-repeat; text-decoration:none; font-weight:bold;}
			
			.nav ul li a.link {padding-left:35px; background:url("../design/nav-sub.gif") 20px 12px no-repeat;}
			.nav ul li a.link1 {padding-left:35px; background:url("../design/nav-link.gif") 20px 12px no-repeat;}
			ul.nav2  li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;}
			ul.nav2 li#nav2-active a {background:url("../design/nav-sub.gif") 30px 10px no-repeat; text-decoration:none; font-weight:bold;}
			
	 		.sel {margin:0; list-style:none;}
            .sel li {display:inline;}
            .sel li a {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-link.gif") 15px 13px no-repeat;}
            .sel a:hover {text-decoration:none;}			
			
			.nosel {margin:0; list-style:none;}
            .nosel li {display:block; padding:2px 10px 2px 30px; background:url("../design/nav-link.gif") 15px 8px no-repeat; text-decoration:underline;}
			.nosel ul li {padding-left:45px; background:url("../design/tray-separator.gif") 30px 10px no-repeat;}
				.nosel .subnosel ul {margin:0; list-style:none;}
				.subnosel li {display:block; padding: 2px 10px 2px 30px; background:url("../design/tray-separator.gif") 15px 8px no-repeat; text-decoration:none; list-style:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:100%;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {clear:both; padding:20px 0; background:url("../design/footer.gif") 0 0 repeat-x; font-size:85%;}
	#footer p {margin:0;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#gallery-top {width:740px; height:5px; background:url("../design/gallery-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#gallery-bottom {width:740px; height:5px; background:url("../design/gallery-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}

#topstory-top {width:470px; height:5px; background:url("../design/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:470px; height:5px; background:url("../design/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}
	#topstory-descfull {}
    
        #topstory-desc, #topstory-descfull h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc, #topstory-descfull .info {margin:0; font-size:85%;}
		#topstory-descfull h2 {font-weight:bold; margin: 0 0 -12px 0;}
		#topstory-descfull p.nomb {text-align:justify;}

#gallery-list {padding:10px 0 5px 17px; overflow:hidden}
#gallery-list img {display:block; float:left; padding-right:15px;}
#gallery-list img.last {margin-right:0;}

#topstory-list {padding:10px 0 5px 25px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:20px;}
#topstory-list img.last {margin-right:0;}

#reference-list {padding:10px 0 5px 5px; overflow:hidden}
#reference-list img {display:block; float:left; padding-right:20px;}
#reference-list img.last {margin-right:0;}

#reference-list1 {padding:10px 0 5px 5px; overflow:hidden}
#reference-list1 img {display:block; float:left; padding-right:4px;}
#reference-list1 img.last {margin-right:0;}

.article {margin-bottom:10px; padding-bottom:10px; background:url("../design/dot.gif") 0 100% repeat-x;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-desc {float:right; width:255px;}
.article .article-descfull {}

    .article .article-desc h3 {margin:0; font-size:140%; font-weight:normal;}
	.article .article-descfull h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; text-align:justify;}
	.article .article-descfull p.nomb {margin-top:8px; text-align:justify;}
	.article .article-descfull img.right {float:right; margin: 0px 20px 2px 50px; padding: 3px;}
	.article .article-descfull img.left {float:left; margin: 0px 20px 2px 10px; padding: 3px;}


.box-00-top {width:260px; height:5px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top {width:260px; height:5px; margin-top:5px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../design/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-center {text-transform:uppercase; font-style:italic; text-align: right}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../design/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../design/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0; }
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6; margin: 0px 0px 0px 10px;}

.box-02-top {width:260px; height:5px; margin-top:10px; background:url("../design/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../design/box-02-top-b.gif") 0 100% no-repeat; }
.box-02-bottom {width:260px; height:11px; background:url("../design/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../design/box-02.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:90%;}

#anim-desc {background-image:url("../design/index-under-anim.gif"); height:20px;}
#anim-desc-en {background-image:url("../design/index-under-anim-en.gif"); height:20px;}
#anim-desc-de {background-image:url("../design/index-under-anim-de.gif"); height:20px;}
/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.cent, .cent-s1, .cent-s2	{text-align: center;}
.cent-bu-r, .cent-bu-b	{text-align: center; text-transform:uppercase;}
.cent-s1	{ font-size: 85%;}
.cent-s2	{ font-size: 90%;}

#aside .padding {padding:10px 15px;}

.more {padding-right:15px; background:url("../design/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../design/rss.gif") 0 50% no-repeat;}

/* ------------------
Tabulka
---------------------*/

table.person {
	width: 95%;
	border-top:0.7pt solid #e5e5e5;
	margin: 0px;
	padding: 0px;
}
table.person td {
	border-bottom:0.4pt solid #e5e5e5;
	margin: 0px;
	padding: 4px 0px 4px 10px;
	background-color: #ccffff;
}
table.person a:link {
	text-decoration: none;
}
table.person a:hover {
	text-decoration: underline;
}
table.person td.top {
	background-color: #ffcc99;
	padding: 5px 0 5px 10px;
	font-size: 110%;
}
table.person {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:12px;
	padding:0;
	border-collapse:collapse;

}
table.company {
	width: 95%;
	margin: 0px;
	padding: 0px;
}
table.company td {
	border-bottom:0.4pt solid #e5e5e5;
	margin: 0px;
	padding: 1px 0px 1px 10px;
}
table.company td.blank {
	border-bottom: none;
	vertical-align:bottom;
}
table th.row {
	text-align: left;
	width: 20%;
	border-bottom:0.4pt solid #e5e5e5;
	margin: 0px;
	padding: 1px 0px 1px 10px;
	background-color: #ccffff;	
}
table th.rowps {
	text-align: left;
	width: 50%;
	border-bottom:0.4pt solid #e5e5e5;
	margin: 0px;
	padding: 1px 0px 1px 10px;
		
}
table.company {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:12px;
	padding:0;
	border-collapse:collapse;

}
img.ram { border: #999 solid 1px}

/* form */
.col-h-l {
	float:left;
	display:inline;
	width:48.5%;
}
.col-h-r {
	float:right;
	display:inline;
	width:48.5%;
}
.fix-int {
	margin:3px 4px 0;
	display:block;
}
.fix-int .w-full {
	margin:0 -4px;
}
.inline-btn {
	background-position:0 -150px;
}
.inline-btn input {
	background-position:100% -250px;
}
legend {
	color: #a60000;
	border: 1px solid #aadcfe;
	width: 200px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 0.5em;
}
fieldset {
	border: 3px double #aadcfe;
	color: #565656;
	padding-left: 20px;
}