
/* CSS Document */








* {
    margin: 0px;
    padding: 0px;
  }

/*
body {
	font-family: "Times New Roman", Times, serif;
	/*font-size: 100%;
	background-color: #575757;
	margin: 0;
}*/








body {
    background-color: #4f1402;
  }


.szoveg {
    color : #ffa81e;
    font-family : "Times New Roman", Times, serif;
    font-size : 18px;
    font-weight : normal;
    text-align : justify;
    text-decoration : none;
  }


.cimsor {
    font-family: "Times New Roman", Times, serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffa81e;
    margin: 10px 0px 8px 0px;
  }


div#kulso {
    background-image : url('../kepek/hatter.jpg');
    display : table;
    height : 550px;
    margin: 0px auto;
    width : 800px;
  }


div#logo {
    background-image : url('../kepek/cim.jpg');
    background-position : center center;
    background-repeat : no-repeat;
    height : 85px;
    padding-left: 20px;
    padding-right: 20px;
  }


div#menu {
    background-image : url('../kepek/ms.jpg');
    background-repeat : repeat-x;
    height : 40px;
    width : 770px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -8px;
  }


div#alsosav {
    background-image : url('../kepek/also.jpg');
    background-repeat : repeat-x;
    height : 14px;
    width : 800px;
    margin: 0px 0px;
  }


div#tartalom {
    padding: 30px;
    font-size: 16px;
    height:100%;
    font-size-adjust: 16px;
  }


A.type1:link {
    color:#000000;
    text-decoration:none;
  }


A.type1:visited {
    color:#000000;
    text-decoration:none;
  }


A.type1:active {
    color:#FFFFFF;
    text-decoration:none;
  }


A.type1:hover {
    color:#FFFFFF;
    text-decoration:none;
  }

/*div#kulso
{
  background-color:#000000; 
  width: 820px; 
  margin:0 auto; 
  display:table
}


div#belso {
	width:800px; 
	height:auto; 
	min-height:600px; 
	background-color:#FFFFFF; 
	margin:0 auto
}


div#fejlec {
	background:#FFFFFF; 
	padding:0px; 
	width: 800px
}
div#cim {
	background:#000000;
	padding: 5px;
	color:#FFFFFF;
}



div#menu {
	background:#FFFFFF;
	font-size: 18px;
}


div#tartalom {
	background-color: #FFFFFF;

}*/







A.sarga:link {
    color : #ffa81e;
    text-decoration : none;
  }


A.sarga:visited {
    color:#ffa81e;
    text-decoration: none;
  }


A.sarga:active {
    color:#FFFFFF;
    text-decoration: underline;
  }


A.sarga:hover {
    color:#FFFFFF;
    text-decoration: underline;
  }


A.fekete:link {
    color:#000000;
    text-decoration:none;
  }


A.fekete:visited {
    color:#000000;
    text-decoration:none;
  }


A.fekete:active {
    color:#33CCFF;
    text-decoration:none;
  }


A.fekete:hover {
    color:#33CCFF;
    text-decoration:none;
  }

