/* @group Elements */

body {
	margin:0; padding:0;
	font: 1em/1.67 Calibri,"Trebuchet MS", sans-serif;
	background: #b5bec9;
	color:#404040;
	}

p { margin: 0.7em 0 }

h1, h2, h3, h4 {
	font: normal 200%/1.1 Cambria,Georgia,serif;
	margin: 1em 0 0.5em 0; padding:0;
	}
h1 {
	margin-top: 0;
	}
h2 { font-size:167% }
h3 { font-size:140% }
h4 { font-size:115%; font-weight: bold; }

abbr, acronym {
	border-bottom: 1px dashed silver;
	cursor:help;
	}

pre, code {
	font: 85%/1.3 Consolas,monospace;
	color: black;
	}
pre {
	margin: 2em 0; padding: 1em 1.5em 1em 3em;
	border: 1px solid #bfb599;
	background: #fff8e5;
	color: black;
	}
pre strong {
	padding: .1em .3em;
	background: #6291CA;
	color: white;
	}

blockquote {
	margin:1em 0; padding:0.5em 2.5em 0.7em 2.5em;
	border:1px solid #E3B890;
	background: #FFF7EF;
	color: #553A23;
	font-size:150%;
	}
blockquote .author {
	margin: 0.1em -1em;
	font-size:75%;
	text-align:right;
	font-style:italic;
	}

table {
	border-collapse: collapse;
	}
th, td {
	padding: 0.1em 0.5em;
	border: 1px solid silver;
	}


/* @end */

/* @group Links */

a:link { color: #d86c00; font-weight:bold; }
a:visited { color: #988d82; }
a:hover { background-color:#6291CA; color:white; }

/* @end */

/* @group Common CLASSES */

.hidden { display:none }
.left { text-align:left }

.right { text-align:right }
.center { text-align:center }
.small, .smaller { font-size:smaller }

.cleaner {
	clear:both;
	height:1px;
	border:none;
	margin: -1em 0 0 0; padding:0;
	visibility:hidden;
	}

.czech {
	border-top:1px dotted silver;
	}



/* @end */

/* @group LAYOUT */

#page {
	position: relative;
	margin:0 auto; padding:0;
	min-width:600px;
	max-width:60em;
	font-size:100%;
	background: white url(img/rcol.png) repeat-y right top;
	}
#content {
	margin:0 145px 0 0; padding:3em 5% 2em 5%;
	min-width:20em;
	max-width:60em;
	}
#header {
	height: 170px;
	margin: 0 145px 0 0;
	padding: 0 0 3px 0;
	line-height: 1;
	border-bottom: 1px solid #8db4d9;
	}
/* @end */

/* @group HEADER */

#logo {
	height:100%;
	margin:0; padding:0 20% 0 110px;
	border-bottom: 1px solid #ffbf7f;
	}
#logo a {
	display:block;
	width: 310px; height: 100%;
	margin:0 auto; padding:0;
	text-decoration:none;
	background: url(img/logo.png) no-repeat center;
	}
#logo a:hover { background-color: transparent; }
#logo a span {
	display:none;
	}
#subttl {
	position: absolute;
	right: 0;
	top: 0;
	width: 314px;
	height: 30px;
	margin: 0;
	background: url(img/subttl.png) no-repeat left center;
	border-bottom: 1px solid #8db4d9;
	}
#subttl span {
	display: none;
	}

/* @end */

/* @group MENU */

#menu {
	position:absolute; z-index:100;
	top:35px; left:0;
	width:100px;
	margin:0; padding:0; 
	list-style-type: none;
	}
#menu li {
	margin:0; padding:0; 
	list-style-type: none;
	font-size: 95%;
	text-align: right;
	}
#menu li a, #menu li a:hover, #menu li strong {
	display: block;
	margin: 0 15px 0 0; padding: 8px 0 0 0;
	background: transparent;
	text-decoration: none;
	/*letter-spacing: 5px;*/
	font-weight: normal;
	color: #8db4d9;
	border-bottom: 1px solid #8db4d9;
	}
#menu li a:hover {
	margin-right: 0;
	font-weight: bold;
	/*color: #5f707f;*/
	/*border-color: #5f707f;*/
	}
#menu li strong {
	margin-right: 0;
	font-weight: bold;
	color: #5f707f;
	border-color: #5f707f;
	}


/* @end */

/* @group LangMENU */

#langmenu {
	position:absolute; z-index:100;
	top:110px; right:145px;
	width:110px;
	margin:0; padding:0; 
	list-style-type: none;
	}
#langmenu li {
	margin:0; padding:0; 
	list-style-type: none;
	font-size: 75%;
	text-align: left;
	}
#langmenu a, #langmenu a:hover, #langmenu strong, #langmenu del {
	display: block;
	margin: 0 0 0 15px; padding: 7px 0 0 20px;
	background-color: transparent;
	text-decoration: none;
	/*letter-spacing: 2px;*/
	font-weight: normal;
	color: #a2bed8;
	border-bottom: 1px solid #a2bed8;
	}
#langmenu .en a, #langmenu .en strong {
	background: transparent url(img/flag_en.png) no-repeat left 66%;
	}
#langmenu .cz a, #langmenu .cz strong {
	background: transparent url(img/flag_cz.png) no-repeat left 66%;
	}
#langmenu a:hover {
	margin-left: 0;
	font-weight: bold;
	color: #8db4d9;
	border-color: #8db4d9;
	}
#langmenu strong {
	margin-left: 0;
	font-weight: bold;
	color: #5f707f;
	border-color: #5f707f;
	}
#langmenu del {
	color: silver;
	border-color: #silver;
	text-decoration: line-through;
	}



/* @end */

/* @group FOOTER */

#footer {
	margin:0; padding:3em 220px 3em 75px;
	border-top: 1px solid #8db4d9;
	background: #e6ebf2 url(img/rcol.png) repeat-y right top;
	color:#666;
	font-size:75%;
	text-align:center;
	}



/* @end */

/* @group Content */

ul.artlist {
	line-height: 1.33;
	font-size: 110%;
	list-style-type: none;
	margin: 2em; padding: 0;
	}
ul.artlist li {
	margin: 1em 0 0.5em 0; padding: 0;
	list-style-type: none;
	}
ul.artlist li.newgroup {
	margin-top: 1.5em; padding-top: 1em;
	}
ul.artlist strong {
	font-size:150%;
	}	
ul.artlist p {
	margin:0 0 0 9.4em;
	}

.article {
	margin:1em 0 1.2em 0; padding:0;
	/*border-bottom:1px solid #ccc;*/
	}
.group {
	float: left;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.5em;
	height: 1.5em; line-height: 1.5em;
	background: #6291CA;
	color: white;
	}
ul.artlist .group {
	display: block;
	width: 7em;
	font-style: normal;
	padding: 0 0.5em; 
	}
.group a {
	color: white;
	text-decoration: none;
	}
.info {
	margin: 1.5em 0;
	font-size: 80%;
	text-align:right;
	}
.figure {
	width: 75%;
	margin: 2em auto;
	font: italic 90%/1.3 Cambria,Georgia,serif;
	text-align:center;
	}
.figure img { margin-bottom: 0.5em }
.figure code { font-style: normal }

.example {
	margin:1em 0; padding:30px 2em 0 2em;
	border:1px solid #8db4d9;
	background: #eaf0f7 url("img/ex-start.png") no-repeat left top;
	}
.example-end {
	clear:both;
	margin: 0 0 0 -2em; padding:0;
	height:30px;
	border:none;
	background: url("img/ex-end.png") bottom left no-repeat;
	}
.example-end hr {
	padding:0; margin:0;
	visibility:hidden;
	}



/* @end */

/* @group Comments */

#comments {
	margin: 3em 15%;
	padding-top: 1em;
	border-top: 1px dotted silver;
	font-size: 85%;
	}

.cmt-item {
	padding: 0.3em 0.5em;
	}
.cmt-item.alt {
	background: #f4f4f4;
	}
.cmt-form {
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px dotted silver;
	}
.cmt-form textarea {
	width: 100%;
	}



/* @end */