/* vim: set fdm=marker: */
/* layout {{{ */
body, html {
	margin: 0px;
	padding: 0px;
	max-width: 1024px;
}
#wrapper {
	float: left;
	margin: 10px 10px 10px 241px;
	display: inline; /* IE fix: http://www.positioniseverything.net/explorer/doubled-margin.html */
}
#wrapper:after, .content:after { /* http://www.positioniseverything.net/easyclearing.html */
	content: ""; 
	display: block; 
	height: 0px; 
	clear: both; 
	border-bottom: 1px solid transparent;
}
#left-column {
	float: left;
	width: 220px;
	margin-left: -231px;
}
#content {
	float: right;
	width: 100%;
}
/* }}} */
.rounded { /* {{{ */
	position: relative; /* I've just spent 2 hours looking for this IE bug-fix!!! DO NOT REMOVE!!! */
}
.rounded .end {
	clear: both;
	background: white;
	/* gecko bugfix */
	position: relative; 
	margin-bottom: -1px;
	border-bottom: 1px solid rgb(1,116,187);
	/* ie bugfix */
	line-height: 0px;
	height: 0px;
}

.rounded {
	margin-bottom: 10px;
}
.rounded .content {
	border-left: 1px solid rgb(1,116,187);
	border-right: 1px solid rgb(1,116,187);
}
.rounded .top {
	/*background: rgb(1,116,187); */
	background: #0088c8;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 92%;
}
.rounded .top a {
	display: block;
	color: white;
	text-decoration: none;
}
.rounded .top a:visited { /* needed for IE */
	color: white;
}
.rounded .bot {
	background: white;
}
.rounded .r1 {
	display: block;
	height: 0px;
	border-top: 1px solid rgb(1,116,187);
	margin: 0px 5px 0px 5px;
}
.rounded .r2 {
	display: block;
	height: 1px;
	border-right: 2px solid rgb(1,116,187);
	border-left: 2px solid rgb(1,116,187);
	margin: 0px 3px 0px 3px;
}
.rounded .r3 {
	display: block;
	height: 1px;
	border-right: 1px solid rgb(1,116,187);
	border-left: 1px solid rgb(1,116,187);
	margin: 0px 2px 0px 2px;
}
.rounded .r4 {
	display: block;
	height: 2px;
	border-right: 1px solid rgb(1,116,187);
	border-left: 1px solid rgb(1,116,187);
	margin: 0px 1px 0px 1px;
}
.rounded .title {
	border-right: 1px solid rgb(1,116,187);
	border-left: 1px solid rgb(1,116,187);
	padding: 1px 5px;
}
.rounded .title-inner {
	margin-top: -4px;
	padding: 0.15em;
	font-family: "DejaVu Sans", Verdana, sans-serif;
	line-height: 1.2em;
}
#special { /* firefox bugfix */
	height: 0px;
	margin: 0px 5px 0px 5px;
}
* html .rounded .title {
	height: 1px;
}
* html .rounded .r1,
* html .rounded .r2,
* html .rounded .r3,
* html .rounded .r4,
* html #special { 
	overflow: hidden;
}
/* }}} */
/* common tags {{{ */
html {
	font-size: x-small;
}
body { 
	background:  url(robotika_bg.jpg);
	font-size: 139%;
	color: rgb(0,49,80);
	font-family: "DejaVu Sans Condensed", Arial, sans-serif;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
a img {
	border: 1px solid #666;
}
a {
	color: blue;
}
a:visited {
	color: rgb(85, 26, 139);
	/* #8321ad;#6f22b5;#651fa6;rgb(85,26,139);rgb(100,98,160);rgb(0,88,140); */
}
div.p {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}
.annot {
	text-align: justify;
}
blockquote {
	font-style: italic;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
a.external {
  background: url(external.png) center right no-repeat;
  padding-right: 13px;
  color: #14b;
}
a .cs, a .en {
  color: #77f;
  padding-right: 16px;
}
a .en {
  background: url(en-mini.gif) center right no-repeat;
}
a .cs {
  background: url(cs-mini.gif) center right no-repeat;
}
hr {
	height: 1px;
	background: rgb(1,116,187);
	border-top: none;
	border-bottom: none;
	/* <gecko bug workaround> */
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	/* </gecko bug workaround> */
}
dd { padding-left: 40px; margin-left: 0px;}
dt { font-weight: bold }
dt a { font-weight: normal; }
form { margin: 0px; }
* html p, * html hr { margin: 0.2em 0px 0.2em 0px; }
p.msg, p.error, p.js_disabled {
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0px;
	font-family: "DejaVu Sans", Verdana, sans-serif;
}
p.error, p.js_disabled  {
	color: red;
}
.JS p.js_disabled { display: none; }
p.error, p.ok { display: none; }
.styled-border {
	border-width: 1px;
	border-style: solid;
	border-top-color: #B5D7EF;
	border-left-color: #B5D7EF;
	border-bottom-color:rgb( 16,  78, 139);
	border-right-color:rgb( 16,  78, 139);
}
a.broken {
	color: rgb(218,0,0);
}
.add {
	color: red;
}
/* }}} */
/* news {{{ */
#news .date {
	font-size: smaller;
	font-weight: bold;
	background: #DDF;
	border-bottom: 1px solid rgb(1,116,187);
	border-top: 1px solid rgb(1,116,187);
	padding: 2px 5px 2px 5px;
	position: relative;
	top: -1px;
}
#news .text {
	padding: 2px 5px 8px 5px;
}
/* }}} */
#subsections {/* {{{ */
}
#subsections .content {
	padding: 0.5em 0px 0.15em 0px;
	font-size: 90%;
	font-family: "DejaVu Sans", Verdana, sans-serif;
}
#subsections .content a {
	display: block;
	text-decoration: none;
	color: #0000ef; /*blue;#0053ff; #0294f0; #0289de; #0282d4; rgb(2,122,198);*/
	line-height: 1.7em;
	padding: 0em 0.6em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#subsections .content a:hover {
	background: #e8f3fc; /*#e1edf7;c7dbeb;url(linkbg.png) bottom;*/
}
#subsections .content a.selected, 
#subsections .content a.selected .cs, 
#subsections .content a.selected .en {
	color: black;
}
#subsections .content .subsub a {
	padding-left: 1.5em;
}
/* }}} */
#google-search { /* {{{ */
	height: 9em;;
}
#google-search img {
	border: none;
}
#google-search a {
	display: block;
}
#google-box {
	text-align: center;
}
#google-box input {
	display: block;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
#google-submit {
	text-align: right;
	padding: 0.4em;
}
/* }}} */
#google-top-search { /* {{{ */
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 1px;
	padding-right: 6px;
	font-family: "DejaVu Sans", Verdana, sans-serif;
}
#google-top-search form {
	display: inline;
}
#google-top-search input {
	padding: 2px;
}
#google-top-search .text { 
	border: 1px solid rgb(1,116,187);
}
#google-top-search .submit { 
	border-width: 1px;
	padding: 1px 4px;
}
* html #google-top-search .submit { 
	padding: 0px 3px;
}
.google-links {
	margin: 0px -4px 0px -4px;
}

/* }}} */
#link200x90 { /* {{{ */
	width: 220px;
	height: 93px;
	margin: 10px;
	padding-left: 10px;
	margin-top: 2em;
	border: 1px solid rgb(1,116,137);
	position: relative;
}
/* }}} */
#ad-link { /* {{{ */
}
#ad-link .top {
	background: white;
}
#ad-link .content {
	height: 94px;
	padding-left: 20px;
}
/* }}} */
#wide-skyscraper {/* {{{ */
}
#wide-skyscraper .top, #wide-skyscraper2 .top, #wide-skyscraper3 .top {
	background: white;
}
#wide-skyscraper .content, #wide-skyscraper2 .content, #wide-skyscraper3 .content  {
	height: 604px;
	padding-left: 20px;
}
/* }}} */
.ad-banner { /* {{{ */
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 0px;
}
.ad-leaderboard {
	width: 0px;
	height: 92px;
	margin-left: auto;
	margin-right: 0px;
}
.ad-leaderboard iframe {
	height: 90px;
	margin: 0px 0px 0px -731px; /* bug FF = cannot set to -730px */
	border: 1px solid transparent; /* bug workaround FF */
}
/* }}} */
#content { /* {{{ */
}
#content .content {
	padding: 1px 14px 4px 14px;
}
#content h1, #content h2, #content h3, #content h4 {
	color: rgb(205,102,0);
}
#content h1 { 
	font-size: 165%;
	text-align: center;
	margin-top: 0px;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
}
#content h2 { 
	font-size: 120%;
	margin-top: 0px;
	padding-top: 0.83em;
	padding-bottom: 0.2em;
}
#content h3 {
	font-size: 105%;
}
.short-desc { 
	font-weight: bold; 
	margin-bottom: 0.2em;
}
.short-desc a {
	text-decoration: none;
	/*color: ;rgb(2,122,198);rgb(0,98,160);*/
}
.thumb { clear: left; }
.thumb td { 
	vertical-align: top; 
	padding: 0.2em 0.4em 0.2em 0.4em;
}
#content .crumbs {
	text-align: left;
	padding-left: 12px;
}
#content .crumbs a {
	display: inline;
}
#content .crumbs a * {
	color: white;
}
.nonmatching-lang { color: rgb(110, 110, 110); }
#title {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#title .author-date {
	float: right;
	position: relative; /* ie bugfix -- floats are invisible without this */
}
/* #content td {
	padding: 6px;
}*/
.image_panel { 
	font-size: smaller; 
	font-family: "DejaVu Sans", Verdana, sans-serif;
	text-align: center; 
	line-height: 160%;
	background: white;
}
.image_panel td { padding: 2px; }
* html .image_panel { 
	display: inline-block;
}
.image_panel a img {
	text-decoration: none;
}
.image_panel img { 
	border: 1px solid #666;
}
.left { 
	float: left; 
	display: block; /* should not be needed, but is for gecko */
	margin-right: 0.8em;
	position: relative; /* ie bugfix -- floats are invisible without this */
}
.right { 
	float: right; 
	display: block; /* should not be needed, but is for gecko */
	margin-left: 0.8em; 
	position: relative; /* ie bugfix -- floats are invisible without this */
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.email {
	color: blue;
	text-decoration: underline;
	white-space: nowrap;
}
.clear { 
	clear: both; 
	height: 0px; 
	line-height: 0px; /* ie bugfix */
}
.math {
	text-align: center;
	font-style: italic;
}
/* }}} */
#footer { /* {{{ */
	margin: 0px 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	border-top: 1px solid rgb(1,116,187); /*#666;*/
	clear: both;
}
#footer table { width: 100%; }
#xhtml {
	display: block;
	background: url(valid-xhtml10.png);
	width: 88px;
	height: 31px;
}
#css {
	display: block;
	float: right;
	background: url(valid-css.png);
	width: 88px;
	height: 31px;
}
/* }}} */
/* #comments {{{ */
#comments .header {
	padding-top: 2px;
	padding-bottom: 8px;
	font-weight: bold;
	color: rgb(205,102,0);
}
#comments .header .right {
	font-weight: normal;
}
#comments table {
	border-color: #9ae;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
#comments .content {
	margin: 0px;
	padding: 0px;
}
#comments tr.white {
	border: 1px solid #9ae;
	/*background: ;*/
}
#comments tr.blue {
	border: 1px solid #9ae;
	background: #ECECFF;
}
#comments .author {
	width: 12em;
	white-space: nowrap;
}
#comments .date {
	width: 12em;
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}
#comments .subj {
	padding-left: 10px;
}
#comments .text {
	overflow: auto;
	padding: 0px 10px 8px 10px;
}
#comments textarea {
	width: 100%;
	height: 15em;
	display: block;
	/*text-align: ;
	padding: ;*/
}
#comments th {
	width: 8em;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
#comments td input {
	width: 100%;
}
#comments .toolbox {
	text-align: center;
	padding: 8px 0px;
}
#comments .toolbox table {
	border: none;
}
#comments .toolbox td {
	text-align: left;
}
#comments #priv {
	width: 1em;
}
/* }}} */
#email { /* {{{ */
	/*margin: 0px 2em;*/
	display: none;
}
#email form {
	width: 40em;
	margin: 0px auto;
	padding-right: 2em;
}
#email form label, #email form div {
	display: block;
	text-align: right;
	margin: 0.5em 0px;
	font-weight: bold;
}
#email input, #email textarea {
	width: 28em;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
#email textarea {
	height: 15em;
	vertical-align: top;
}
#email .submit{
	width: 6em;
}
#email p {
	font-weight: normal;
	text-align: center;
}
/* }}} */

