/*
 * default.css
 * jan mikulovsky
 */

html, body {
	height: 100%;
}

span.hv {
	color:red;
}	
fieldset {
	border: 1px solid #cecece;
	padding: 10px;
	text-align:left;

}
textarea {
    margin:0;
    padding:0;
}
.error {
    border: 1px solid red;
    background: #ff9999;
    padding : 10px;
}
.noerror {
    border: 1px solid black;
    background: rgb(117,197,240);
    padding : 10px;
}
body {
	font-family: Verdana, Geneva, lucida, sans-serif;
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
/*	font-size: x-small;*/
	font-size: 90%;
	text-align: center;
	min-width: 700px;
}
html>body {
	font-size: small;
}


/* layout */
#main {
	width: 700px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: url("../pictures/main.gif") repeat-y;
}
#inback {
	background: url("../pictures/znacka.gif") no-repeat left bottom;
}
#menu {
	margin :0;
	padding : 0;
	width: 211px;
	min-height: 200px;
	float: left;
	overflow: hidden;
	

}
#menu h4 {

	margin : 15px 0 5px 0;
	background: url("../pictures/podmenu.gif") no-repeat left bottom;
	height : 18px;
	color : #e77919;
	padding-left : 20px;
	font-size : 15px;
/*	background-color : #c0c0c0;*/
}
#menu span {
	line-height : 1.7;
	display :  block;
	padding-left :10px;
	margin-left : 20px;
	background: url("../pictures/kruzok.gif") no-repeat left;
	font-weight : bold;
	color : #c0c0c0;
	text-decoration : none;
}
#menu a {
	line-height : 1.7;
	display :  block;
	padding-left :10px;
	margin-left : 20px;
	background: url("../pictures/sipka1.gif") no-repeat left;
	font-weight : bold;
	color : #496793;
	text-decoration : none;
}
#menu a:hover {
	line-height : 1.7;
	color : #000;
	text-decoration : underline;
}
	
#content {
	padding: 15px 20px 15px 10px;
	min-height: 350px;
	margin-left: 230px;
	line-height: 1.5;
	color: #595959;
	font-size : 90%;
}
#content input {
#	margin-left : -230px;
}
#content textarea{
    #margin-left: -230px;
}
#content h3 {
	margin : 0;
	padding : 0;
	color : #496793;
	
}
#content a {
	text-decoration : underline;
	color : #496793;
}
#content a:hover {
	text-decoration : none;
	color : #e77919;
}

IMG.oram {
	border : 1px solid #000;
}
#top {
	height: 20px;
	background: url("../pictures/top.gif") no-repeat;
/*	clear: both;*/
}
#foot {
	height: 20px;
	background: url("../pictures/foot.gif") no-repeat;
	clear: both;
}

h1, h1 span {
	width: 700px;
	height: 98px;
	font-size: 130%;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
h1 span {
	position: absolute;
	display: block;
	background: url("../pictures/logo_anna.gif") no-repeat;
/*	background-color :#496793;*/
	z-index: 1;
/*	cursor: pointer;*/
/*	cursor:  hand;*/
}
IMG.pohladnica {
	margin-left : 60px;
}
SPAN.imgr{
	float:right;
	margin : 5px;
}
SPAN.imgr img {
	border : 1px solid #000;
	display :  block;
	margin-top : 12px;
}
SPAN.imgr2{
	margin : 5px;
}
SPAN.imgr2 img {
	border : 1px solid #000;
	margin-top : 10px;
}
#autor {
	width: 700px;
	margin: 0px auto 30px auto;
	text-align: right;
	font-size : 9px;
	color: #707070;
}
#autor a {
	text-decoration :underline;
	color :#595959;
}
#autor a:hover {
	text-decoration : none;
	color : #c0c0c0;
}
B.blue {
	color : #496793;
}
B.orange {
	color : #e77919;
	font-size : 110%;
}


