body {
	background-image:url('gf/bg.gif');
	background-repeat:repeat-x;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	padding: 0px;
	}


.top {
	display:block;
	position:relative;
	background-color: #ffffff;
	width: 700px;
	height:70px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
	color: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	
	}
	
.menu {
	display:block;
	position:relative;
	background-color: #c80000;
	width: 700px;
	height:30px;
	margin-top:auto;
	margin-right:125px;
	margin-bottom: 0px;
	margin-left:auto;
	color: #ffffff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:30px;
	}

.content {
	display:block;
	position:relative;
	background-color: #ffffff;
	width: 700px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
	color: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	

.foot {
	display:block;
	position:relative;
	background-color: #ffffff;
	width: 700px;
	margin-top:auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
	color: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}

A.fot:link
	{
	 color: #ffffff;
	 text-decoration:none;
	 font-weight:normal;}

A.fot:active
	{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;}

A.fot:visited
	{
	color:#ffffff;
	font-weight: bold;
	 font-weight:normal;}

A.fot:hover {
	 color:#000000 ;
	 text-decoration:none;
	 font-weight:normal;}
/*///////////////////*/


.menu_link{
	display:inline;
	position:relative;
	float:left;
	width:auto;
	margin-right:25px;
		
}

	



/*////////////////////////////////LINKI*/

A:link
	{
	 color: #000000;
	 text-decoration:none;
	 font-weight: bold;}

A:active
	{
	color:#000000;
	text-decoration:none;
	font-weight: bold;}

A:visited
	{
	color:#000000;
	font-weight: bold;
	text-decoration:none;}

A:hover {
	 color:#000000 ;
	 text-decoration:underline;
	font-weight: bold;
	 }
/*////////////////////////////////TEKST*/



h1 	{
	color: #A0A0A0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
	 

h2	 {
	color: #A0A0A0;
	font-size: 16px;
	font-weight: bold;
	 }	

h3	 {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: bold;
	 }	
/*////////////////////////////////FORM*/

.forma	{
	display:inline;
	width:360px;
	height:360px;
	padding: 20px 10px 10px 10px;
	text-align:center;
	vertical-align:top;
	}

input.kontakt {
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	background-color: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size:14px;
	height: 19px;
	width:330px;
	margin-bottom:10px
	}

textarea.kontakt {
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	background-color: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size:14px;
	height: 170px;
	width:330px;
	margin-bottom:10px;
	}

input.button {
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	background-color: #ffffff;
	color: black;
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	height: 25px;
	width:100px;
	margin-bottom:10px
	}
