body {
	margin: 0px 0;
	padding: 0; /*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	*/
	font: normal 12px Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #000000;
	background: url(grafika/bgroundgytobk.png) repeat fixed center;
}

#header {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(grafika/headerwhrdgy.png);
}

#content {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	/*background:#000000;
	*/
}

#left {
	width: 380px;
	height: 350px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin: auto;
	float: left;
	text-align: right;
	color: Red;
}

#right {
	width: 340px;
	height: 350px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: auto;
	float: right;	
	margin-left: auto;
	float:right;
	color: White;
}

#footer {
	width: 800px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 0px;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}

#right a{
	color: grey;
	text-decoration: none;
}

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

a {
  color:Red;
  text-decoration: none;
}

a:hover {
  color: Red;
  text-decoration: underline;
}

img{
	border: 0px;
	border-color: Transparent;
}

table {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: transparent transparent transparent transparent;
	background-color: transparent;	
}

table th {
	border-width: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: White White White White;
	background-color: transparent;
}

table td {
	border-width: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: White White White White;
	background-color: transparent;
}
