


/*Vstup - zakladni definice sloupcu - start*/
/* --------------------------------------------- */
body{margin:0;padding:0; font-size:1.0em;   font-family: "Times New Roman", Times, serif; line-height: 1.5em;}
A {  text-decoration:none; 	font-size:1.0em;   font-family: "Times New Roman", Times, serif; }
b{font-size: 110%;}
b {font-size: 110%;}

h1 {color: maroon; font-size:1.5em;}
h2 {color: black; font-size:1.3em;}
h3 {color: black; font-size:1.2em;}


#maincontainer{
width: 1010px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 10px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
line-height: 1.1em;  font-size:1.1em;   font-family:"Times New Roman", Times, serif,Arial;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -1010px; /*Set margin to that of -(MainContainerWidth)*/
/*background: #C8FC98;*/
}

#rightcolumn{
float: left;
width: 10px; /*Width of right column*/
margin-left: -10px; /*Set left margin to -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
	color: Black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.clanek_text {
	FONT-SIZE: 1.1em;
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.clanek_citace {
	FONT-SIZE: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
