/* CSS style for www.nekurackybar.cz
**************************************************
**************************************************
***                                            *** 
**         created by Innuendo s.r.o.           **
**         updated: 6.3.2010                    **
**         e-mail: bar@innuendo.cz              **
**         website: http://www.nekurackybar.cz  **
***                                            ***                                       
**************************************************
*/

body {
   color:#000;
   background:#fff;
   margin:0;
   padding:0;
   text-align:center;
   font-size: 12px;
   font-family: sans-serif;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    padding-left: 35px;
    color: #d71515;
    background: #fff;
    text-align: right;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #d71515;
    background: #fff;
}
p {
    margin: 5px 0 5px 0;
}
p.visit {
	font-size: 3em;
	font-weight: bold;
	text-align:center;
    margin: 5px 0 5px 0;
}
a {
    color: #d71515;
    background:transparent;
    text-decoration: underline;
}
a:hover, a.selected {
	color: #fff;
    background: #d71515;
    text-decoration: none;
}
div#content {
   width:850px; 
   color:#000;
   background: #fff;
   margin:auto;
   padding:0;
   position:relative; 
   text-align:left; 
}
div#logo {
   float:left;
   margin:5x 0 5px 20px;
}
a img {
    border: 1px solid #d71515;
}
.red {
    color: #d71515;
}
