/* LAYOUT  */
html, body {
    margin:0px;
    padding:0px;
}

div.container {
    margin-left:auto;
    margin-right:auto;
    width:1091px;
    position: relative;
}

div.main {
    float:left;
    vertical-align:top;
}

div.main #baner {
    height: 486px;
    width: 185px;
    position: relative;
    top: -23px;
}

div #left {
    height: 486px;
    width: 185px;
}

div.content {
	text-align:center;
	position: absolute;
    top: 104px;
    left: 190px;
    width: 680px;
    height: 400px;
	overflow-x:hidden;
	overflow-y:auto;
    padding: 0px 20px;
}
div.errorSummary ul{
	color:red;
}
object {
	outline:none;
}
/* web style  */
#menu{
	text-align:center;
}
a:link {
	color: #7A8B91;
	text-decoration:underline;
}
a:visited {
	color: #7A8B91;
	text-decoration:underline;
}
a:hover {
	color: #1B3C89;
	text-decoration:underline;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A8B91;
	font-size: 12px;
	font-weight: bold;
	text-align:justify;
}
p, td, div, span.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A8B91;
	font-size: 12px;
	text-align:justify;
}

p.naglowek {
	font-size: 14px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

td {
	border: 1px solid #7A8B91;
	text-align:center;
}
td.noborder{
    border: none;
}

td.opis {
	font-size: 10px;
	text-align: left;
}
span.form {
	text-align:right;
	width: 49%;
	float:left;
	margin-top:10px;
}
span.form img{
	border: none;
}
span.big {
	text-align:left;
	width:100%
}
span.center {
	text-align:center;
}
label{
	margin-right:5px;
}
label.error{
	color:#ff0000;
}
input.error{
	border: 1px solid red;
}
legend {
	color:#45C0D1;
	font-size:15px;
	font-weight:bold
}
fieldset {
	color:#45C0D1;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	border:#45C0D1 1px solid;
	padding-bottom:10px;
}
legend.small {
	font-size:12px;
	color:#9CB3BA;

}
fieldset.small {
	border:none;
	padding-bottom:0px;
}
table.windsurfing {
	width: 100%;
}
table.windsurfing td {
	padding: 0 5px;
}
div#button{
	text-align: center;
}
td.download_l{
	width: 50%;
	border-right: none;
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
}
td.download_c{
	width: 30%;
	border-left: none;
	border-right: none;
	font-size: smaller;
}
td.download_r{
	border-left: none;
}
td.download_r img{
	border: none;
}
div.newsContainer {
	display: inline-block;
	float: left;
	width: 72%;
}
div.newsHeader {
	height: 35px;
	background-image: url('/assets/grafika/news/strzalka.jpg');
	background-repeat: no-repeat;
	width: 230px;
}
div.newsDate {
	padding-left: 55px;
	padding-top: 15px;
}
div.newsContent {
	margin-top: 5px;
	margin-bottom: 20px;
}
div.newsPictures {
	text-align: center;
	display: inline-block;
	float: left;
	width: 25%;
}
div.newsPictures img{
	padding: 5px;
	border: 1px solid #7A8B91;
}
div.newsPictures img:hover{
	border: 1px solid #e01296;
}
div.confirmation {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
