@import url(blueprint.css); 

/* changing the screen-6c... import necessetates changing the
 * values for #round
 */

body {
	background: #d3caaa; 
	margin: 0 20px;
	font-size: 100%;
}
#round {
	width: 1096px;
	margin: auto;
	position: relative;
}
#container {
	background-color: white;
	width: 876px
}
#rightbar {
	float: right;
	width:200px;
	background-color: #820024;
	padding: 5px 10px;
	color: white;
}
#rightbar h2 {
	margin-top: 10px;
	color: white;
}
#rightbar a {
	color: white;
}


#header {
	display: none;
	background: #0932cb url(./header.png) no-repeat top; 
	height: 7ex;
	padding-left: 16px;
}
#header h1 {   /* Maskovany nadpis */
	/* text-indent: 0px; */
	margin: 1ex 0 0 0;
	color: white;
}
#header a {  
	color: white;
	text-decoration: none;
}
#tabs ul {
	float: right;
	margin-top: 82px;
	/* display: none; */
}
#header li {
	display: inline;
}
#header li a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	background-color: #af6234; 
	padding: 3px;
	margin-left: 4px;
	border-top: 1px solid #be8408;
	border-left: 1px solid #be8408;
	border-right: 1px solid #be8408;
}

#headerpdfdownload {
	float: right;
	margin-top: 10px;
	padding: 5px 16px 5px 37px;
	background: url(../img/pdf_icon.gif) no-repeat center left;
}

h1, h2, h3, h4, h5, h6 {
	color: #5A3320;
	color: #820024;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#masthead h1 {
	color: #CC0000;	
	display: block;
}

#topmenu{
	width: 826px;
	background-color: #820024;
	color: white;
	padding: 5px 25px;
}
#topmenu a {
	color: white;
}


h1 {font-size:1.8em}
h2 {font-size:1.3em}
h3 {font-size:1.3em}
h4 {font-size:1.1em}
h5 {font-size:1em}
h6 {font-size:1em}

h1 {
	margin-top: 33px;
}

a {
	color: #D90D19;
        color: #1A009C;
}

#content {
	padding: 12px; 
	background-color: white;
}
#content p {
	margin: 0 0 1ex 0;
	text-indent: 36px;
}
#content h2,h3,h4,h5,h6 {
	margin: 2ex 0 -0.5ex 0;
}

ul li {
	list-style: disc;
}

span.footnote {
	text-decoration: underline;
	color: #1A009C;	
}

#tocheader { /* the footer has the bottom cap image following which gives the
			 illusion of 20px of padding below the footer */
	background: #0932cb; 
	color: white;
	padding: 0px 12px 0px 12px;
	margin-bottom: 20px;
}

#footer { /* the footer has the bottom cap image following which gives the
			 illusion of 20px of padding below the footer */
	color:  white;
	background: #820024; 
	padding: 0px 12px;
}

hr {
	background:#ffc425 none repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#DDDDDD;
	float:none;
	height:2px;
	margin: 0 0 1.4em 0;
	padding-top: 0;
	width:100%;
}
	
#podpis_schwarz {
	background: white url(../img/podpis_schwarz_100.gif) no-repeat scroll top center; 
	padding-top: 100px;
	/* background-attachment:fixed;
	background-position: 0px 0px; */
}
#podpis_schneider {
	background: white url(../img/podpis_schneider_100.gif) no-repeat scroll top center; 
	padding-top: 100px;
	/* background-attachment:fixed;
	background-position: 0px 0px; */
}

td.right {
	text-align: right;
	padding-right: 0.3em;
}

#content p,ul {
	padding: 0 2em;
	text-indent: 0px;
}

.moto {
	font-size: 20px;
	font-style: italic;
}

a.nodecor {
	text-decoration: none;
}


/* media-type corrections for print */
@media print {

body {
	background: transparent;
}

#round {
	margin: 0;
}

#topmenu, #header, #footer {display: none;}

};
