
    * {
    margin: 0 auto;
    }
	
	html {
    font-size: 10px;
	font-family: sans-serif;
	}
	
    body {
	background: #FFFFFF url(body_bg4_.jpg) no-repeat center 0;
	background-size: cover;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    }

    .wrapper {
	/*background-color: #FF0000;*/
	background-color: #FFFFFF;
	border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(186, 186, 186, 1);
	opacity: 0.9;
	min-height: 90%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
    margin: 20px auto;
	max-width: 980px;
	}
	.header_top {
	/*background-color: #0000FF;
	margin: 10px;*/
	min-height: 40px;
    }
	.header_left{
	/*background-color: #0000FF;*/
	padding:10px;
	float: left;
    }
	.header_right {
	/*background-color: #0000FF;*/
	padding:10px;
	float: right;
	}
	.header {
	background: #FFFFFF url(logo_ko_www_200x69.png) no-repeat center 0;
	min-height: 187px;
	margin: 0 0 10px 0;
    }
	.logo {
	background: #FFFFFF url(logo.jpg) no-repeat center 0;
	min-height: 187px;
	margin: 10px 0;
    }
	.title {
	margin: 10px 0;
    }
	.title  h1 {
    color: #0086ce;
    display: block;
    font-size: 25px;
    margin: 0;
    padding: 40px;
    right: 20px;
    text-align: center;
    text-shadow: 2px 6px 8px #969696;
	}
	.nav {
	background-color: #888888;
	margin: 10px 0;
    }
	.content {
	/*background-color: #66FFCC;
	font-size: 10pt;
	color: #4e4e4e;*/
	padding:10px;
	margin: 10px;
	text-align: center;
    }

	#button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(-90deg, #448ccb, #003471) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -ms-linear-gradient(-90deg, #448ccb, #003471) repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 16px;
	padding: 0 10px;
    line-height: 25px;
	margin: 20px 0;
	}
    .footer	{
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(-90deg, #448ccb, #003471) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -ms-linear-gradient(-90deg, #448ccb, #003471) repeat scroll 0 0;
    clear:both; 
    width: 100%;
    height: 100px;
    /*bottom: 0;*/
    position: absolute;
    }
	.footer_area {
	max-width: 980px;
    margin: 0 auto;
	font-size: 12px;
	color: #ffffff;
    }
	.footer_left{
	/*background-color: #0000FF;*/
	padding: 20px 10px 10px 10px;
	float: left;
    }
	.footer_right{
	/*background-color: #0000FF;*/
	padding: 70px 10px 10px 10px;
	float: right;
    }
	.print {
	font-family: HelveticaNeue,Arial,sans-serif;
	font-size: 12px;
    line-height: 1.4;
	background-color: #FFFFFF;
    padding: 0 0px;
    margin: 0px auto;
	max-width: 980px;
	}
	#blad {
	background: #FFFFFF;
	/*background: #5c2b3a;*/
	color:		#CC0000;
	border: 1px dashed #8b1f29;
	margin: 20px;
	padding: 10px;
	text-align: left;
}
	#blad p{
		padding: 0px;
		margin: 0px;
	}

	#sukces {
		/*background: #346130;	*/
		background: #FFFFFF;
		color:		#346130;
		border: 1px dashed #399d0c;
		margin: 20px;
		padding: 10px;
	}

	#sukces p{
		padding: 0px;
		margin: 0px;
	}

	.red {
		color: #8b1f29;
	}
	
	.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}
	.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
	}
	label {
    display: inline-block;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    max-width: 100%;
	font-size: 12px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
	font-size: 12px;
    vertical-align: top;
	border-collapse: collapse;
	}
	.table-hover > tbody > tr:hover > td,
	.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
	}
	/*
	.table-bordered th,.table-bordered td{
	border:1px solid #ddd!important;
	border-collapse: collapse;
	}
	*/
	.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
	}
	
	hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
	}