/* CSS Document */
body
{
margin:0;
padding:0;
background:#ffffff;
text-align:center;
font-family: Verdana, 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
}

#hlavicka
{
padding: 5px;
border: 0px solid #9400D3;
background: #9400D3;
text-align:center;
font-weight: bold; 
font-size: 45px;
color: #FFF5A0;
}

#obsah
{
width: 950px;
margin:1em auto;
border: 0px solid #9400D3;
text-align:left;
background: #FFF5A0;
font-size: 12px;
color: #9400D3;

}

#levypanel
{
float: left;
width: 250px;
margin:0;
padding:0;
}

#levypanel-obsah
{
margin:0;
padding: 0.5em 1em;
}

#hlavnipanel
{
margin:0 0 0 250px;
padding:0;
}

#hlavnipanel-obsah
{
margin:0;
padding: 0.5em 1em;

}

#paticka
{
padding: 5px;
border-top: 0px solid #9400D3;
background: #9400D3;
text-align:center;
color: #FFF5A0;
}

hr.cleaner
{
clear:both;
display: none
}

/* druhá část */

.box {
	position:relative;
	width:950px;
	height:auto;
	margin:10px;
	padding:.5em;
	font-size:.8em;
	color:#000;
	background:#9400D3;
	border-top:10px solid #9400D3;
	border-bottom:10px solid #9400D3;
	border-left:10px solid #9400D3;
	border-right:10px solid #9400D3;
	text-align:center;
}

.tl, .tr, .dl, .dr {
	position:absolute;
}

.tl, .tr {
	top:-10px;
}

.dl, .dr {
	bottom:-10px;
}

.tl {
	left:-10px;
	background:url('images/circle.gif') left top no-repeat #fff;
}

.tr {
	right:-10px;
	background:url('images/circle.gif') right top no-repeat #fff;
}

.dl {
	left:-10px;
	background:url('images/circle.gif') left bottom no-repeat #fff;
}

.dr {
	right:-10px;
	background:url('images/circle.gif') right bottom no-repeat #fff;
}

.tl, .tr, .dl, .dr {
	width:10px;
	height:10px;
	font-size:0px;
}


/* moje vlastní */

h1 {
	font-size:20px;
  color: #9400D3;
    }
    
h2 {
	font-size:16px;
  color: #9400D3;
    }
    
.td_ram {
  border-width: 2px;
  border-style: solid; 
  border-color: #9400D3;
  text-align: center;
  }
  
.menu_link a {
  font-weight: bold; 
  color: #9400D3;
  text-decoration: none;
} 

.menu_link a:hover {
  font-weight: bold; 
  color: #FFF5A0;
  text-decoration: underline;
}

.paticka_link a {
  font-weight: bold; 
  color: #FFF5A0;
  text-decoration: underline;
} 

/*.menu_link a:visited {
  font-weight: bold; 
  color: #9400D3;
  text-decoration: none;
}
 */ 

