a:focus 
{ 
outline:none; 
}  

* {
margin: 0;
}

html {
height: 100%;
}

body {
	height: 100%;
	margin:0px;
	background-image:url(graphic/background.jpg);
	background-position:center 55px;
	background-repeat:no-repeat;	
}

#cookies_note {
	font-size:12px;
	font-family:arial;
	color:white;
	padding:5px 5% 0px 5%;
	height:50px;
	line-height: 14px;
	background-color: #4a5976;
}

.by_vertige {
	opacity:0.7;
}

.by_vertige:visited {
	opacity:0.7;
}

.by_vertige:hover {
	opacity:1;
}

.graphic_link {
	opacity:1;
	border:0px;
}

.graphic_link:visited {
	opacity:1;
}

.graphic_link:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.text_link {
	color:#9fa3b3;
	text-decoration:underline;
}

.text_link:visited {
	color:#9fa3b3;
}

.text_link:hover {
	color:#9fa3b3;
	font-weight:bold;
}

.wiecej {
	clear:both;
	display:block;
	width:80px;
	height:20px;
	opacity:1;
	float:right;
	margin-top:10px;
	border:0px;
}

.wiecej:visited {
	opacity:1;
}

.wiecej:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.header {
	color:#9fa3b3;
	font-family:tahoma;
	font-size:13pt;
	padding-top:40px;
}

.footer {
	color:#637444;
	font-family:tahoma;
	font-size:10pt;
	padding-left:38px;
	padding-top:38px;
}

.left_text {
	clear:both;
	width:225px;
	padding-left:45px;
	margin-left:40px;
	margin-top:30px;
	background-image:url(graphic/squares.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#9fa3b3;
	font-family:tahoma;
	font-size:9pt;
	line-height:150%;
}

.right_text {
	clear:both;
	width:425px;
	padding-left:45px;
	margin-left:40px;
	margin-top:30px;
	background-image:url(graphic/squares.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#9fa3b3;
	font-family:tahoma;
	font-size:9pt;
	line-height:150%;
}

.right_text-form {
	clear:both;
	width:425px;
	padding-left:45px;
	margin-left:40px;
	margin-top:12px;
	background-image:url(graphic/squares.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	color:#9fa3b3;
	font-family:tahoma;
	font-size:9pt;
	vertical-align:top;
}

.form-title {
	display:block;
	float:left;
	padding-top:7px;
	width:150px;
	margin-right:10px;
	font-size:9pt;
	font-family:tahoma;
	color:#9fa3b3;
}

.form-input {
	width:240px;
	border-width:1px;
	border-style:solid;
	border-color:#cdd0d9;
	color:black;
	font-family:tahoma;
	font-size:9pt;
	min-height:24px;
	vertical-align:middle;
}

.form-spacer {
	clear:both;
	float:left;
	display:block;
	width:160px;
	height:10px;
	margin:0px;
	margin-top:12px;
}

.form-reset {
	float:left;
	width:123px;
	margin:0px;
	margin-top:12px;
	background-color:#b9da7f;
	border-width:0px;
	text-align:center;
	color:#627444;
	font-family:tahoma;
	font-size:9pt;
	
}

.form-submit {
	float:left;
	width:123px;
	margin:0px;
	margin-top:12px;
	background-color:#495879;
	border-width:0px;
	text-align:center;
	color:#d4d9dd;
	font-family:tahoma;
	font-size:9pt;
}