/*
Copyright 2010, JT WebDesign Studio - http://www.jtwds.cz
*/



@media screen { /* MEDIA-SCREEN START */


/* Elements */

html, body {
	background: #ffffff url(../images/pozadi.gif) no-repeat fixed center;
	height: 100%;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, th, td, ul, ol {
	font: 8.5pt Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 130%;
	color: #515151;
}

h1, h2, h3, h4, h5, h6, tr, th, td, fieldset, legend, label, img, form {
	padding: 0; margin: 0;
	border: none;
}

a {
	text-decoration: none;
	color: #515151;
}

a:hover {
	text-decoration: underline;
	color: #515151;
}

h1 {
	background: url(../images/logo.png) no-repeat center;
	margin-bottom: 20px;
	height: 60px;
}

h1 span {
	visibility: hidden;
}

h2 {
	font: bold 11pt Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #d04f10;
	margin-top: 30px;
}

h2 a {
	color: #d04f10;
}

h2 a:hover {
	color: #d04f10;
}

p, ul, ol, th, td {
	text-align: justify;
}


/* Classes */

.colgroup-2 .col-1 {
	float: left;
	width: 445px;
	margin-right: 30px;
	overflow: hidden;
}

.colgroup-2 .col-2 {
	float: left;
	width: 445px;
	overflow: hidden;
}

.fix {
	background-color: transparent;
	font: 1px/1px sans-serif;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}


/* ID's */

#case {
	text-align: center;
	height: 100%;
}

#case-in {
	position: relative;
	text-align: left;
	width: 920px;
	height: 330px;
	top: 50%;
	margin: auto;
	margin-top: -165px;
}


} /* MEDIA-SCREEN END */



@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	margin: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

p, ul, ol, th, td {
	text-align: justify;
}


} /* MEDIA-PRINT END */