/******************************************************************/
/*
/*      S E Z I M O V O   U S T I   O N L I N E   C S S - print
/*     _________________________________________________
/*
/*     Idea, project, programming, scripting & webdesign 
/*              (c) Martin Klíma 2004, 2005 
/*                  All rights reserved.
/*
/*       "BlueNote" design by c0rw 2005 | www.coex.cz
/*               _ex: modyfied by Martin Klíma
/******************************************************************/

/* ----------- color scheme -------------- */
/* 3D4753 - cold dark gray
/* ff5500 - orange accent
/* 0044CC - blue complementar color


/*  MAIN DEFINITIONS  */

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-family: arial, helvetica, sans-serif;
}

/*  COMMON CLASSES  */

.cleaner {
	clear: both;
	overflow: hidden;
	height: 1px;
	width: 100%;
}


/*  ID: CONTAINER  */

#container {
	width: 90%;
	margin: auto;
	text-align: left;
	background: white url('printhead.gif') no-repeat center top;  /*  pozadi hlavicky s logem na gradientu */
	padding: 1cm;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 0.8em;*/
	/*border: 1px solid black;*/
}

#container h1 {
	display: block;
	text-align: center;
	font-size: 12pt;
	padding: 3pt;
	font-weight: normal;
	font-family: tahoma, verdana, helvetica, sans-serif;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


/*  ID: ADV_TOPBANER  */

#adv_topbaner {
	display: none;
}


/*  ID: TRANSPARENT  */

#transparent {
	display: none;
}


/*  ID: ZALOZKY  */

#horni_zalozky {
	display: none;
}

#dolni_zalozky {
	display: none;
}


	
#leftmenu {
	display: none;
}

#content {
	width: 100%; /*590*/
	/*padding: 5px 20px 0px 20px; /*10px*/
}

#rightmenu, #rightcontextmenu {
	display: none;
}


/* *************** */
/*  ID: BIGART  */

#bigart, #leader {
	width: 100%;
	/*width: 570px;*/
	/*margin: 10px 0px 20px 0px;*/
	line-height: 14pt;
	/*padding: 0px 10px 0px 10px;*/
	font-size: 12pt;
	text-align: justify;
}

#bigart .rubrika, #leader .rubrika {
	font-family: verdana, tahoma, helvetica, sans-serif;
	text-align: right;
	font-size: 0.9em;
	display: none;
}

#bigart h4, #leader h4 {
	font-size: 1.3em;
	color: #666;
	line-height: auto;
	font-weight: bold;
	font-family: verdana, tahoma, helvetica, sans-serif;
	margin-top: 1cm;
}

#bigart h3, #bigart h2, #bigart h1, #leader h3 {
	font-size: 3em;
	font-weight: bold;
	font-family: tahoma, verdana, helvetica, sans-serif;
	line-height: normal;
	padding-bottom: 0.5cm;
	display: block;
	text-align: left;
}

#bigart h2 {
	font-size: 140%;
}

#bigart h1 {
	font-size: 160%;
}

#bigart h5, #leader h5 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	font-family: verdana, tahoma, helvetica, sans-serif;
	color: #666;
	margin-top: 25px;
	text-align: left;
}

#bigart p, #leader p {
	/*font-size: 1em;
	margin-top: 30px;
	line-height: 1.5em;*/
}

#bigart img#headline, #leader img#headline {
	float: right;
	border: 1px solid #646669;
	margin: 25px 0px 10px 20px;
}

#bigart address, #leader address {
	float: right;
	font-style: oblique;
	margin: 20px 0px 30px 0px;
	/*font-size: 12px;*/
}

#bigart p a, #leader p a {
	/*font-size: 13px;*/
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#bigart p b, #leader p b {
	font-weight: bold;
	/*font-size: 13px;*/
}

#bigart .button_print a, #leader .button_print a {
	padding-left: 17px;
	background: url('ico-print.gif') no-repeat left center;
	line-height: 25px;
}

#bigart hr {
	height: 1px;
	width: 85%;
	
}

#bigart div.mak {
  font-family: Georgia, Times, serif;
  padding: 0.5em;
  margin-left: 10em;
  font-size: 80%;
  line-height: 160%;
  border: 1px solid black;
}


/*  CLASS: FOOTER  */

.footer {
	display: none;
}



/*  ID: LASTARTICLELIST  */

#lastarticlelist {
	display: none;
}

/*  ID: FORUM_SECTION  */

#forum_section * {
	font-size: 1em;
}

#forum_section {
	margin-top: 10px;
	padding: 0px;
}

#forum_section p {
	color: #333;
	line-height: auto;
	padding: 2px;

}

#forum_section .header {
	padding: 2px 5px;
	border-top: 1px solid #333;
}



/*  ID: REAKCE_FORM  */

#reakce_form {
	display: none;
}


/*  ID: FOOT  */

#foot {
	display: none;
}

