/*	---------------------------------------------------------------------------------------
	Amadeus - studio s citem mistra
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Popis:		Základní stylování
	Soubor:		default.css
	Verze:		0.1
	Datum:		5. srpna 2007
	Autor:		Zdeněk Košťál
	---------------------------------------------------------------------------------------	*/

/*	---------------------------------------------------------------------------------------
	Import layoutu (znepřístupnění pro starší prohlížeče)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import "./layout.css";

/*	---------------------------------------------------------------------------------------
	Základní styly
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body { font: 70%/1.4 Tahoma, "Lucida Grande CE", lucida, sans-serif; text-align: center; color: #fff; background: #7b7b7b url('../images/body.gif') top left; }
a { font-weight: bold; color: #787876; }
a:hover { text-decoration: none; }
address { font-style: normal; }
address a { text-decoration: none; font-weight: normal; }
address a:hover { text-decoration: underline; }
table , label , input { font-size: 100%; }
ol { list-style-position: inside; list-style-type: decimal; }
input, textarea { font-size: 100%; font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; }
#content p { margin-bottom: 1em; }

h1 { font-weight: normal; font-size: 150%; }
h3 { font-weight: normal; font-size: 115%; }

#content h3 , .section h3 { margin-top: 10px; font-weight: bold; font-size: 100%; color: #d16c16; }
.section h3.mt {margin-top: 20px;} 
.section h3#design {margin-top: 0;} 

#main { text-align: left; }

#content strong { color: #787876; }
#content h2 , .section h2 { text-transform: uppercase; font-size: 115%; color: #787876; }

/*munio edit*/
.katalog {width:85px; height:85px; margin:1em 0 1em 20px; overflow:hidden}
.katalog a {display:block; position:relative}
.katalog span {display:block; width:85px; height:85px; position:absolute; left:0; top:0; background:url('../images/propagacni_katalog.gif') left top no-repeat}
