html, body {
	padding: 0;
	margin: 0;
	background: #e6e6e6 url(/gfx/bg.png) repeat-y center;
	color: #606060
}

img {
	border: 0 none
}

hr {
	border: solid #f60;
	border-width: 0 0 1px 0;
	height: 0
}

form {
	display: inline
}
	
#top {
	background: #f60;
	margin: 0 auto;
	width: 800px;
	height: 110px;
	text-align: center
}
	
#container {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 800px
}

#www {
	font-family: "Trebuchet MS", sans-serif;
	color: #fbb78a;
	font-size: 27px;
	position: relative;
	top: -89px;
	left: 10px
}

#content h1 {
	font-size: 22px;
	color: #f60;
	font-family: "Trebuchet MS", sans-serif;
}
#content h1 a, #content h1 a:visited {
	color: #7c9cb5;
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #7c9cb5;
	text-decoration: none
}
#content h1 a:hover {
	border-top: 1px solid #f60
}


#content h2 {
	font-size: 17px;
	color: Gray;
	font-family: "Trebuchet MS", sans-serif
}
#content h2 a, #content h2 a:visited {
	font-size: 15px;
	margin: 5px 0;
	color: Gray;
	font-family: "Trebuchet MS", sans-serif
}
#content h2 a:hover {
	color: #606060
}
#content h3 {
	margin: 0;
	font-size: 16px;
	color: #f60;
	font-family: "Trebuchet MS", sans-serif
}
#content h3 a, #content h3 a:visited {
	font-size: 15px;
	margin: 5px 0;
	color: #f60;
	font-family: "Trebuchet MS", sans-serif
}
#content h3 a:hover {
	text-decoration: none
}

#content h4 {
	margin: 0;
	font-size: 14px;
	color: Gray;
	font-family: "Trebuchet MS", sans-serif
}
#content h4 a, #content h4 a:visited {
	font-size: 14px;
	margin: 5px 0;
	color: Gray;
	font-family: "Trebuchet MS", sans-serif
}
#content h4 a:hover {
	text-decoration: none
}

#content p a, #content p a:visited {
	color: #7c9cb5;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #7c9cb5;
	text-decoration: none
}
#content p a:hover {
	border-top: 1px solid #f60
}

#content p#info {
	color: Gray;
	font-size: 10px;
	background: #edf3f8;
	padding: 10px
}

#content p#linki {
	background: #edf3f8;
	padding: 10px
}
#content p#linki a, #content p#linki a:visited {
	color: Gray;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #7c9cb5;
	text-decoration: none;
	font-weight: lighter
}
#content p#linki a:hover {
	border-top: 0;
	border-bottom: 1px solid Gray;
	color: #f60
}

#content {
	position: relative;
	float: right;
	width: 560px;
	padding: 10px 0 20px 0;
	line-height: 1.4em
}
#content p {
	font-family: Verdana, sans-serif;
	font-size: 11px
}
#content ul li {
	list-style: square;
	color: #606060;
	font-size: 11px;
	font-family: Verdana, sans-serif
}
#content ul li a, #content ul li a:visited {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #606060
}
#content ul li a:hover {
	border-bottom: 1px solid #f60
}

#content ol li {
	list-style: decimal;
	color: #606060;
	font-size: 11px;
	font-family: Verdana, sans-serif
}
#content ol li a, #content ol li a:visited {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #606060
}
#content ol li a:hover {
	border-bottom: 1px solid #f60
}

#menu {
	position: relative;
	float: left;
	width: 180px
}
#menu h3 {
	color: #f0f0f0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
   letter-spacing: 1px;
	margin: 0;
	background: #f60;
	padding: 3px 0 3px 5px
}
#menu ol {
	color: #f60;
	font-size: 10px;
	font-family: Verdana, sans-serif
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#menu li a, #menu li a:visited  {
	display: block;
	border-bottom: 1px solid #e2ecf3;
	padding: 3px 8px 5px 8px;
	height: 100%;
	color: #7c9cb5;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none
}
#menu li a:hover {
	background: #edf3f8;
	color: #f60
}

#footer {
	font-size: 10px;
	color: Gray;
	font-family: Verdana, sans-serif;
	margin: 10em auto 0 auto;
	width: 830px;
	padding: 10px 40px 20px 50px;
	background: #e6e6e6
}
#footer a, #footer a:visited {
	color: Gray;
	text-decoration: none;
	border-bottom: 1px solid #ccc
}
#footer a:hover {
	border-bottom: 1px solid #f60
}
#foot {
	background: url(/gfx/foot.png) no-repeat top; 
	height: 20px
}
	
.submit {
	border: 1px solid #f60;
	color: #f60;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background: #d1dfec url(/gfx/submit.png) repeat-x top;
	padding: 3px;
	width: 170px;
	text-decoration: blink
}
.text {
	border: 1px solid #f60;
	width: 90%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Gray;
	padding: 3px;
	margin-bottom: 1em;
	font-weight: lighter
}
.text1 {
	border: 1px solid #f60;
	width: 40px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Gray;
	padding: 3px;
	font-weight: lighter
}
.text2 {
	border: 1px solid #f60;
	width: 122px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Gray;
	padding: 3px;
	font-weight: lighter
}

textarea {
	border: 1px solid #f60;
	width: 90%;
	height: 300px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Gray;
	padding: 3px
}

label {
	display: block
}

fieldset {
	border: 0 none;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #f60;
	font-weight: bold
}

.reklama {
	text-align: center;
	padding: 7px 0
}

.center {
	text-align: center
}

p#red {color: Red; font-weight: bold; font-size: 11px}
p#green  {color: Green; font-weight: bold; font-size: 11px}