@media screen,projection {
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Definition */	
	body {
		background: #fff url('./images/back.jpg') repeat-y center center;
		font-family: Tahoma, Geneva, sans-serif;
		color: #231f20;
		font-size: 12px;
		text-align: center;
	}
	
	img {
		border: none;
	}
	
	a {
		color: #231f20;
		text-decoration: underline;
	}
	
	a:hover {
		color: #696a6d;	
	}
	
	a:visited {
		color: #231f20;	
	}
	
	a:visited:hover {
		color: #696a6d;
	}
	
	h1 {
		display: none;
	}
	
	ul {
		margin: 0 0 20px 30px;
	}
	
	ul li {
		margin-bottom: 5px;
	}
	
	ul li.nd {
		list-style: none;
		margin-top: 20px;
	}
	
	#container {
		width: 930px;
		margin: 0 auto;
		text-align: left;
	}
	
	#inside {
		padding: 0 0 0 50px;
		margin-left: 10px;
	}
	
	#header {
		width: 980px;
	}
	
	#header #logo {
		position: absolute;
		margin-left: 490px;
		top: 45px;
	}
	
	#header #lang {
		position: absolute;
		top: 40px;
		margin-left: 22px;
		font-size: 14px;
	}
	
	#header #lang a {
		text-decoration: none;
		color: #696a6d;
	}
	
	#content {
		width: 585px;
		float: left;
		margin-top: 175px;
		padding: 0 59px 45px 0;
		border-right: 1px dotted #5f9e45;
		min-height: 700px;
	}
	
	#content p {
		padding-bottom: 20px;
		line-height: 1.82em;
	}
	
	#content .i {
		font-size: 1.4em;
		font-family: 'Gill Sans MT', Tahoma, Geneva, sans-serif;
		color: #969695;
	}
	
	#slogan {
		margin-bottom: 10px;
		font-size: 14px;
		text-align: right;
	}
	
	#slogan a {
		text-decoration: none;
		color: #696a6d;
	}
	
	#nonverblaster, #mainpic, #linepic {
		float: right;
	}
	
	#linepic {
		margin-bottom: 15px;
	}
	
	#slogan2 {
		clear: both;
		color: #696a6d;
		font-size: 20px;
		padding: 25px 10px 0 0;
		text-align: right;
	}
	
	#slogan2 span {
		color: #231f20;
	}
	
	#content #text {
		width: 440px;
		margin-left: 18px;
		text-align: justify;
		font-size: 14px;
		line-height: 23px;
	}
	
	#content .text {
		width: 440px;
		margin: 0 0 20px 18px;
		text-align: justify;
		font-size: 14px;
		line-height: 23px;
	}
	
	h2 {
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 35px 0 15px 18px;
	}
	
	#map_canvas img {
		background: transparent;
	}
	
	#menu {
		width: 195px;
		float: left;
	}
	
	#menu ul {
		list-style: none;
		margin: 202px 0 0 0;
	}
	
	#menu ul li {
		list-style: none;
	}
	
	#menu ul li a {
		font-size: 14px;
		text-decoration: none;
		display: block;
		padding: 0 0 13px 27px;
	}
	
	#menu ul li.active a {
		color: #696a6d;
	}
	
	h3 {
		margin: 33px 0 0 25px;
		font-weight: normal;
	}
	
	.box {
		margin: 10px 0 0 20px;
		border: 1px solid #bed7b3;
		padding: 5px;
		font-size: 11px;
		line-height: 13px;
	}
	
	.box span {
		color: #696a6d;
		font-size: 10px;
	}
	
	.box .mt {
		margin-top: 10px;
	}
	
	.box a {
		text-decoration: none;
	}
	
	#menu input {
		border: 1px solid #bed7b3;
		margin: 10px 0 0 20px;
		font-size: 11px;
		padding: 3px;
		width: 166px;
	}
	
	button {
		background: none;
		font-size: 11px;
		border: 0;
		margin: 5px 0 0 20px;
	}
	
	#footer {
		clear: both;
		padding: 25px 0 75px 0;
		font-size: 11px;
	}
	
	#footer a {
		text-decoration: none;
	}
	
	
	#footer .left {
		float: left;
		width: 255px;
		padding: 10px 0 0 0;
		margin-left: 15px;
		border-top: 1px dotted #5f9e45;
		text-align: right;
	}
	
	#footer .left span {
		float: left;
	}
	
	#footer .right {
		float: left;
		width: 250px;
		padding: 10px 0 0 0;
		margin-left: 280px;
	}
	
	#footer .right  a {
		margin-left: 7px;
	}
	
	#footer .right img {
		vertical-align: text-top;
	}
	
	#footer .right .if {
		margin-left: 50px;
	}
	
	
	/* Form style */
	.myform {
		width: 490px;
		padding: 20px;
	}
	
	#stylized {
		margin-bottom: 20px;
	}
	
	#stylized h2 {
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 8px;
	}
	
	#stylized p {
		margin-top: 20px;
	}
	
	#stylized label {
		text-align: right;
		width: 100px;
		display: block;
		float: left;
	}
	
	#stylized input, #stylized textarea {
		padding: 4px 2px;
		border: solid 1px #242624;
		width: 200px;
		margin: 2px 0 20px 10px;
	}
	
	#stylized .submit{
		clear: both;
		width: 225px;
		height: 31px;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
	}
	
	.lh {
		float: left;
		width: 50%;
	}
	
	.clear {
		clear: both;
	}
	
	.center {
		text-align: center;
	}
	
	hr {
		color: #000;
		border: 0 none;
		border-top: 1px solid #000;
		height: 1px;
		margin-bottom: 20px;
	}
	
	#content img.two {
		float: left;
		margin: 0 0 20px 20px;
	}
	
	#content img.nm {
		margin-left: 0;
	}
}

@media print {
	body {
		background: white;
		font-size: 12pt;
	}
	
	img {
		border: none;
	}
	
	#menu, #footer .right, #header {
		display: none;
	}
	
	#container {
		width: auto;
		margin: 0 5%; 
		padding: 0; 
		border: 0;
		float: none !important;
		color: black; 
		background: transparent;
	}
	
	div#footer {
		width: auto;
   		margin-top: 1em;
   		padding-top: 1em;
   		border-top: 1px solid #930;
   	}
   	
	a:link, a:visited {
		color: #520;
		background: transparent;
 		font-weight: bold;
		text-decoration: underline;
	}
	
	#page a:link:after, #page a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	#inside a[href^="/"]:after {
		content: " (http://www.idvideo.cz/" attr(href) ") ";
	}
}
