/* COMMON STYLES */

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font: 75%/1.4 Arial, sans-serif;
	text-align: center;
	background-repeat: repeat-y;
	background-position: top center;
	background-image : url('img/body_img.png');
	background-color : #e6e6e6;
}
img {
        border: 0px;
        margin: 0px; 
        padding: 0px; 
}
form {
        border: 0px;
        margin: 0px;
        padding: 0px;
}
input, select, textarea {
        margin: 0px;
        padding: 0px 0px 0px 1px;
        font-family:Verdana;
        color:black;
        font-size:10px;
}

/* DEFAULT ENGINE */
#screen {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	height: 100%;
}
.content {
	width: 100%;
	height: 100%;
        margin: 0px;
	padding: 50px 0 0 0;
	background-color: #323200;
}
.order_span {
        display: inline-block;
        padding-right:10px;
        width: 400px;
        text-align: right;
	vertical-align:top;
}
.box-clear {
	margin: 40px 10px 40px 10px;
	padding: 20px;
	color: #c0b6a8;
	font-family: "Palatino linotype","book antiqua",palatino,serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	white-space:normal;
	background-color: #323200;
        border: 1px solid #666633;
        border-radius: 5px;
}
.box-clear h1 {
	color: #c0b6a8;
	font-family: "Palatino linotype","book antiqua",palatino,serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
	white-space:normal;	
	margin:0 0 5px 0;
	padding:0px;
}
.box-clear h2 {
	color: #c0b6a8;
	font-family: "Palatino linotype","book antiqua",palatino,serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	white-space:normal;
	margin:0px;
	padding:0px;
}

.box-clear a {font-weight: bold; text-decoration: underline; color:#c0b6a8;}
.box-clear a:visited { text-decoration: underline; color:#c0b6a8;}
.box-clear a:hover { text-decoration: underline; color:#c0b6a8;}
.box-clear a:active { text-decoration: underline; color:#c0b6a8;}

/* HYPERLINK */
.hlink {
	padding: 30px;
	margin: 0px;
	text-align: right;
	color: #cccccc;
	background-color: black;
        font-family: Courier New;
        font-size: 1.1em;
        font-weight: bold;
        font-style: italic;
}
.hlink a {text-decoration: none; color:#c0b6a8;}
.hlink a:visited {text-decoration: none; color:#c0b6a8;}
.hlink a:hover {text-decoration: none; color:#c0b6a8;}
.hlink a:active {text-decoration: none; color:#c0b6a8;}

.input_thin_zapis {height:20px; width:40px; margin:0px; padding:0px; font-size:10px; line-height:10px; font-weight:400; font-family:Verdana; }
.input_thin_verylong {height:20px; width:70px; margin:0px; padding:0px; font-size:10px; line-height:10px; font-weight:400; font-family:Verdana; }