/* CSS Document */

html , body {
	width:95%;
	height:100%;
	margin:auto;
	padding:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#wrapper {
	margin:0 auto;
	width:auto;
	height:auto;
}
#wrapper.printBorder {
	border:1px solid #000;
	padding:20px;
}

/* hlavička1 */
#headerI {
	display:none;
}
#headerI a {
	display:none;
}
#headerI a.green {
	display:none;
}
#headerI a.grey {
	display:none;
}
#headerI span {
	display:none;
}
/* /hlavička1 */

/* hlavička2 */
#headerII {
	display:none;
}
#headerII div {
	display:none;
}
#headerII h2 {
	display:none;
}
#headerII p {
	display:none;
}
#headerII div p {
	margin:0 5px 10px 0;
	padding:0;
}
#headerII div a {
	display:none;
}
/* hlavička2 */

/* patička */
#footer {
	display:none;
}
#footer span {
	display:none;
}
#footer a {
	display:none;
}

/* /patička */

/* dva sloupce */
#twoColLayout #primaryContent {
	width:auto;
	height:auto;
}
#twoColLayout #sideContent {
	display:none;
}
/* /dva sloupce */

/* tři sloupce */
#threeColLayout #primaryContent {
	width:auto;
	height:auto;
}
#threeColLayout #secondaryContent {
	display:none;
}
#threeColLayout #sideContent {
	display:none;
}
/* /tři sloupce */

/* primaryContent */
#primaryContent h1 , #primaryContent h2, #primaryContent h3 {
	float:none;
	padding:0;
	color:#a2a0a0;
	font-weight:normal;
}
#primaryContent h1 {
	font-size:18px;
	margin:0 0 5px 0;
	text-align:center;
}
#primaryContent h2 {
	margin:0 0 5px 0;
	font-size:15px;
	text-align:center;
}
#primaryContent h3 {
	margin: 0 0 5px 0;
	font-size:12px;
}
#primaryContent p {
	margin:0 0 10px 0;
}
#primaryContent h1 span.podtitul , #primaryContent h2 span.podtitul {
	font-size:10px;
	line-height:100%;
	font-weight:bold;
}
/* /primaryContent */

/* secondaryContent */
#secondaryContent h2 {
	font-weight:normal;
	font-size:28px;
	line-height:70%;
	margin:20px 0 30px 40px;
}
#secondaryContent h2 span {
	font-size:18px;
}
#secondaryContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0 2px;
}
#secondaryContent p {
	margin:0 2px 10px 0;
}
#secondaryContent p.date {
	margin:0;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
/* /secondaryContent */

/* sideContent */
#sideContent h2 {
	font-weight:normal;
	font-size:28px;
	line-height:70%;
	margin:20px 0 0 30px;
}
#sideContent h2 span {
	font-size:18px;
}
/* /sideContent */

/* mainNav */
#mainNav {
	width:200px;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	background:url(../images/backgrounds/mainNavTopBg.gif) 0 0 no-repeat;
}
#mainNav ul {
	width:199px;
	margin:28px 0 0 0;
	padding:0 0 20px 0;
	list-style-type:none;
	list-style-position:outside;
	border-right:1px solid #eaeaea;
}
#mainNav li {
	width:100%;
	line-height:180%;
	margin:0 0 0 5px;
	padding:0;
}
#mainNav ul li a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#4a4a4a;
	margin-left:5px;
}
#mainNav ul li span {
	font-size:6px;
	font-weight:bold;
}
#mainNav ul ul {
	width:auto;
	border:none;
	margin:0;
	padding:0;
}
#mainNav ul ul li {
	margin-left:10px;	
}
#mainNavFooter {
	float:left;
	width:200px;
	height:40px;
	background:url(../images/backgrounds/mainNavBtmBg.gif) no-repeat;
}
/* /mainNav */

/* GILDER/LEVIN */
div#logoGL {
	width:410px;
	height:60px;
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
div#logoGL span{
	background:url(../images/GLs/logoGL.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
/* /GILDER/LEVIN */

/* společné */
#primaryContent img , #secondaryContent img {
	float:left;
	margin:3px 3px 3px 0;
}
.green {
	color:#06ACC2 !important;
}
.greenBg {
	color:#ffffff;
	background-color:#06ACC2;
}
.grey {
	color:#4a4a4a !important;
}
.greyBg {
	color:#ffffff;
	background-color:#4a4a4a;
	
}
.label {
	color:#333333;
	font-size:10px;
	font-weight:bold;
}
p.noPrint {
	display:none;
}