/*----------------------------------------------------------------------------

	Název souboru: 		styles.css
	Popis:				hlavni styl
	Autor:				Petr Urbánek - petr.urbanek@webprogress.cz
	Projekt:			
	
		
	== iNFO ===========================================
	
	Layout width:		px
	
----------------------------------------------------------------------------*/


/******************************************************************
	UNI
*/
body {
background: url(../img/page-bg.gif) #4a0f0f repeat-x;
font-family:arial, tahoma, verdana, sans-serif;
font-weight:normal;
font-size:90%;
color:white;
text-align:center;
line-height:1.0em;
}
html, body { 
height: 100%; 
margin: 0;
padding: 0;
}
form {
padding:0px;
margin:0px;
}
div {
padding:0px;
margin:0px;
}
ol, ul {
margin-top:5px;
text-align:left;
}
table, input, select, textarea {
font-size:100%;
font-family:arial, tahoma, verdana, sans-serif;
}
.left{
float:left;
}
.right{
float:right;
}
.clear {
clear:both;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.justify{
text-align:justify;
}
a:link, a:visited, a:hover {
font-size: 100%;
font-weight:normal;
color: black;
text-decoration: underline;
outline:none;
}
a:hover {
text-decoration:none;
}






/******************************************************************
	SAMOTNA STRANKA
*/

#page{
width:504px;
margin:0px auto 0px;
padding:90px 0px 0px 0px;
}
#page #content{
width:504px;
height:64px;
background: url(../img/content-bg.gif) no-repeat;
margin:20px 0px 30px 0px;
}
#page #content p{
margin:0px;
padding:12px 0px 0px 0px;
line-height:1.4em;
}

#page #button {
width:290px;
height:100px;
background: url(../img/button-bottom-bg.gif) center bottom no-repeat;
margin:0px auto 0px;
}
#page #button a:link,
#page #button a:visited,
#page #button a:hover{
display:block;
width:140px;
height:48px;
float:left;
background: url(../img/button-bg.gif) center top no-repeat;
text-decoration:none;
color:white;
font-size:120%;
line-height:1.1em;
}
#page #button a.first:link,
#page #button a.first:visited,
#page #button a.first:hover{
margin:0px 10px 0px 0px;
}
#page #button a:hover{
background: url(../img/button-bg.gif) center bottom no-repeat;
}
#page #button a:link span,
#page #button a:visited span,
#page #button a:hover span{
display:block;
padding:12px 0px 0px 0px;
}




























