@charset "UTF-8";
/* First, some basic resets, body styles, etc. */
html, body, div, span, fieldset, form, label, legend
{border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
body {
	font: 100% Verdana, Geneva, sans-serif;
	background: url(/phpwww/images/pwbody.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

 #container {
	max-width: 780px;
  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFDFAD repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #600;
	text-align: left;
}

#header {
	padding: 0;
	margin: 0px;
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	display: none;
	font: 0.8px Verdana, Geneva, sans-serif;
}
#navcontainer
{
	margin: 0px;
	padding: 0 0 0 1em;
	height: 20px;
	width: 764px;
	background: #AA0E36;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}
.h3info {
	font-size: 0.9em;
	font-style: oblique;
	font-weight: lighter;
	color: #600;
}

#navcontainer ul li a
{
	background: #AA0E36;
	width: 48px;
	height: 18px;
	padding: 0 0 0 0.1em;
	margin: 0 0 3px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/20px Verdana, Geneva, sans-serif;
	border-top: 1px solid #AA0E36;
	border-bottom: 1px solid #AA0E36;
	border-left: 1px solid #AA0E36;
}
a {
	color: #DD1C49;
}
a:link {
	color: #DC1745;
}
a:visited {
	color: #900;
}
a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	color: #FFF;
	background: #FB1A2D;
}

#navcontainer a:active
{
	background: #FF9500;
	color: #fff;
}

#navcontainer li#active a
{
	background: #FCAA29;
	color: #fff;
	border: 1px solid #AA0E36;
}

#mainContent {
	background: #FFDFAD;
	padding: 20px 20px 0px;
	max-width: 740px;

}

#koodi {
	background: #FBE8CA repeat;
	font: 100% Verdana, Geneva, sans-serif;
	width: 740px;
	position: relative;
	padding: 0px 20px;
	margin-right: -20px;
}
#koodi h2 {
	font-size: 1.2em;
	color: #600;
}

#mainContent h2 {
	font: 1.3em Verdana, Geneva, sans-serif;
	color: #600;
	text-align: center;
}
#mainContent h3 {
	font: 1.1em Verdana, Geneva, sans-serif;
	color: #600;
	padding-left: 10px;
}
#mainContent p  {
	font: 0.9em Verdana, Geneva, sans-serif;
	text-align: justify;
	text-indent: 2em;
	color: #600;
}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/phpwww/images/footer.jpg) no-repeat;
}
#mainContent ul li {
	font: 0.8em Verdana, Geneva, sans-serif;
	color: #600;
	list-style: none;
}

.intro {
	text-align: center;
}

h4 {
	font: 1em Verdana, Geneva, sans-serif;
	color: #600;
}
.padding_left {
	padding-left: 20px;
}
#links {
	float: right;
	width: 330px;
	border: 1px solid #600;
	padding-left: 10px;
	margin: 0px;
}
#none {
	list-style: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFBD4A;
	text-align: center;
	font: 0.8em Verdana, Geneva, sans-serif;
}
.footer_img {
	border-width: 0px;
	padding-top: 8px;
}
.orange {
	color: #F96;
}
.phpkoodi {
	font-weight: bold;
	color: #F00;
}
.koodi {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

p span {
	color: #999;
}
h2 span {
	font-weight: bold;
	color: #D0123D;
	font-style: italic;
}
#container #mainContent table {
	color: #9E0C23;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border: 2px solid #600;
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent #handle {
	text-align: center;
}
