@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #8e8e8e;
	background-color: #303030;
	cursor: default;
}

img {
	border: 0px;
}


#contener {
	width: 920px;
	margin: auto;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
}

#content {
	background-image: url('images/content.gif');
	background-repeat: no-repeat;
	margin: 0px;
	width: 920px;
	font-size: 11px;
	line-height: 16px;
	background-color: #303030;
}


#stopka {
	height: 98px;
	font-size: 10px;
	background-image: url('images/stopka.gif');
	background-repeat: no-repeat;
	color: #d0d0d0;
	line-height: 16px;
}


/* Globale */

h1 {
	font-size: 17px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", sans-serif, verdana;
	color: #e0e0e0;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	color: #cacaca;
	font-weight: bold;
}

td{
	font-size: 11px;
}

/* Linki */

.smenu:active, .smenu:focus, .smenu:link, .smenu:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

.smenu:hover {
	color: #9ec777;
	border-bottom: 1px dotted #e0e0e0;
}

a:active, a:focus, a:link, a:visited {
	color: #cacaca;
	text-decoration: none;
}

a:hover {
	color: #fefefe;
	text-decoration: underline;
}

/* Formularze */

.form_01 {
	font-size: 11px;
	color: #606060;
	background-color: #fafafa;
	border: 1px solid #73acf3;
	font-family: Verdana, Arial, Helvetica;
	padding: 2px;
	margin: 2px;
}
