body {
	margin: 0px; 
	padding: 0px;
	background: #ffffff;  
}
table {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
}
td {
    text-align: center;
    vertical-align: top;
	margin-top: 30px;
}
p {
	font-family: Courier New; 
	margin: 0px;
	font-size: 11px;
	color: #999999; 
}
ul {
	font-family: Courier New; 
	margin: 10px;
	font-size: 11px;
	color: #999999; 
}
li  {
	font-family: Courier New; 
	margin: 10px;
	font-size: 11px;
	color: #999999; 
}
a {
   	color: #999999;
}
a:hover {
   	color: #000000;
}
#txt { 
	position: relative; 
	width: 270px; 
	height: 70px; 
	margin: auto;
	top: 0px; 
	visibility: visible;
	text-align: left;
}
#kop { 
	position: relative; 
	width: 270px; 
	height: 13px; 
	margin: auto;
	top: -30px; 
	visibility: visible;
	text-align: right;
}
#kontakt {
	position: relative; 
	width: 279px; 
	height: 110px; 
	top: -85px; 
	visibility: hidden;
	color: #999999; 
	margin: auto;
	border-style: solid; 
	border-color: #ffffff;
	border-width: 1px;  
}
#thanks {
	position: relative; 
	width: 270px; 
	height: 204px; 
	top: 0px; 
	margin: auto;
	visibility: visible;
}
#linki {
	position: relative; 
	width: 279px; 
	height: 110px; 
	top: -100px; 
	color: #999999; 
	margin: auto;
}
textarea{
	border: 1px solid #000000; 
	background-color: #ffffff;
	width: 269px;
	height: 70px;
}
input{
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 131px;
	height: 20px;
	margin-top: 5px;
}
