.smaller { font-size:smaller }

.right { text-align:right }
.center { text-align:center }

.skrt { text-decoration: line-through; }

dt {font-weight: bold;}
dd{margin-bottom: 0.5em;}
li { margin-top:0.5em; margin-bottom:0.5em }
q, cite { font-style:italic }
abbr, acronym {
	border-bottom: 1px dotted inherit;
	cursor:help;
	}
	
.hidden, hr, #statistiky { display:none }

body, input, select, textarea {
	font-family: Verdana,"Geneva CE",sans-serif;
	}
body {
	margin:0; padding:95px 1.5em 1em 200px;
	background:white ;
	/*background: url(img/lion.gif) no-repeat 20px 20px;*/
	}
h1, h2, h3, h4, p {
	margin:0.5em 0;
	}

h1 { font-size:200% }
h2 { font-size:150% }
h3 { font-size:130% }
h4 { font-size:110% }

code, pre { font-size:1em; font-family: monospace }

blockquote {
	margin-left:0; padding-left:1.5em;
	border-left:1px solid #AB6400;
	font-style: italic;
	}
blockquote em { font-style:normal }

img { vertical-align:middle }
img.imgleft { float:left; margin:0 1em 0.5em 0; }

.hidden, hr, #statistiky { display:none }

form { margin:0; padding:0 }

fieldset {
	margin:1em auto;
	padding: 0.5em 1em 1em;
	border:1px solid #AB6400;
	}
fieldset label {
	float:left;
	width:20%;
	text-align:right;
	margin-right:0.5em;
	}
input, select, textarea { font-size:100% }
input, select { vertical-align:middle }

/* LINKS */

a:link { color: #036; }
a:visited { color:#300; }
a:hover { color:black; }

.item:hover a:link { color:#03c }
.item:hover a:visited { color:#900 }
.item:hover a:hover { color:black }

.itembody a[href^='http:'] {
	padding-right:9px;
	background-image:url(img/link-out.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
.item a[href^='mailto:'] {
	padding-right:10px;
	background-image:url(img/link-mail.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
a img { border:none }

/* PARTS */

#header {
	position: absolute; top:15px; left:220px; z-index:10;
	margin:0; padding:0;
	font-size:1em;
	width:605px; height:40px;
	}
	
#header a span 
{
 color : #f60;
 font-weight : bold;
 font-size : 200%;
 margin-bottom: 0px;
}


#header a {
	display:block;
	margin:0; padding:0;
	width:100%; height:100%;
	}
#header a:hover { background:transparent !important }


#content {
	margin:0; padding:0;
	min-width:30em;
	max-width:60em;
	font-size:90%;
	line-height:1.4;
	color: black;
	}
#title {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 175%;
	text-align: right;
	color: black;
	border-bottom: 1px solid white;
	}

.item {
	margin:1em 0; padding: 0;
	}
.item h2, .item h3, .item h4 { color:black }

.item h2+p:first-letter {
	font-size:275%;
	float:left;
	margin: -0.2em 0.1em 0 0;
	/*font-weight:bold;*/
	}
.item h3+p.noini:first-letter {
	font-size:100%;
	float:none;
	margin: 0;
	}

.itemgrouptitle {
	margin: 1em 0 0.5em 0; padding:0;
	font-size: 175%;
	line-height:1.1;
	font-weight: bold;
	color: black;
	}


.item .desc {
	color:#000;
	}
.itembody { margin:0; padding:0 }

.item .comment {
	margin:1em 0 0 0;
	padding: 0.7em 0;
	border-top: 1px solid #D97E00;
	font-size: 100%;
	}
.item .comment h4 {
	font-size: 100%;
	color:inherit;
	margin-bottom:1em;
	}

/* left column */

#column {
	position: absolute; top:80px; left:20px; z-index:1;
	margin:0; padding:0;
	width:140px;
	font-size:80%;
	line-height: 1.1;
	overflow:hidden;
	}
#menu {
	margin:0; padding:0;
	}
#menu a {
	display: block;
	margin: 0;
	padding: 0.2em 0 0.1em 0.5em;
	text-decoration: none;
	border-bottom: 1px solid #f60;
	color: #333;
}
#menu a.menupad { margin-top: 1em;  }

#menu a.menustyle {
	position:absolute; top:70px; left:1em;
	}
#menu:hover a { color: #804A00; }
#menu a:hover { color:black }
#menusearch {
	margin:1em 0; padding:0.5em 0.2em;
	color:white;
	background:#f60;
	}
#menusearch input, #menusearch select { font-size:70% }

#lastupdate {
	position:absolute; top:1em; right:2em;
	display:inline;
	margin:0; padding:0;
	font-size:70%;
	color:black;
	}
	
.productlist { font-weight:bold;  }
.box
{
	border-color: #ff6302;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background-color: silver;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;;
}
